|
@@ -524,6 +524,7 @@ public class KuaishouItemListServiceImpl implements IKuaishouItemListService {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
JSONObject jsonObject = JSONObject.parseObject(GsonUtils.toJSON(response));
|
|
JSONObject jsonObject = JSONObject.parseObject(GsonUtils.toJSON(response));
|
|
|
|
+ System.err.println(jsonObject);
|
|
String code = jsonObject.getString("code");
|
|
String code = jsonObject.getString("code");
|
|
if ("1".equals(code)) {
|
|
if ("1".equals(code)) {
|
|
returnJson.put("code", 0);
|
|
returnJson.put("code", 0);
|