代客下单新增限时折扣角标

This commit is contained in:
gyq
2025-11-12 10:09:22 +08:00
parent 636fa4e033
commit 2d8abc2fea
17 changed files with 222 additions and 163 deletions

View File

@@ -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
});
},
//挂账支付