付延余
2022-12-19 8fc8838a441ae3d3b1616f4fc003b16292978b54
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
32
33
34
35
36
37
export const jihua = {
    //获取用户信息
    getUserInfo: {
        url: '/admin/user/info',
        method: 'GET'
    },
    // 发运列表
    fyList: {
        url: '/yunxiao/contractorder/fyList',
        method: 'GET'
    },
    xscarshippingdayplan: {
        url: '/yunxiao/xscarshippingdayplan/page',
        method: 'GET'
    },
    
    // xscarshippingdayplan: {
    //     url: '/yunxiao/contractorder/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'
    }
}