Commit a3392984 by shangshang.dai

Upd 1:修改timestamp取值

parent 079b0e08
...@@ -270,9 +270,8 @@ bool FlowControl::_PullOrder() ...@@ -270,9 +270,8 @@ bool FlowControl::_PullOrder()
} }
} }
m_timestamp = orderObject->timestamp;
} }
m_timestamp = recvJson[JSON_TIMESTAMPS].toString();
syncTime = recvJson[JSON_SYNCTIME].toInt()*1000; syncTime = recvJson[JSON_SYNCTIME].toInt()*1000;
} }
} }
......
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