Commit 4b564183 by jx-art

查看给给供应商发送邮件 接口错误完整返回值

parent 1379b23f
...@@ -113,7 +113,7 @@ public class ChangeConfigController { ...@@ -113,7 +113,7 @@ public class ChangeConfigController {
req.setIsAllAccountResolved(1); req.setIsAllAccountResolved(1);
String s = sendEmailService.sendEmail(req); String s = sendEmailService.sendEmail(req);
JSONObject jsonObject = JSONObject.parseObject(s); JSONObject jsonObject = JSONObject.parseObject(s);
return jsonObject.get("code").toString(); return s;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment