Browse Source

注释掉3.9 手工退款申请接口

tao.zhou 2 months ago
parent
commit
a24d105660
2 changed files with 5 additions and 6 deletions
  1. 3 3
      AllPay_Integration_Specification_CH.md
  2. 2 3
      AllPay_Integration_Specification_EN.md

+ 3 - 3
AllPay_Integration_Specification_CH.md

@@ -5,6 +5,7 @@
 * 更新时间:2022 年 11 月
 
 ## 目录
+
   - [1. 概述](#1-概述)
   - [2. API说明](#2-api说明)
     - [2.1 交易流程](#21-交易流程)
@@ -19,7 +20,6 @@
     - [3.6 预授权接口](#36-预授权接口)
     - [3.7 预授权完成接口](#37-预授权完成接口)
     - [3.8 撤销接口](#38-撤销接口)
-    - [3.9 手工退款申请接口](#39-手工退款申请接口)
   - [4. 签约支付API](#4-签约支付api)
     - [4.1 签约接口](#41-签约接口)
       - [4.1.1 签约(Alipay+)](#411-签约alipay)
@@ -505,7 +505,7 @@ signature: 40f1e5adebba58cc7822dac0b3a2bfebb6676e245370be027cdfb952695bee29
 | signType      | String(10) | 是    | SHA256                                    |
 | signature     | String(32) | 是    | 签名                          |
 
-### 3.9 手工退款申请接口
+<!-- ### 3.9 手工退款申请接口
 
 **1. 接口说明**
 
@@ -550,7 +550,7 @@ signature: 40f1e5adebba58cc7822dac0b3a2bfebb6676e245370be027cdfb952695bee29
 | transTime     | String(14) | 是    | 交易时间,格式:"yyyyMMddHHmmss"               |
 | GWTime        | String(14) | 是    | yyyyMMddHHmmss,为 GW 时间,目前为本地交易时间 |
 | signType      | String(10) | 是    | SHA256                                    |
-| signature     | String(32) | 是    | 签名                          |
+| signature     | String(32) | 是    | 签名                          | -->
 
 ## 4. 签约支付API
 

+ 2 - 3
AllPay_Integration_Specification_EN.md

@@ -19,7 +19,6 @@
     - [3.6 Pre-authorization](#36-pre-authorization)
     - [3.7 Pre-authorization completion interface](#37-pre-authorization-completion-interface)
     - [3.8 Cancellation interface](#38-cancellation-interface)
-    - [3.9 Manual refund application interface](#39-manual-refund-application-interface)
   - [4. Token Payment API](#4-token-payment-api)
     - [4.1 Apply Token](#41-apply-token)
       - [4.1.1 Apply token ( Alipay+ )](#411-apply-token--alipay-)
@@ -554,7 +553,7 @@ String "OK"
 | signType      | String(10) | Yes    | "SHA256" |
 | signature     | String(32) | Yes    | signature |
 
-### 3.9 Manual refund application interface
+<!-- ### 3.9 Manual refund application interface
 
 **1. Interface specification** 
 
@@ -599,7 +598,7 @@ To refund the payments which are more than 90 days ago, the merchant can't proce
 | transTime | String(14) | Yes    | Transaction time, format: "yyyyMMddHHmmss" |
 | GWTime    | String(14) | Yes    | yyyyMMddHHmmss this should be a GWtime, currently is local transaction time |
 | signType  | String(10) | Yes    | "SHA256" |
-| signature | String(32) | Yes    | signature |
+| signature | String(32) | Yes    | signature | -->
 
 ## 4. Token Payment API