|
|
@@ -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; |
|
|
|
} |
|
|
|
|
|
|
|
} |