修改 云南测试问题

This commit is contained in:
guanj
2025-07-30 15:17:28 +08:00
parent f34f38ef14
commit ba1cee110a
14 changed files with 6037 additions and 5323 deletions

View File

@@ -97,9 +97,9 @@ export function getXbLineRank(data:any) {
})
}
// 数据补招
export function recall(data:any) {
export function FullRecall(data:any) {
return request({
url: '/data-processing-boot/data/recall',
url: '/data-processing-boot/data/FullRecall',
method: 'post',
data: data
})