Browse Source

更新 'AllPay 报关接口规范说明文档.md'

tao.zhou 6 years ago
parent
commit
aba670f77d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      AllPay 报关接口规范说明文档.md

+ 4 - 4
AllPay 报关接口规范说明文档.md

@@ -8,14 +8,14 @@
 
 #### 1. 概述
 
-本文档规定了商户与AllPay之间的海关申报产品进行联机交易时使用的报文接口
+本文档规定了商户与AllPay之间的海关申报产品进行联机交易时使用的报文接口
 
 #### 2. 验签说明 
 
 ```
-1.对于发送到 ALLPAY 系统的 POST 请求报文,其中所有传入参数(除 signature 参数外)按照字段名的 ASCII 码从小到大排序后(字典序),使用 URL 键值对的格式(即 key1=value1&key2=value2...)拼接成字符串 String1。
+1.对于发送到 AllPay 系统的 POST 请求报文,其中所有传入参数(除 signature 参数外)按照字段名的 ASCII 码从小到大排序后(字典序),使用 URL 键值对的格式(即 key1=value1&key2=value2...)拼接成字符串 String1。
 
-2.在 String1 最后直接拼接(不需要用“&”连接)双方约定的签名密钥 K1(接入时 ALLPAY 时分配),得到 stringSignTemp 字符串,并对 stringSignTemp 进行 md5 运算,得到 signature 的值。
+2.在 String1 最后直接拼接(不需要用“&”连接)双方约定的签名密钥 Key(接入 AllPay 时分配),得到 stringSignTemp 字符串,并对 stringSignTemp 进行 md5 运算,得到 signature 的值。
 
 3.示例签名串 IDCard=411422199808080415&acqID=99020344&charSet=UTF-8&customerAccount=ab123456&customs_code=3302462548&customs_name=AAAA&customs_place=CUSTOMSHEADOFFICE&merID=000000000000015&merReserve=dd&name=shi kai feng&orderCurrency=CNY&orderNum=kfvWipRWHEboJPh71m7lXkUILutt&origOrderNum=VzVJhPdX18tDu3vgGfNOIgh71LjY&paymentSchema=UP&productPrice=80&signType=MD5&transTime=20181229171552&transType=DECL&transportPrice=10&version=VER000000005
 ```
@@ -27,7 +27,7 @@
 ##### 3.1. 通用API 接入地址 
 
 | 交易名称 | 开发调试地址                               | 生产交易地址                               |
-| -------- | ------------------------------------------ | ------------------------------------------ |
+| ------- | ----------------------------------------- | ------------------------------------------ |
 | 申报 | https://testapi.allpayx.com/custom/declare | https://api.allpayx.com/custom/declare |
 | 申报查询 | https://testapi.allpayx.com/custom/query   | https://api.allpayx.com/custom/query       |