wechat-bot/wxwork.go

7 lines
125 B
Go
Raw Permalink Normal View History

2022-07-21 23:10:41 +08:00
package wxworkbot
type wxWorkResponse struct {
ErrorCode int `json:"errcode"`
ErrorMessage string `json:"errmsg"`
}