request-payment.md 1020 字节
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8 9 10 11 12
## uni.requestPayment(options) @requestpayment

<!-- UTSAPIJSON.requestPayment.description -->

<!-- UTSAPIJSON.requestPayment.param -->

<!-- UTSAPIJSON.requestPayment.returnValue -->

<!-- UTSAPIJSON.requestPayment.compatibility -->

<!-- UTSAPIJSON.requestPayment.tutorial -->

W
wanganxp 已提交
13 14 15
注意:
- App平台开发支付宝支付,无需自定义基座,真机运行可直接开发

D
DCloud_LXH 已提交
16
<!-- UTSAPIJSON.requestPayment.example -->
D
DCloud_LXH 已提交
17

D
DCloud_LXH 已提交
18 19
<!-- UTSAPIJSON.general_type.name -->

WOSHIMAHAIFENG's avatar
WOSHIMAHAIFENG 已提交
20 21 22 23 24 25 26 27 28 29 30 31 32
<!-- UTSAPIJSON.general_type.param -->
## cause支付sdk错误码汇总

| 支付宝错误码 | 错误信息 |
|---|---|
| -9000 | 订单支付成功 |
| -8000 | 正在处理中,支付结果未知(有可能已经支付成功),请查询商家订单列表中订单的支付状态 |
| -4000 | 订单支付失败 |
| -5000 | 重复请求 |
| -6001 | 用户中途取消 |
| -6002 | 网络连接出错 |
| -6004 | 支付结果未知(有可能已经支付成功),请查询商家订单列表中订单的支付状态 |
|  其它  | 其它支付错误 |