Commit 5cb1f50e by shangshang.dai

Upd 1:更改timestamp获取的地方,订单对象->请求对象

parent 2d450c38
...@@ -179,8 +179,9 @@ bool FlowControl::_PullOrder() ...@@ -179,8 +179,9 @@ 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