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
1241b4e8
Commit
1241b4e8
authored
Feb 28, 2018
by
guanghui.cui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单结构体添加支付账户号
parent
34955e4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
base/CommonStruct.h
+1
-0
No files found.
base/CommonStruct.h
View file @
1241b4e8
...
@@ -40,6 +40,7 @@ struct paymentDetail
...
@@ -40,6 +40,7 @@ struct paymentDetail
int
amount
=
0
;
//支付金额
int
amount
=
0
;
//支付金额
int
type
=
0
;
//支付类型
int
type
=
0
;
//支付类型
std
::
string
trans_id
;
//支付交易号
std
::
string
trans_id
;
//支付交易号
std
::
string
account_id
;
//支付账户号
};
};
//支付信息
//支付信息
...
...
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