feat: 支付功能迁移(初稿)

This commit is contained in:
dhb52
2023-08-06 23:25:07 +08:00
parent 64b40e7fdf
commit a6eab3cc9a
14 changed files with 1155 additions and 58 deletions

View File

@@ -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 })
}
// 修改支付订单