|
@ -149,7 +149,7 @@ public class WxMaCodeServiceImpl implements WxMaCodeService { |
|
|
} |
|
|
} |
|
|
JSONObject jsonObject = JSONObject.parseObject(submitResult.getData()); |
|
|
JSONObject jsonObject = JSONObject.parseObject(submitResult.getData()); |
|
|
result.setErrorCode(jsonObject.getInteger(ERR_CODE)); |
|
|
result.setErrorCode(jsonObject.getInteger(ERR_CODE)); |
|
|
result.setErrorMsg(WxMaErrorMsgEnum.findMsgByCode(jsonObject.getInteger(ERR_CODE))); |
|
|
result.setErrorMsg(jsonObject.getString(ERR_MSG)); |
|
|
result.setData(jsonObject.getString("auditid")); |
|
|
result.setData(jsonObject.getString("auditid")); |
|
|
return result; |
|
|
return result; |
|
|
} |
|
|
} |
|
|