7 lines
100 B
Go
7 lines
100 B
Go
package structs
|
|
|
|
type YiBanResponse struct {
|
|
Code int `json:"code"`
|
|
Msg string `json:"msg"`
|
|
}
|