|
@@ -3197,7 +3197,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
if (!Check.isNull(returnAppId)) {
|
|
|
if (returnAppId.equals(appId)) {
|
|
|
JSONObject returnJson = new JSONObject();
|
|
|
- returnJson.put("siteId", jsonObject.getString("id"));
|
|
|
+ returnJson.put("siteId", jsonObject.getLong("id"));
|
|
|
returnJson.put("name", jsonObject.getString("name"));
|
|
|
returnJson.put("appId", returnAppId);
|
|
|
returnArr.add(returnJson);
|