1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00
This commit is contained in:
wenzl
2016-09-19 20:10:48 +08:00
parent 59a2d41d69
commit 11cca83c5e
5 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
package util
//CommonError 微信返回的通用错误json
// CommonError 微信返回的通用错误json
type CommonError struct {
ErrCode int64 `json:"errcode"`
ErrMsg string `json:"errmsg"`