Files
hk4e/dispatch/entity/api/region_rsp.go
huangxiaolei 43403202b5 优化架构
2022-11-23 18:05:11 +08:00

7 lines
114 B
Go

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