打桩
This commit is contained in:
@@ -45,7 +45,7 @@ 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
|
||||
}
|
||||
|
||||
@@ -97,6 +97,8 @@ func (a *API) GetStore(storeID string) (getStoreResult *GetStoreResult, err erro
|
||||
} else {
|
||||
err = fmt.Errorf(result["msg"].(string))
|
||||
}
|
||||
fmt.Println("chainstoreQuery 获取单个门店==================:=", fnResult)
|
||||
|
||||
return fnResult, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user