修改蜂鸟配送
This commit is contained in:
@@ -45,7 +45,6 @@ func (a *API) CreateStore(createStoreParam *CreateStoreBaseInfo) (result1 string
|
||||
if err := json.Unmarshal([]byte(utils.Interface2String(result["business_data"])), &createShop); err != nil {
|
||||
return "", err
|
||||
}
|
||||
fmt.Println("chainstoreCreate 创建门店 ==================:=", createShop)
|
||||
return createShop.ChainStoreId, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user