refactor(logistics): 移除未使用的declaration字段

This commit is contained in:
zhuotianyuan 2026-01-22 13:12:07 +08:00
parent cd6c0f0bac
commit 87a6d40802
1 changed files with 1 additions and 14 deletions

View File

@ -775,20 +775,7 @@ export class LogisticsService {
description: '订单编号:'+order.externalOrderId // 包裹描述(确保是字符串类型)
}
],
signService: 0, // 签名服务 0不使用, 1使用
declaration: {
"boxNo": "", //箱子编号
"sku": "", //SKU
"cnname": "", //中文名称
"enname": "", //英文名称
"declaredPrice": 1, //申报单价
"declaredQty": 1, //申报数量
"material": "", //材质
"intendedUse": "", //用途
"cweight": 1, //产品单重
"hsCode": "", //海关编码
"battery": "" //电池描述
}
signService: 0
};
// 调用freightwaves费用试算或创建订单API