Files
hk4e/gate-hk4e/entity/api/region_rsp.go
2022-11-20 15:38:00 +08:00

7 lines
114 B
Go

package api
type QueryCurRegionRspJson struct {
Content string `json:"content"`
Sign string `json:"sign"`
}