|
@@ -293,7 +293,7 @@ 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(30 * 1000);
|
|
|
|
|
|
+ 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"));
|
|
}
|
|
}
|
|
@@ -422,6 +422,4 @@ public class KuaiShouCreateServiceImpl implements IKuaiShouCreateService {
|
|
}
|
|
}
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
}
|
|
}
|