Browse Source

更新 '微信小程序支付接入规范文档.md'

tao.zhou 5 years ago
parent
commit
20f19010b5
1 changed files with 1 additions and 3 deletions
  1. 1 3
      微信小程序支付接入规范文档.md

+ 1 - 3
微信小程序支付接入规范文档.md

@@ -67,7 +67,6 @@ AllPay为基于微信小程序开发的接口,以帮助客户实现快速、
   'package': '',
   'signType': 'MD5',
   'paySign': ''}
-
  ```
 将上述返回数据放入微信小程序支付接口,即可调起微信小程序支付,具体方法,参考[微信小程序API](https://developers.weixin.qq.com/miniprogram/dev/api/api-pay.html#wxrequestpaymentobject)
 
@@ -118,7 +117,6 @@ AllPay为基于微信小程序开发的接口,以帮助客户实现快速、
  10|签名类型     |3  |文本|signType        |MD5 
  11|签名      |32  |文本|signature         |采用 MD5 签名 
 
-
 3.响应报文格式
 
   序号 |名称  |长度|类型|参数名称|备注 
@@ -238,7 +236,7 @@ AllPay为基于微信小程序开发的接口,以帮助客户实现快速、
 | T2             | Txntype error                              |
 | T3             | transaction is not exist or fail           |
 | T4             | The maximum amount exceeds the upper limit |
-| 99             | System error  
+| 99             | System error                               |
 
 #### 5.技术支持