mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-09 15:12:26 +08:00
oauth2,jssdk
This commit is contained in:
6
util/error.go
Normal file
6
util/error.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package util
|
||||
|
||||
type CommonError struct {
|
||||
ErrCode int64 `json:"errcode"`
|
||||
ErrMsg string `json:"errmsg"`
|
||||
}
|
||||
Reference in New Issue
Block a user