|
@@ -247,6 +247,7 @@ public class KuaishouPromoterServiceImpl implements IKuaishouPromoterService {
|
|
|
param.put("promoterId", promoterId);
|
|
|
Long startTime = System.currentTimeMillis();
|
|
|
String content = HttpUtil.httpPostRequest(startIpPath + "promoterInfo/getPromoterId", param, null);
|
|
|
+ Thread.sleep(1500);
|
|
|
JSONObject result = JSONObject.parseObject(content);
|
|
|
if (Check.isNotNull(result) && Check.isNotNull(result.getString("promoterNickName"))) {
|
|
|
KuaishouPromoter kuaishouPromoter = new KuaishouPromoter(
|