|
@@ -2511,6 +2511,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
Integer code = resultJson.getInteger("code");
|
|
|
if (code == 0) {
|
|
|
JSONObject dataJson = resultJson.getJSONObject("data");
|
|
|
+ log.info("获取完成,返回数据:{}", dataJson);
|
|
|
if (!Check.isNull(dataJson)) {
|
|
|
String signature = dataJson.getString("signature");
|
|
|
KuaiShouImageGet imageGet = new KuaiShouImageGet();
|