mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 16:02:26 +08:00
7 lines
114 B
Go
7 lines
114 B
Go
package api
|
|
|
|
type QueryCurRegionRspJson struct {
|
|
Content string `json:"content"`
|
|
Sign string `json:"sign"`
|
|
}
|