修改数据类型
This commit is contained in:
@@ -111,7 +111,7 @@ type GetOneStoreRespData struct {
|
|||||||
// 更新蜂鸟门店信息
|
// 更新蜂鸟门店信息
|
||||||
type UpdateStoreParam struct {
|
type UpdateStoreParam struct {
|
||||||
// 必填
|
// 必填
|
||||||
ChainStoreID string `json:"chain_store_id"` // 蜂鸟门店id,创建接口返回的id
|
ChainStoreID int `json:"chain_store_id"` // 蜂鸟门店id,创建接口返回的id
|
||||||
HeadShopName string `json:"head_shop_name"` // 门店主店名
|
HeadShopName string `json:"head_shop_name"` // 门店主店名
|
||||||
ContactPhone string `json:"contact_phone"` // 门店联系方式
|
ContactPhone string `json:"contact_phone"` // 门店联系方式
|
||||||
Address string `json:"address"` // 门店地址
|
Address string `json:"address"` // 门店地址
|
||||||
|
|||||||
Reference in New Issue
Block a user