feat: 增加菜单管理
This commit is contained in:
@@ -33,3 +33,11 @@ export const updateOrder = (data) => {
|
||||
}
|
||||
})
|
||||
}
|
||||
/**重试订单流程 */
|
||||
export const retryOrderHook = (data) => {
|
||||
return http2.post('/api/v1/admin/order/retry_hook', data,{
|
||||
headers:{
|
||||
'Content-Type':'multipart/form-data'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user