Commit ba094b22 by ss.dai

1

parent 6289091c
...@@ -249,8 +249,8 @@ bool FlowControl::_PullOrder() ...@@ -249,8 +249,8 @@ bool FlowControl::_PullOrder()
if(bWrite) if(bWrite)
{ {
QLOG_INFO() << QString("will entry %1").arg(orderObject->order_id); QLOG_INFO() << QString("will entry %1").arg(orderObject->order_id);
QTimer::singleShot(1000*60*120, [orderObject, this](){ //QTimer::singleShot(1000*60*120, [orderObject, this](){
//QTimer::singleShot(1000*20, [orderObject,this](){ QTimer::singleShot(1000*20, [orderObject,this](){
if(orderObject->status == 6 || orderObject->status == 200) if(orderObject->status == 6 || orderObject->status == 200)
{ {
QString error; QString error;
......
...@@ -5,5 +5,8 @@ url1=http://123.207.193.166/api ...@@ -5,5 +5,8 @@ url1=http://123.207.193.166/api
[RefundListener] [RefundListener]
port=34953 port=34953
;url为销售单写入地址
;url1为服务费&配送费写入地址
[HdServer] [HdServer]
url=http://101.71.13.138:7782/h4rest2/rest/h5rest-server/core/wholesaleservice/wholesale url=http://101.71.13.138:7782/h4rest2/rest/h5rest-server/core/wholesaleservice/wholesale
url1=http://60.12.240.242:8980/h4rest-server/rest/h5rest-server/core/feeservice/fee/savenew
\ No newline at end of file
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