mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-12-13 20:49:57 +08:00
添加分区逻辑代码
This commit is contained in:
16
legend/response/areaResp.go
Normal file
16
legend/response/areaResp.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package response
|
||||
|
||||
import "legend/models/legend"
|
||||
|
||||
type AreaListResp struct {
|
||||
Code int `json:"code"`
|
||||
Msg string `json:"msg"`
|
||||
Count int `json:"count"`
|
||||
Data []legend.Area `json:"data"`
|
||||
}
|
||||
|
||||
type AreaInfoResp struct {
|
||||
Code int
|
||||
Msg string
|
||||
Area *legend.Area
|
||||
}
|
||||
Reference in New Issue
Block a user