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
bb153a10
Commit
bb153a10
authored
May 18, 2017
by
ss.dai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1: 修改为自动接单
parent
1dca6140
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
fmTakeaway/DTools/dataManger.cpp
+1
-1
No files found.
fmTakeaway/DTools/dataManger.cpp
View file @
bb153a10
...
...
@@ -40,7 +40,7 @@ QJsonObject DataManger::GetPullOrderData(const QString ×tamp)
QJsonObject
rObj
;
rObj
.
insert
(
JSON_REQTYPE
,
PULL_ORDER
);
rObj
.
insert
(
JSON_TIMESTAMPS
,
timestamp
);
rObj
.
insert
(
JSON_AUTOCONFIRM
,
"
0
"
);
rObj
.
insert
(
JSON_AUTOCONFIRM
,
"
1
"
);
rObj
.
insert
(
JSON_TOKEN
,
m_token
);
rObj
.
insert
(
JSON_POSVERSION
,
APP_VERSION
);
return
rObj
;
...
...
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