Commit 83af69c5 authored by 1486327116's avatar 1486327116

format

parent 911a6fe1
......@@ -15,7 +15,6 @@ export const getCoinFromCore = async(symbol)=> {
return data[0];
}
// {
// "id": 1,
// "symbol": 'BTC_USDT',
......@@ -47,8 +46,6 @@ export const addCoin2Core = async(symbol)=> {
return true;
}
export const addPairToCore = async(body)=> {
const url = `${webadmin_endpoint}/pair/add_product`
let { data } = await axios.post(url,body);
......@@ -59,4 +56,3 @@ export const addPairToCore = async(body)=> {
return true;
}
// getPairFromCore("BTC_USDT").then(console.log)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment