Commit c87db480 authored by ml's avatar ml

####

parent 5395fe73
...@@ -469,6 +469,7 @@ async function buildSubmitItems(pair: string, dbInfo: any, now: Date, user_chann ...@@ -469,6 +469,7 @@ async function buildSubmitItems(pair: string, dbInfo: any, now: Date, user_chann
pairList = await getAllSpotPairs(); pairList = await getAllSpotPairs();
} }
else { else {
//TODO:币本位和U本位的交易对怎么区分?
pairList = await getAllContractPairs(); pairList = await getAllContractPairs();
} }
} }
......
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