拣货完成,更改参数
This commit is contained in:
parent
6398635707
commit
1112033ed8
@ -466,7 +466,7 @@ public class ShopOrderInfoServiceImpl extends BaseServiceImpl<ShopOrderInfoMappe
|
|||||||
}
|
}
|
||||||
|
|
||||||
Map<String, Object> requestParams = new HashMap<>();
|
Map<String, Object> requestParams = new HashMap<>();
|
||||||
requestParams.put("order_id", sfOrderId);
|
requestParams.put("order_id", sfOrderId); // 顺丰订单号
|
||||||
requestParams.put("store_id", storeId);
|
requestParams.put("store_id", storeId);
|
||||||
|
|
||||||
ThirdApiRes response = sfExpressApiService.notifyProductReady(requestParams);
|
ThirdApiRes response = sfExpressApiService.notifyProductReady(requestParams);
|
||||||
|
|||||||
@ -822,7 +822,7 @@ public class SFExpressApiServiceImpl implements SFExpressApiService {
|
|||||||
|
|
||||||
params.put("order_type", 1); // 1表示顺丰订单号、2表示商家订单号
|
params.put("order_type", 1); // 1表示顺丰订单号、2表示商家订单号
|
||||||
params.put("shop_id", shopStoreSameCityTransportBase.getShop_id());
|
params.put("shop_id", shopStoreSameCityTransportBase.getShop_id());
|
||||||
params.put("shop_type", 2);// 1表示顺丰店铺id、2表示接入方店铺id
|
params.put("shop_type", 1);// 1表示顺丰店铺id、2表示接入方店铺id
|
||||||
params.put("notice_ready_time", System.currentTimeMillis() / 1000);
|
params.put("notice_ready_time", System.currentTimeMillis() / 1000);
|
||||||
params.putAll(buildCommonParams());
|
params.putAll(buildCommonParams());
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user