|
|
|
@@ -3,6 +3,7 @@ package com.iformall.service.impl; |
|
|
|
import com.alibaba.fastjson.JSONArray; |
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
import com.iformall.common.ErrorCode; |
|
|
|
import com.iformall.common.Result; |
|
|
|
import com.iformall.common.ResultData; |
|
|
|
import com.iformall.domain.dto.WxCUserBasicInfoDto; |
|
|
|
import com.iformall.domain.po.*; |
|
|
|
@@ -951,7 +952,7 @@ public class DataTowerServiceImpl implements DataTowerService { |
|
|
|
if (result == null) |
|
|
|
return new ResultData(ErrorCode.WIWIDE_INFO_NOT_READY); |
|
|
|
if (result.getInteger("result") == 0){ |
|
|
|
return new ResultData(result.getInteger("result"),result.getString("msg"), |
|
|
|
return new ResultData(Result.SUCCESS,result.getString("msg"), |
|
|
|
result.getJSONObject("data")); |
|
|
|
} else{ |
|
|
|
return new ResultData(result.getInteger("result"),result.getString("msg")); |
|
|
|
|