Files
go-bot-dongl/structs/yiban.go

7 lines
100 B
Go

package structs
type YiBanResponse struct {
Code int `json:"code"`
Msg string `json:"msg"`
}