Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmPOS
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
xiaojing.zhang
fmPOS
Commits
6f48eb12
Commit
6f48eb12
authored
Feb 12, 2018
by
Amnes1a
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'lvlanzi' of gitlab.freemud.com:zhenfei.zhang/fmPOS into lvlanzi
# Conflicts: # fmp_redeem/fmp_redeem_i.h
parents
1cb7bd8c
7ca19f74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fmp_redeem/fmp_redeem_i.h
+2
-2
No files found.
fmp_redeem/fmp_redeem_i.h
View file @
6f48eb12
...
...
@@ -20,8 +20,8 @@ public:
connect
(
this
,
&
FMPRedeemInterface
::
TriggerUninit
,
this
,
&
FMPRedeemInterface
::
OnTriggerUninit
);
}
virtual
QJsonObject
Redeem
(
QJsonObject
redeem
Info
)
=
0
;
//券码核销
virtual
QJsonObject
Re
verse
(
QJsonObject
request
)
=
0
;
//卡券冲正
virtual
QJsonObject
Redeem
(
const
QJsonArray
&
products
Info
)
=
0
;
//券码核销
virtual
QJsonObject
Re
deem
(
const
QJsonObject
&
productsInfoObj
)
=
0
;
//券码核销
virtual
QJsonObject
GetRedeemJson
()
const
=
0
;
signals
:
...
...
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