signle
This commit is contained in:
@ -151,3 +151,12 @@ export function aicoinSymbol(params) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取止盈点
|
||||
export function calculate(data) {
|
||||
return request({
|
||||
url: '/api/v1/line-pre-order/calculate',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user