a
This commit is contained in:
@@ -683,10 +683,12 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
||||
}
|
||||
param["business_time"] = timeLis
|
||||
param["business_form_id"] = ebaiInfo.BusinessFormID
|
||||
if baiduShopID, err := api.EbaiAPI.ShopCreate(param); err == nil {
|
||||
if baiduShopID, err2 := api.EbaiAPI.ShopCreate(param); err == nil {
|
||||
//上传资质
|
||||
|
||||
return utils.Int64ToStr(baiduShopID), err
|
||||
} else {
|
||||
err = err2
|
||||
}
|
||||
return vendorStoreID, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user