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