作者 韦绍镭

更新 logistics-integration-api-dev.yml

@@ -46,23 +46,23 @@ logging: @@ -46,23 +46,23 @@ logging:
46 integration: 46 integration:
47 fourpx: 47 fourpx:
48 inStockProperties: 48 inStockProperties:
49 - isPickup: 'N'  
50 - country: 'CN'  
51 - totalVolume: 0.008 49 + isPickup: 'N' #是否上门提货 Y (上门提货)
  50 + country: 'CN' #国家;国家二字码
  51 + totalVolume: 0.008 #单箱体积 默认0.008立方米
52 totalWeight: 10 52 totalWeight: 10
53 - ocustomsService: 'D1'  
54 - printBoxNo: 'Y'  
55 - printBoxType: 'P' 53 + ocustomsService: 'D1' #出口报关类型 D1(客户自行出口报关)
  54 + printBoxNo: 'Y' #是否贴箱唛 Y (贴箱唛)
  55 + printBoxType: 'P' #箱唛类型 P(贴4px箱唛)
56 productProperties: 56 productProperties:
57 - includeBattery: 'Y'  
58 - batteryConfig: 'NB'  
59 - batteryType: 'OT'  
60 - batteryPower: 1000  
61 - batteryNumber: 1  
62 - wrapping: 'H'  
63 - appearance: 'RS'  
64 - logisticsPackage: 'Y'  
65 - packageMaterial: 'PA' 57 + includeBattery: 'Y' #是否带电 Y(是)
  58 + batteryConfig: 'NB' #电池配置 NB (其他)
  59 + batteryType: 'OT' #电池类型 OT (其他)
  60 + batteryPower: 1000 #电池功率
  61 + batteryNumber: 1 #电池数量
  62 + wrapping: 'H' #商品包装,商品包装的属性 H (硬包装)
  63 + appearance: 'RS' #商品外观 RS (长方体)
  64 + logisticsPackage: 'Y' #自带物流包装 Y(是)
  65 + packageMaterial: 'PA' #包装材质 PA (纸质)
66 declareProperties: 66 declareProperties:
67 declareCategoryId: 601084 67 declareCategoryId: 601084
68 specification: '长方体' 68 specification: '长方体'