支付、订单查询模块
This commit is contained in:
@@ -24,7 +24,7 @@ const post_submit_order = '/order/auth/submitOrder' // 生成订单
|
||||
const get_order_info = '/order/auth/getOrderInfoById' // 订单详情
|
||||
const get_wx_login = '/user/weixin/wxLogin' // 微信用户登陆
|
||||
const post_update_user = '/user/weixin/auth/updateUser' // 更新用户信息
|
||||
const get_weixin_payment = '/payment/weixin/createJsapi/' // 获取微信支付信息
|
||||
const get_weixin_payment = '/payment/weixin/createJsapi' // 获取微信支付信息
|
||||
const get_find_user_order = '/order/auth/findUserOrderPage' // 获取用户订单信息
|
||||
const get_order_status = '/payment/weixin/queryPayStatus' // 获取订单状态
|
||||
|
||||
|
@@ -25932,7 +25932,7 @@
|
||||
var get_order_info = '/order/auth/getOrderInfoById'; // 订单详情
|
||||
var get_wx_login = '/user/weixin/wxLogin'; // 微信用户登陆
|
||||
var post_update_user = '/user/weixin/auth/updateUser'; // 更新用户信息
|
||||
var get_weixin_payment = '/payment/weixin/createJsapi/'; // 获取微信支付信息
|
||||
var get_weixin_payment = '/payment/weixin/createJsapi'; // 获取微信支付信息
|
||||
var get_find_user_order = '/order/auth/findUserOrderPage'; // 获取用户订单信息
|
||||
var get_order_status = '/payment/weixin/queryPayStatus'; // 获取订单状态
|
||||
|
||||
|
Reference in New Issue
Block a user