Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FmTakeaway
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shangshang.dai
FmTakeaway
Commits
ba094b22
Commit
ba094b22
authored
May 27, 2017
by
ss.dai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6289091c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
fmTakeaway/Control/flowControl.cpp
+2
-2
run/config.ini
+5
-2
No files found.
fmTakeaway/Control/flowControl.cpp
View file @
ba094b22
...
...
@@ -249,8 +249,8 @@ bool FlowControl::_PullOrder()
if
(
bWrite
)
{
QLOG_INFO
()
<<
QString
(
"will entry %1"
).
arg
(
orderObject
->
order_id
);
QTimer
::
singleShot
(
1000
*
60
*
120
,
[
orderObject
,
this
](){
//
QTimer::singleShot(1000*20, [orderObject,this](){
//
QTimer::singleShot(1000*60*120, [orderObject, this](){
QTimer
::
singleShot
(
1000
*
20
,
[
orderObject
,
this
](){
if
(
orderObject
->
status
==
6
||
orderObject
->
status
==
200
)
{
QString
error
;
...
...
run/config.ini
View file @
ba094b22
...
...
@@ -5,5 +5,8 @@ url1=http://123.207.193.166/api
[RefundListener]
port
=
34953
;url为销售单写入地址
;url1为服务费&配送费写入地址
[HdServer]
url
=
http://101.71.13.138:7782/h4rest2/rest/h5rest-server/core/wholesaleservice/wholesale
\ No newline at end of file
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment