Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
familyMart_takeaway
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
guanghui.cui
familyMart_takeaway
Commits
51f386b2
Commit
51f386b2
authored
Oct 12, 2019
by
xiaojing.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.根据服务器端需求,去掉扫码购pickupcode字段拼接
parent
106f2128
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/JsonModule.cpp
+0
-3
No files found.
src/JsonModule.cpp
View file @
51f386b2
...
...
@@ -2439,9 +2439,6 @@ std::string JsonModule::_getPickupCodeString(std::string &channel,std::string &p
else
if
(
"202"
==
channel
){
rlt
=
"洗衣机"
+
pickup_code
+
"号"
;
}
else
if
(
"203"
==
channel
){
rlt
=
"扫码购"
+
pickup_code
+
"号"
;
}
else
if
(
"204"
==
channel
){
rlt
=
"线上易果分销"
+
pickup_code
+
"号"
;
}
...
...
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