mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 11:19:52 +08:00
update 打印日志
This commit is contained in:
@@ -326,7 +326,7 @@ public class WxAppletRemoteService {
|
|||||||
String errcode = String.valueOf(map.get("errcode"));
|
String errcode = String.valueOf(map.get("errcode"));
|
||||||
String errmsg = String.valueOf(map.get("errmsg"));
|
String errmsg = String.valueOf(map.get("errmsg"));
|
||||||
if (!errcode.equals(Constants.ZERO)) {
|
if (!errcode.equals(Constants.ZERO)) {
|
||||||
log.error("消息发送失败:code=" + errcode + "msg=" + errmsg);
|
log.error("消息发送失败code:" + errcode + ", msg:" + errmsg);
|
||||||
}
|
}
|
||||||
Map<String, String> resultMap = new HashMap<>();
|
Map<String, String> resultMap = new HashMap<>();
|
||||||
resultMap.put("code", errcode);
|
resultMap.put("code", errcode);
|
||||||
|
|||||||
Reference in New Issue
Block a user