|
@@ -2082,7 +2082,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
JSONObject dataJson = resultJson.getJSONObject("data");
|
|
|
if (!Check.isNull(dataJson)) {
|
|
|
Long creativeId = dataJson.getLong("creative_id");
|
|
|
- Thread thread = new Thread() {
|
|
|
+ /*Thread thread = new Thread() {
|
|
|
@Override
|
|
|
public void run() {
|
|
|
try {
|
|
@@ -2099,7 +2099,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
}
|
|
|
|
|
|
};
|
|
|
- thread.start();
|
|
|
+ thread.start();*/
|
|
|
returnMap.put("code", 0);
|
|
|
returnMap.put("creativeId", creativeId);
|
|
|
returnMap.put("message", "success");
|