api put/pver
This commit is contained in:
parent
85632ec16c
commit
dc2457d9ed
2 changed files with 34 additions and 5 deletions
|
|
@ -60,6 +60,8 @@ export default {
|
|||
detailOrder: (orderId: string) => `${order}/order/detail/${orderId}`,
|
||||
deleteOrder: (orderId: string) => `${order}/order/${orderId}`,
|
||||
typeOrder: () => `${order}/order/order-type`,
|
||||
nextStep: (orderId: string) => `${order}/order/next/${orderId}`,
|
||||
prevStep: (orderId: string) => `${order}/order/prev/${orderId}`,
|
||||
|
||||
createOrder: () => `${order}/order/detail`,
|
||||
|
||||
|
|
@ -93,7 +95,6 @@ export default {
|
|||
|
||||
attachmentOrderId: (orderId: string) =>
|
||||
`${order}/order/attachment/order-file/${orderId}`,
|
||||
|
||||
attachmentFileId: (orderId: string) =>
|
||||
`${order}/order/attachment/file/${orderId}`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue