Selaa lähdekoodia

修改调用backURL方式为POST

tao.zhou 5 vuotta sitten
vanhempi
commit
4ec6cf5173
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.