浏览代码

//update test

dev
xhxu 2 年前
父节点
当前提交
e8326d7ed3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      weixin-java-common/src/main/java/me/chanjar/weixin/common/error/WxError.java

+ 1
- 1
weixin-java-common/src/main/java/me/chanjar/weixin/common/error/WxError.java 查看文件

@@ -102,7 +102,7 @@ public class WxError implements Serializable {
return "错误代码:" + this.errorCode + ", 错误信息:" + this.errorMsg;
}

return "错误代码:" + this.errorCode + ", 错误信息:" + this.errorMsg + ",微信原始报文:" + this.json;
return "错误代码:" + this.errorCode + ", 错误信息:" + this.errorMsg + ",原始报文:" + this.json;
}

}

正在加载...
取消
保存