forked from yoone/API
1
0
Fork 0

fix: 创建运单stockPointId

This commit is contained in:
cll 2025-08-09 02:07:22 +08:00
parent 5e5ed3b309
commit 4d348acf7f
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ export class LogisticsService {
const shipment = await shipmentRepo.save({ const shipment = await shipmentRepo.save({
tracking_provider: 'uniuni-express', // todo: id未确定后写进常数 tracking_provider: 'uniuni-express', // todo: id未确定后写进常数
unique_id: resShipmentOrder.data.uni_order_sn, unique_id: resShipmentOrder.data.uni_order_sn,
stockPointId: '1', // todo stockPointId: String(data.stockPointId), // todo
state: resShipmentOrder.data.uni_status_code, state: resShipmentOrder.data.uni_status_code,
return_tracking_number: resShipmentOrder.data.tno, return_tracking_number: resShipmentOrder.data.tno,
order_id: order.id order_id: order.id