Commit 35d1fad9 by zihan

去掉日志

parent 22592607
......@@ -70,7 +70,6 @@ class Order {
const order = result.data || {};
if(!order.dealAmount && !order.pendingAmount){
console.error("没有返回amount 和deal amount字段,继续搜索");
console.log(result)
this.api.searchOrder(orderId, symbol, side, this._handleFOKSearchResult.bind(this, orderId, symbol, side, price, finalCallback));
}else if (order.pendingAmount === 0 || !order.isActive) {
finalCallback(null, convertToRecordOrder(order, price));
......
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