物流对账单
This commit is contained in:
@@ -183,6 +183,14 @@ async function main() {
|
||||
name: '小飞侠',
|
||||
type: 'API',
|
||||
status: 'ACTIVE',
|
||||
settlementMethod: 'PREPAID',
|
||||
pricingRulesJson: JSON.stringify({
|
||||
baseBottles: 2,
|
||||
baseFee: 6,
|
||||
extraBottleFee: 2,
|
||||
boxBottles: 6,
|
||||
boxFee: 14,
|
||||
}),
|
||||
capabilitiesJson: JSON.stringify({
|
||||
createShipment: true,
|
||||
getTrack: true,
|
||||
|
||||
Reference in New Issue
Block a user