新增根据网关账号获取门店信息
This commit is contained in:
@ -116,3 +116,11 @@ type StoreDetailIn struct {
|
||||
type StoreDetailOut struct {
|
||||
Id int64 `json:"id"`
|
||||
}
|
||||
|
||||
type StoreByNetbarAccountIn struct {
|
||||
NetbarAccount string `json:"netbarAccount"`
|
||||
}
|
||||
|
||||
type StoreByNetbarAccountOut struct {
|
||||
Store interface{} `json:"store"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user