tao.zhou преди 6 години
родител
ревизия
d4071ada43

+ 1 - 1
AllPay Web Integration Specification V5.0.0.md

@@ -313,7 +313,7 @@ Response message:
 | RespMsg  | String | M    | Response message                                                  |
 | tn       | String | O    | Transaction serial number. Required parameter for CA app payment. When RespCode=00 returns it.|
 
- After you get tn,please integrate according to [Android Integration Specification](https://git.allpayx.com/OpenAPI/common/src/master/v5/android/Android%E7%AB%AF%E6%8E%A7%E4%BB%B6%E6%94%AF%E4%BB%98%E4%BA%A7%E5%93%81%E6%8E%A5%E5%8F%A3%E8%A7%84%E8%8C%83%E6%96%87%E6%A1%A3.md)
+ After you get tn,please integrate according to [Android Integration Specification](https://git.allpayx.com/OpenAPI/common/src/master/v5/android/AllPay%20Android%20Integration%20Specification%20V5.0.0.md)
 
 #### 6.RespCode 
 

+ 8 - 8
AllPay在线支付接入规范文档.md

@@ -49,7 +49,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | backURL       | String(400)  | M    | 支付结果异步通知到该地址                                     |
 | merID         | String(15)   | M    | 商户 ID,由 AllPay 分配                                       |
 | acqID         | String(11)   | M    | 收单行 ID "99020344"                                         |
-| paymentSchema | String(10)   | M    | 渠道代码:[点击查看详情](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | String(10)   | M    | 渠道代码:[点击查看详情](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) |
 | goodsInfo     | String(60)   | M    | 商品信息,在支付页面上显示。                                    |
 | detailInfo    | String(400)  | M    | 商品明细。格式:[{"goods_name":"iPhone X","quantity":"2"},{"goods_name":"iPhone 8","quantity":"4"}],需对该字段进行base-64编码后签名上送。 |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
@@ -75,7 +75,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | orderCurrency | String(3)    | M    | 订单币种:ISO标准。如:人民币填写“CNY”,美元填写"USD"        |
 | merID         | String(15)   | M    | 商户 ID,由 AllPay 分配                                      |
 | acqID         | String(11)   | M    | 收单行 ID "99020344"                                         |
-| paymentSchema | String(10)   | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | String(10)   | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) |
 | RespCode      | String(2)    | M    | 应答码 00-成功                                               |
 | RespMsg       | String(20)   | M    | 应答消息                                                     |
 | transID       | String(32)   | M    | GW 系统生成的交易 ID,每笔交易保持唯一                       |
@@ -101,7 +101,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | orderNum      | String(60) | M    | 订单号                                                       |
 | merID         | String(15) | M    | 商户 ID,由 AllPay 分配                                       |
 | acqID         | String(11) | M    | 收单行 ID "99020344"                                         |
-| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) |
 | transTime     | String(14) | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(10) | M    | MD5或SHA256                                                          |
 | signature     | String(32) | M    | 采用 MD5或SHA256 签名                                                |
@@ -117,7 +117,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | transID       | String(32) | M    | GW 系统生成的交易 ID,每笔交易保持唯一                       |
 | merID         | String(15) | M    | 商户 ID,由 AllPay 分配                                      |
 | acqID         | String(11) | M    | 收单行 ID "99020344"                                         |
-| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) |
 | RespCode      | String(2)  | M    | 应答码 00-成功                                               |
 | RespMsg       | String(20) | M    | 应答消息                                                     |
 | transTime     | String(14) | M    | 交易时间,格式:"yyyyMMddHHmmss"                             |
@@ -143,7 +143,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | returnAmount  | String(12) | M    | 退款金额:如 100 元,表示为 100 或 100.00                    |
 | orderCurrency | String(3)  | M    | 订单币种:ISO标准 如:人民币填写“CNY”,美元填写"USD"          |
 | merID         | String(15) | M    | 商户 ID,由AllPay 分配                                       |
-| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) |
 | acqID         | String(11) | M    | 收单行 ID "99020344"                                         |
 | transTime     | String(14) | M    | 交易时间,格式:"yyyyMMddHHmmss"                             |
 | signType      | String(3)  | M    | MD5或SHA256                                                  |
