代客下单新增限时折扣角标
This commit is contained in:
@@ -44,11 +44,11 @@ const Api = {
|
||||
});
|
||||
},
|
||||
// 获取店铺订单支付URL
|
||||
orderPayUrl(params: any) {
|
||||
orderPayUrl(data: any) {
|
||||
return request<any>({
|
||||
url: `${baseURL}/shopPayApi/orderPayUrl`,
|
||||
method: "get",
|
||||
params
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
},
|
||||
//挂账支付
|
||||
|
||||
Reference in New Issue
Block a user