mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 12:52:27 +08:00
7 lines
107 B
Go
7 lines
107 B
Go
package util
|
|
|
|
type CommonError struct {
|
|
ErrCode int64 `json:"errcode"`
|
|
ErrMsg string `json:"errmsg"`
|
|
}
|