Browse Source

报关接口添加customsDeclarationNo字段

tao.zhou 5 years ago
parent
commit
94bfae8b4a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      AllPay_Customs_Integration_Specification_CH.md

+ 2 - 1
AllPay_Customs_Integration_Specification_CH.md

@@ -39,7 +39,8 @@
 | version         | String(12)  | M    | 统一填写为“VER000000005”                                     |
 | charSet         | String(6)   | M    | 统一填写为“UTF-8”                                            |
 | transType       | String(4)   | M    | 交易类型代码:“DECL”                                         |
-| orderNum        | String(60)  | M    | 报关订单号:商户自行定义,需保证同一商户号下订单号不能重复       |
+| customsDeclarationNo | String(60)  | O    | 报关订单号       |
+| orderNum        | String(60)  | M    | 订单号:商户自行定义,需保证同一商户号下订单号不能重复       |
 | origOrderNum    | String(60)  | M    | 支付成功的订单号                                   |
 | productPrice    | String(12)  | M    | 商品金额:如 100 元,表示为 100 或 100.00                    |
 | transportPrice  | String(12)  | M    | 运费金额:如 100 元,表示为 100 或 100.00                    |