no commit message

This commit is contained in:
ICEC
2020-07-13 23:35:17 +08:00
parent c56d944ab7
commit be7e538466
7 changed files with 384 additions and 8 deletions

View File

@ -85,3 +85,24 @@ export function AllDataDataRange(fDateStart,fDateEnd) {
})
}
export function getBestHunsha() {
return request({
url: '/fx_technologist/getBestHunsha',
method: 'get'
})
}
export function getBestTijiaoxian() {
return request({
url: '/fx_technologist/getBestTijiaoxian',
method: 'get'
})
}
export function getBestHuakuang() {
return request({
url: '/fx_technologist/getBestHuakuang',
method: 'get'
})
}