|
@@ -1890,13 +1890,13 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
JSONObject dataJson = resultJson.getJSONObject("data");
|
|
|
if (!Check.isNullMap(dataJson)) {
|
|
|
JSONObject returnJson = new JSONObject();
|
|
|
- returnJson.put("isAdWatch5times",dataJson.getInteger("is_ad_watch_5_times"));
|
|
|
- returnJson.put("isAdWatch20times",dataJson.getInteger("is_ad_watch_20_times"));
|
|
|
- returnJson.put("isAdWatch10Times",dataJson.getInteger("is_ad_watch_10_times"));
|
|
|
- returnJson.put("isSevenDayRoi",dataJson.getInteger("is_seven_day_roi"));
|
|
|
- returnJson.put("isAppointJumpClick",dataJson.getInteger("is_appoint_jump_click"));
|
|
|
- returnJson.put("isEventWeekPayTimes",dataJson.getInteger("is_event_week_pay_times"));
|
|
|
- returnJson.put("isAppointForm",dataJson.getInteger("is_appoint_form"));
|
|
|
+ returnJson.put("isAdWatch5times", dataJson.getInteger("is_ad_watch_5_times"));
|
|
|
+ returnJson.put("isAdWatch20times", dataJson.getInteger("is_ad_watch_20_times"));
|
|
|
+ returnJson.put("isAdWatch10Times", dataJson.getInteger("is_ad_watch_10_times"));
|
|
|
+ returnJson.put("isSevenDayRoi", dataJson.getInteger("is_seven_day_roi"));
|
|
|
+ returnJson.put("isAppointJumpClick", dataJson.getInteger("is_appoint_jump_click"));
|
|
|
+ returnJson.put("isEventWeekPayTimes", dataJson.getInteger("is_event_week_pay_times"));
|
|
|
+ returnJson.put("isAppointForm", dataJson.getInteger("is_appoint_form"));
|
|
|
returnJson.put("isActivate", dataJson.getInteger("is_activate"));
|
|
|
returnJson.put("isFormSubmit", dataJson.getInteger("is_form_submit"));
|
|
|
returnJson.put("isCreditGrant", dataJson.getInteger("is_credit_grant"));
|
|
@@ -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.getLong("id"));
|
|
|
+ returnJson.put("siteId", jsonObject.getString("id"));
|
|
|
returnJson.put("name", jsonObject.getString("name"));
|
|
|
returnJson.put("appId", returnAppId);
|
|
|
returnArr.add(returnJson);
|