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
zhenfei.zhang
fmPOS
Commits
000b1c4a
Commit
000b1c4a
authored
Dec 18, 2017
by
NitefullWind
Committed by
Carwyn
Mar 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 增加卡券核销接口。
parent
686982cd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
fmp_redeem/fmp_redeem_i.h
+3
-2
No files found.
fmp_redeem/fmp_redeem_i.h
View file @
000b1c4a
...
@@ -20,7 +20,8 @@ public:
...
@@ -20,7 +20,8 @@ public:
connect
(
this
,
&
FMPRedeemInterface
::
TriggerUninit
,
this
,
&
FMPRedeemInterface
::
OnTriggerUninit
);
connect
(
this
,
&
FMPRedeemInterface
::
TriggerUninit
,
this
,
&
FMPRedeemInterface
::
OnTriggerUninit
);
}
}
virtual
QJsonObject
Redeem
(
QJsonObject
redeemInfo
)
=
0
;
//券码核销
virtual
QJsonObject
Redeem
(
const
QJsonArray
&
productsInfo
)
=
0
;
//券码核销
virtual
QJsonObject
Redeem
(
const
QJsonObject
&
productsInfoObj
)
=
0
;
//券码核销
virtual
QJsonObject
Reverse
(
QJsonObject
request
)
=
0
;
//卡券冲正
virtual
QJsonObject
Reverse
(
QJsonObject
request
)
=
0
;
//卡券冲正
virtual
QJsonObject
GetRedeemJson
()
const
=
0
;
virtual
QJsonObject
GetRedeemJson
()
const
=
0
;
...
@@ -32,7 +33,7 @@ protected slots:
...
@@ -32,7 +33,7 @@ protected slots:
void
OnTriggerInit
()
{
FMPluginInterface
::
OnTriggerInit
();
}
void
OnTriggerInit
()
{
FMPluginInterface
::
OnTriggerInit
();
}
void
OnTriggerUninit
()
{
FMPluginInterface
::
OnTriggerUninit
();
}
void
OnTriggerUninit
()
{
FMPluginInterface
::
OnTriggerUninit
();
}
};
};
Q_DECLARE_INTERFACE
(
FMPRedeemInterface
,
"
com.
fmp.redeem"
)
Q_DECLARE_INTERFACE
(
FMPRedeemInterface
,
"fmp.redeem"
)
#endif // FMP_REDEEM_I_H
#endif // FMP_REDEEM_I_H
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