Showing
1 changed file
with
6 additions
and
1 deletions
@@ -7,7 +7,12 @@ | @@ -7,7 +7,12 @@ | ||
7 | |uid|int|否|3236556|0|用户id| | 7 | |uid|int|否|3236556|0|用户id| |
8 | |orderCode|Long|否|111111111|0|订单号 | 8 | |orderCode|Long|否|111111111|0|订单号 |
9 | |payment|int|否|1|0|支付方式 | 9 | |payment|int|否|1|0|支付方式 |
10 | - | 10 | +### 支付方式payment |
11 | +14:银联手机支付 | ||
12 | +15:支付宝手机 | ||
13 | +18:支付宝wap | ||
14 | +19:微信支付 | ||
15 | +22:微信wap | ||
11 | ### 请求示例 | 16 | ### 请求示例 |
12 | http://192.168.102.205:8080/gateway?method=app.order.savePrePayInfo&uid=8041834&orderCode=111111111&payment=1&debug=XYZ | 17 | http://192.168.102.205:8080/gateway?method=app.order.savePrePayInfo&uid=8041834&orderCode=111111111&payment=1&debug=XYZ |
13 | ### 响应 | 18 | ### 响应 |
-
Please register or login to post a comment