7 lines
125 B
Go
7 lines
125 B
Go
|
package wxworkbot
|
||
|
|
||
|
type wxWorkResponse struct {
|
||
|
ErrorCode int `json:"errcode"`
|
||
|
ErrorMessage string `json:"errmsg"`
|
||
|
}
|