This commit is contained in:
shilin
2025-02-13 16:56:20 +08:00
parent ea0bc548b0
commit 082ab5794d
5 changed files with 498 additions and 205 deletions

View File

@ -134,3 +134,20 @@ export function getOrderPage(params) {
})
}
// aicoin买入点
export function aiCoinPrice(data) {
return request({
url: '/api/v1/line-pre-order/aiCoinPrice',
method: 'post',
data
})
}
// aicoin交易对
export function aicoinSymbol(params) {
return request({
url: '/api/v1/line-direction/symbol',
method: 'get',
params
})
}