付延余
2022-08-04 1d13033bffaa8b14f4a5edaf21a5ebb769ed0b4a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
export const jihua = {
    //获取用户信息
    getUserInfo: {
        url: '/admin/user/info',
        method: 'GET'
    },
    // 发运列表
    fyList: {
        url: '/yunxiao/contractorder/fyList',
        method: 'GET'
    },
    xscarshippingdayplan: {
        url: '/yunxiao/xscarshippingdayplan/page',
        method: 'GET'
    },
    // /yunxiao/xscarshippingdayplan
    addObj: {
        url: '/yunxiao/xscarshippingdayplan',
        method: 'POST'
    },
    // /yunxiao/xscarshippingdayplan/setCarNums
    setCarNums: {
        url: '/yunxiao/xscarshippingdayplan/setCarNums',
        method: 'POST'
    },
    // 菜单
    menu: {
        url: '/admin/menu',
        method: 'GET'
    }
}