Merge pull request 'master' (#178) from master into test
Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/178
This commit is contained in:
@@ -32,11 +32,11 @@ export const orderdDetele =(params)=>{
|
||||
})
|
||||
}
|
||||
|
||||
export const orderdClose =(params)=>{
|
||||
export const orderdClose =(data)=>{
|
||||
return request({
|
||||
url:`/order`,
|
||||
url:'/order/close',
|
||||
method:'post',
|
||||
params
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user