Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1878,7 +1878,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService { | @@ -1878,7 +1878,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService { | ||
1878 | 1878 | ||
1879 | // 短视频发布成功,添加动图处理任务 | 1879 | // 短视频发布成功,添加动图处理任务 |
1880 | private void addVideoTask(String fileId, Integer articleId) { | 1880 | private void addVideoTask(String fileId, Integer articleId) { |
1881 | - String url = apiUrl + "?method=app.grass.videoTask?fileId=" + fileId + "&articleId=" + articleId; | 1881 | + String url = apiUrl + "/?client_type=h5&method=app.grass.videoTask&fileId=" + fileId + "&articleId=" + articleId; |
1882 | serviceCaller.post("gateway.app.grass.videoTask", url, null, String.class, null); | 1882 | serviceCaller.post("gateway.app.grass.videoTask", url, null, String.class, null); |
1883 | } | 1883 | } |
1884 | } | 1884 | } |
-
Please register or login to post a comment