|
@@ -293,7 +293,6 @@ public class KuaiShouCreateServiceImpl implements IKuaiShouCreateService {
|
|
return returnMap;
|
|
return returnMap;
|
|
}
|
|
}
|
|
createJson.put("photo_id", videoMap.get("photoId"));
|
|
createJson.put("photo_id", videoMap.get("photoId"));
|
|
- // Thread.sleep(90 * 1000);
|
|
|
|
if (!Check.isNull(requestJson.getString("actionBarText"))) {
|
|
if (!Check.isNull(requestJson.getString("actionBarText"))) {
|
|
createJson.put("action_bar_text", requestJson.getString("actionBarText"));
|
|
createJson.put("action_bar_text", requestJson.getString("actionBarText"));
|
|
}
|
|
}
|
|
@@ -306,7 +305,9 @@ public class KuaiShouCreateServiceImpl implements IKuaiShouCreateService {
|
|
return returnMap;
|
|
return returnMap;
|
|
}
|
|
}
|
|
createJson.put("description", requestJson.getString("description"));
|
|
createJson.put("description", requestJson.getString("description"));
|
|
-
|
|
|
|
|
|
+ if (!Check.isNull(requestJson.getString("clickTrackUrl"))) {
|
|
|
|
+ createJson.put("click_track_url", requestJson.getString("clickTrackUrl"));
|
|
|
|
+ }
|
|
JSONArray imageUrlArr = requestJson.getJSONArray("imageUrl");
|
|
JSONArray imageUrlArr = requestJson.getJSONArray("imageUrl");
|
|
if (Check.isNull(imageUrlArr)) {
|
|
if (Check.isNull(imageUrlArr)) {
|
|
logger.error("请选择封面图,accountId:{}", accountId);
|
|
logger.error("请选择封面图,accountId:{}", accountId);
|