饿百api返回failedlist调整

This commit is contained in:
苏尹岚
2020-01-10 15:11:02 +08:00
parent a5e1df6c42
commit e7c1cc55db

View File

@@ -191,7 +191,6 @@ func (p *PurchaseHandler) UpdateStoreSkusStatus(ctx *jxcontext.Context, vendorOr
} else if len(vendorSkuIDs) == 1 {
err = api.EbaiAPI.SkuOnlineOne(ctx.GetTrackInfo(), utils.Int2Str(storeID), vendorSkuIDs[0], "", "")
if err != nil {
failedList = putils.GetErrMsg2FailedSingleList(storeSkuList, err, storeID, model.VendorIDEBAI, "更新商品状态")
}
return failedList, err