Browse Source

fixup! Merge branch 'master' of https://git.allpayx.com/OpenAPI/common

benson 5 years ago
parent
commit
2bbb6d732f
1 changed files with 8 additions and 0 deletions
  1. 8 0
      AllPay在线支付接入规范文档.md

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

@@ -313,7 +313,15 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | M    | "APP" |
 
+应答报文:
+
+| 参数     | 类型   | 属性 | 描述                                                      |
+| -------- | ------ | ---- | --------------------------------------------------------- |
+| RespCode | String | M    | 应答码 00-成功                                            |
+| RespMsg  | String | M    | 应答消息                                                  |
+| tn       | String | O    | 交易流水号,RespCode为“00”时返回,作为调起 sdk 支付的参数 |
 
+#####