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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
export const jihua = {
    //获取用户信息
    getUserInfo: {
        url: '/admin/user/info',
        method: 'GET'
    },
    // 发运列表
    
    /**
     * 這是有bug的接口
     */
    // fyList: {
    //     url: '/yunxiao/contractorder/fyList',
    //     method: 'GET'
    // },
    
    /**
     * 這是正確的
     */
    fyList:{
        url:'/yunxiao/xscarshippingdayplan/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'
    }
}