Sfoglia il codice sorgente

更新 'temp_AllPay_Integration_Specification_CH.md'

brian.ding 2 anni fa
parent
commit
a75efd3c3e
1 ha cambiato i file con 10 aggiunte e 1 eliminazioni
  1. 10 1
      temp_AllPay_Integration_Specification_CH.md

+ 10 - 1
temp_AllPay_Integration_Specification_CH.md

@@ -204,6 +204,7 @@ signature: 25f4eb90cebec86cf0467659f466e345
 
 ** 4. 响应参数**
 
+
 `OK`
 
 ### 3.4 查询接口 
@@ -722,6 +723,8 @@ signature: 25f4eb90cebec86cf0467659f466e345
 **字段说明:**
 1. `reason`,失败原因
 JSON Object格式```{"code":"原因代码", "text":"原因说明"}```,详细参考: [bindPay_reason](bindPay_reason.md)
+当code原因代码为`INVALID_TOKEN`和`EXPIRED_ACCESS_TOKEN`时为token失效,商户可调用` /api/refreshToken`接口更新token后重试。
+
 
 
 
@@ -765,6 +768,7 @@ JSON Object格式```{"code":"原因代码", "text":"原因说明"}```,详细
 | sub_brand_code| String(20)   | 是    | 子品牌 |
 | RespCode      | String(2)    | 是    | 应答码 00-成功,01-失败。详情见本文档第5章应答码 |
 | RespMsg       | String(20)   | 是    | 应答消息 |
+| reason        | JSON Object  |  否    | 失败原因。交易失败时,返回失败的详细原因                                                     |
 | customerId    | String(60)   | 是    | 用户ID |
 | transID       | String(32)   | 是    | GoAllPay流水号                       |
 | GWTime        | String(14)   | 是    | yyyyMMddHHmmss,为 GW 时间                                   |
@@ -772,6 +776,8 @@ JSON Object格式```{"code":"原因代码", "text":"原因说明"}```,详细
 | signType      | String(10)   | 是    | MD5或SHA256                                                  |
 | signature     | String(32)   | 是    | 采用 MD5或SHA256 签名                                        |
 
+**字段说明:**
+1. `reason`,失败原因,王娟补充。。。。
 
 
 ### 4.6 商户主动解约接口
@@ -826,7 +832,10 @@ JSON Object格式```{"code":"原因代码", "text":"原因说明"}```,详细
 
 **2. 请求路径**
 
- 商户域名+/api/consultUnbinding
+ `商户域名`+/api/consultUnbinding
+ 
+ `商户域名`需要商户手工提供给Goallpay配置。
+
 
 **3. 请求参数**