Commit ba11a1dc authored by 1486327116's avatar 1486327116

update

parent dd6b8c01
...@@ -161,11 +161,11 @@ export const addPairToCore = async (body) => { ...@@ -161,11 +161,11 @@ export const addPairToCore = async (body) => {
return res; return res;
} }
// user_id可选 // user_id可选 opt_market[single | spot | lpc ]=single的时候说明是单个交易对 spot 就是全部现货 lpc 全部合约
export const changeTradingFee = async (symbol,user_id,maker_fee,taker_fee,market="spot") => { export const changeTradingFee = async (symbol,user_id,maker_fee,taker_fee,market="spot",opt_market="single") => {
let body = { let body = {
maker_fee,taker_fee, maker_fee,taker_fee,opt_market
} }
body["market"] = market; body["market"] = market;
......
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