修改
This commit is contained in:
parent
fea5719fb6
commit
9090185681
@ -24,17 +24,22 @@ var request = function(config) {
|
||||
})
|
||||
})
|
||||
}
|
||||
//获取dy报告list
|
||||
//获取东营报告list
|
||||
// 东营驿站记录接口:http://218.58.213.15:8009/fd/sh05/record/{identity}
|
||||
// 东营获取驿站报告接口:http://218.58.213.15:8009/fd/sh05/report/view/{reportId}
|
||||
export function dyrecord(identity) {
|
||||
return request({
|
||||
url: `http://8.131.93.145:54098/fd/sh05/record/${identity}`,
|
||||
url: `http://218.58.213.15:8009/fd/sh05/record/${identity}`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
//获取dz报告list
|
||||
//获取德州报告list
|
||||
|
||||
// 德州驿站记录接口: http: //112.6.122.71:8009/fd/sh05/record/{identity}
|
||||
// 德州获取驿站报告接口: http: //112.6.122.71:8009/fd/sh05/report/view/{reportId}
|
||||
export function dzrecord(identity) {
|
||||
return request({
|
||||
url: `http://112.6.122.71:8009/fd/sh05/record/${identity}`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user