@@ -160,7 +160,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | transID   | String(32) | M    | GW 系统生成的交易 ID,每笔交易保持唯一         |
 | merID     | String(15) | M    | 商户 ID,由 AllPay 分配                         |
 | acqID     | String(11) | M    | 收单行 ID "99020344"                           |
-| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) |
 | RespCode  | String(2)  | M    | 应答码 00-成功                                 |
 | RespMsg   | String(20) | M    | 应答消息                       |
 | transTime | String(14) | M    | 交易时间,格式:"yyyyMMddHHmmss"                 |
@@ -184,7 +184,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | orderNum      | String(60) | M    | 退款订单号                                                   |
 | merID         | String(15) | M    | 商户 ID,由 AllPay 分配                                       |
 | acqID         | String(11) | M    | 收单行 ID "99020344"                                         |
-| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) |
 | transTime     | String(14) | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(10) | M    | MD5或SHA256                                                          |
 | signature     | String(32) | M    | 采用 MD5或SHA256 签名                                                |
@@ -200,7 +200,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | transID       | String(32) | M    | GW 系统生成的交易 ID,每笔交易保持唯一                       |
 | merID         | String(15) | M    | 商户 ID,由 AllPay 分配                                      |
 | acqID         | String(11) | M    | 收单行 ID "99020344"                                         |
-| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) |
 | RespCode      | String(2)  | M    | 应答码 00-成功                                               |
 | RespMsg       | String(20) | M    | 应答消息                                                     |
 | transTime     | String(14) | M    | 交易时间,格式:"yyyyMMddHHmmss"                             |

+ 1 - 1
v5/android/AllPay Android Integration Specification V5.0.0.md

@@ -90,7 +90,7 @@ pay_result, which is a json string, in the following format:
 Message description:
 
 - state: "success" stands for success, "cancel" means the user cancels the operation, "fail" means the failure, and "query" means the app needs to call the query interface to confirm the order status.
-- paymentSchema: Payment channel, see [Channel List]() 
+- paymentSchema: Payment channel, see [Channel List](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) 
 - orderNum: Order number
 - errorDetail: Error details
 

+ 1 - 1
v5/android/Android端控件支付产品接口规范文档.md

@@ -90,7 +90,7 @@ pay_result,为 json 字符串,格式如下:
 报文说明:
 
 - state: "success"代表成功, "cancel"代表用户取消操作,"fail"代表失败,"query"代表 app 需要调用查询接口来确认订单状态
-- paymentSchema: 支付渠道, 详见[渠道列表]() 
+- paymentSchema: 支付渠道, 详见[渠道列表](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) 
 - orderNum: 订单号
 - errorDetail: 错误详情
 

+ 2 - 2
v5/ios/AllPay iOS Integration Specification V5.0.0.md

@@ -89,9 +89,9 @@ resultDic, converted to json string, the format is as follows:
 Message description
 
 | Parameter          |                             Description                             |
-| ------------- | :----------------------------------------------------------: |
+| ------------- | ---------------------------------------------------------- |
 | state         | "success" stands for success, "cancel" means the user cancels the operation, and "fail" stands for the failure.  |
-| paymentSchema | Payment channel, see [Channel List]() |
+| paymentSchema | Payment channel, see [Channel List](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
 | orderNum      | Order number |
 | errorDetail   | Error details |
 

+ 2 - 2
v5/ios/iOS端控件支付产品接口规范文档.md

@@ -91,9 +91,9 @@ resultDic,转为 json 字符串,格式如下:
 报文说明
 
 | 参数          |                             说明                             |
-| ------------- | :----------------------------------------------------------: |
+| ------------- | ---------------------------------------------------------- |
 | state         | "success"代表成功, "cancel"代表用户取消操作, "fail"代表失败  |
-| paymentSchema | 支付渠道, 详见[渠道列表]() |
+| paymentSchema | 支付渠道, 详见[渠道列表](https://git.allpayx.com/OpenAPI/common/src/master/%E6%B8%A0%E9%81%93.md) |
 | orderNum      | 订单号 |
 | errorDetail   | 错误详情 |