代客下单增加用户扫描二维码支付
This commit is contained in:
@@ -428,3 +428,14 @@ export function $changeUseType(data) {
|
||||
}
|
||||
});
|
||||
}
|
||||
//店铺订单支付获取链接
|
||||
export function $getOrderPayUrl(data) {
|
||||
return request({
|
||||
url: '/api/shopPayApi/getOrderPayUrl',
|
||||
method: "get",
|
||||
params:{
|
||||
shopId: localStorage.getItem("shopId"),
|
||||
...data
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user