1黑名单

This commit is contained in:
2025-03-07 12:01:18 +08:00
parent 01767582ca
commit 42319a9ad6
2 changed files with 34 additions and 1 deletions

View File

@ -45,3 +45,11 @@ export function delLineSymbolBlack(data) {
})
}
//重新加载交易对
export function reloadSymbol(){
return request({
url: '/api/v1/line-symbol-black/reload-symbol',
method: 'get'
})
}