mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-09-21 04:23:38 +08:00
feat: 支付功能迁移(初稿)
This commit is contained in:
@@ -95,7 +95,7 @@ export const getOrderDetail = async (id: number) => {
|
||||
|
||||
// 新增支付订单
|
||||
export const createOrder = async (data: OrderVO) => {
|
||||
return await request.post({ url: '/pay/order/create', data })
|
||||
return await request.post({ url: '/pay/order/submit', data })
|
||||
}
|
||||
|
||||
// 修改支付订单
|
||||
|
Reference in New Issue
Block a user