forked from yoone/API
1
0
Fork 0

Merge branch 'dev/cll-fix'

This commit is contained in:
cll 2025-08-09 02:07:42 +08:00
commit 0048d2ffec
1 changed files with 1 additions and 1 deletions

View File

@ -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,