This commit is contained in:
2023-11-13 11:54:26 +08:00
parent fea5719fb6
commit 9090185681

View File

@ -24,14 +24,19 @@ 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}`,