orgcode
This commit is contained in:
@@ -46,7 +46,7 @@ func (c *DeliveryHandler) GetStore(ctx *jxcontext.Context, storeID int, vendorSt
|
|||||||
return nil, errors.New("获取抖音平台账号信息失败,请重试")
|
return nil, errors.New("获取抖音平台账号信息失败,请重试")
|
||||||
}
|
}
|
||||||
apiObj := getAPI(relInfo.VendorOrgCode)
|
apiObj := getAPI(relInfo.VendorOrgCode)
|
||||||
globals.SugarLogger.Debugf("apiObj=============%v", apiObj)
|
globals.SugarLogger.Debugf("relInfo.VendorOrgCode===========%s,apiObj=============%v", relInfo.VendorOrgCode, apiObj)
|
||||||
if storeInfo, err := apiObj.GetStoreDetail(&shop_getStoreDetail_request.ShopGetStoreDetailParam{
|
if storeInfo, err := apiObj.GetStoreDetail(&shop_getStoreDetail_request.ShopGetStoreDetailParam{
|
||||||
StoreId: vendorStoreID,
|
StoreId: vendorStoreID,
|
||||||
}); err == nil {
|
}); err == nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user