forked from yoone/API
Merge branch 'dev/cll-fix'
This commit is contained in:
commit
0048d2ffec
|
|
@ -296,7 +296,7 @@ export class LogisticsService {
|
|||
const shipment = await shipmentRepo.save({
|
||||
tracking_provider: 'uniuni-express', // todo: id未确定,后写进常数
|
||||
unique_id: resShipmentOrder.data.uni_order_sn,
|
||||
stockPointId: '1', // todo
|
||||
stockPointId: String(data.stockPointId), // todo
|
||||
state: resShipmentOrder.data.uni_status_code,
|
||||
return_tracking_number: resShipmentOrder.data.tno,
|
||||
fee: data.details.shipmentFee,
|
||||
|
|
|
|||
Loading…
Reference in New Issue