code
This commit is contained in:
@ -51,4 +51,20 @@ export function getSameSymbol(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
// 导出交易对
|
||||
export function exportSymbols(params) {
|
||||
return request({
|
||||
url: '/api/v1/line-symbol/export',
|
||||
method: 'get',
|
||||
responseType: 'blob',
|
||||
params
|
||||
})
|
||||
}
|
||||
export function symbolAll(params) {
|
||||
return request({
|
||||
url: '/api/v1/line-symbol/all',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user