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 xscarshippingdayplanAddObj: { url: '/yunxiao/xscarshippingdayplan', method: 'POST' }, // /yunxiao/xscarshippingdayplan/setCarNums setCarNums: { url: '/yunxiao/xscarshippingdayplan/setCarNums', method: 'POST' }, // 菜单 menu: { url: '/admin/menu', method: 'GET' } }