comment
This commit is contained in:
@@ -92,7 +92,7 @@ func (p *PurchaseHandler) getOrder(vendorOrderID string) (order *model.GoodsOrde
|
||||
orderMap, err = api.EbaiAPI.OrderGet(vendorOrderID)
|
||||
if err == nil {
|
||||
order = p.Map2Order(orderMap)
|
||||
// 饿百订单有时会出现取不到baidu_shop_id的情况,返回错误让服务器重试
|
||||
// 饿百订单有时会出现取不到baidu_shop_id的情况,重试
|
||||
if order.VendorStoreID != "" {
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user