first
This commit is contained in:
13
src/api/order.js
Normal file
13
src/api/order.js
Normal file
@ -0,0 +1,13 @@
|
||||
import request from '@/utils/http'
|
||||
|
||||
// 预计费用计算
|
||||
export function getToDoList() {
|
||||
return request({
|
||||
url: '/supplierAppV2/dispatchApp/toDoMessage/toDoList',
|
||||
method: 'POST',
|
||||
// withCredentials: true
|
||||
// contentType: 'application/json',
|
||||
// data
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user