|
@@ -3011,7 +3011,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
}
|
|
}
|
|
JSONObject dataJson = resultJson.getJSONObject("data");
|
|
JSONObject dataJson = resultJson.getJSONObject("data");
|
|
if (!Check.isNull(dataJson)) {
|
|
if (!Check.isNull(dataJson)) {
|
|
- JSONArray details = dataJson.getJSONArray("detail");
|
|
|
|
|
|
+ JSONArray details = dataJson.getJSONArray("details");
|
|
if (Check.isNull(details)) {
|
|
if (Check.isNull(details)) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|