wechat-bot/wxwork.go
2022-07-21 23:10:41 +08:00

7 lines
125 B
Go

package wxworkbot
type wxWorkResponse struct {
ErrorCode int `json:"errcode"`
ErrorMessage string `json:"errmsg"`
}