1
This commit is contained in:
@@ -284,7 +284,10 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
|
||||
event.AddOperateEvent(jxcontext.AdminCtx, jxcontext.AdminCtx.GetTrackInfo(), updateStoreInfo, "", "", 10, "UpdateStore")
|
||||
}
|
||||
params := genStoreMapFromStore(store)
|
||||
if err = api.EbaiAPI.ShopUpdate(params); err == nil {
|
||||
err = api.EbaiAPI.ShopUpdate(params)
|
||||
globals.SugarLogger.Debugf("params ========= %s", utils.Format4Output(params, false))
|
||||
globals.SugarLogger.Debugf("err ========= %v", err)
|
||||
if err == nil {
|
||||
if store.PromoteInfo != "" {
|
||||
err = api.EbaiAPI.ShopAnnouncementSet("", utils.Str2Int64(store.VendorStoreID), store.PromoteInfo)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user