瀏覽代碼

修改调用backURL方式为POST

tao.zhou 5 年之前
父節點
當前提交
4ec6cf5173
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AllPay_Integration_Specification_EN.md

+ 1 - 1
AllPay_Integration_Specification_EN.md

@@ -59,7 +59,7 @@ This field is a list of common fields, sending, every channel needs some channel
 
 3.Jump transformation Purchase interface response message
 
-  The merchant needs to provide an HTTP/HTTPS protocol interface that is included in the parameters passed to the SDK, the backURL. After the payment is complete, the AllPay server will call the backURL as a Get, informing the payment result. When merchant receive the notification, the merchant is required to return "OK".
+  The merchant needs to provide an HTTP/HTTPS protocol interface that is included in the parameters passed to the SDK, the backURL. After the payment is complete, the AllPay server will call the backURL as a POST, informing the payment result. When merchant receive the notification, the merchant is required to return "OK".
 
   If we didn't receive "OK" from merchant,AllPay will resend the response message to merchant.Time interval is[15, 15, 30, 180, 1800, 3600, 7200, 14400, 14400], the unit is second.