Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FMVip_LXJ
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
FMVip_LXJ
Commits
3819688e
Commit
3819688e
authored
May 10, 2017
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 认证方式增加微信原生卡类型。
parent
5e721944
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
FMVip_LXJ/global.h
+4
-1
FMVip_LXJ/windows/fmviplogin.cpp
+3
-0
No files found.
FMVip_LXJ/global.h
View file @
3819688e
...
@@ -51,7 +51,8 @@ enum Member_Type {
...
@@ -51,7 +51,8 @@ enum Member_Type {
PayCode
,
PayCode
,
Phone
,
Phone
,
Account
,
Account
,
EntityCard
EntityCard
,
OriginalCard
};
};
// 根据POS属性名,从配置文件中读取服务属性名
// 根据POS属性名,从配置文件中读取服务属性名
...
@@ -134,6 +135,8 @@ struct{
...
@@ -134,6 +135,8 @@ struct{
const
QString
Coupon_disAmount
=
"disAmount"
;
// 代金券抵扣金额
const
QString
Coupon_disAmount
=
"disAmount"
;
// 代金券抵扣金额
const
QString
Coupon_desc
=
"desc"
;
// 代金券描述
const
QString
Coupon_desc
=
"desc"
;
// 代金券描述
const
QString
Coupon_name
=
"name"
;
// 优惠券名
const
QString
Coupon_name
=
"name"
;
// 优惠券名
const
QString
Coupon_compatible
=
"compatible_flag"
;
// 是否可叠加
const
QString
Coupon_limitAmount
=
"limit_amount"
;
// 满额条件
const
QString
CouponMap
=
"payCouponMap"
;
// 代金券map
const
QString
CouponMap
=
"payCouponMap"
;
// 代金券map
// 产品
// 产品
const
QString
Products
=
"products"
;
const
QString
Products
=
"products"
;
...
...
FMVip_LXJ/windows/fmviplogin.cpp
View file @
3819688e
...
@@ -117,6 +117,9 @@ void FMVipLogin::on_login_btn_clicked()
...
@@ -117,6 +117,9 @@ void FMVipLogin::on_login_btn_clicked()
case
20
:
case
20
:
session
()
->
addData
(
PosProps
.
Member_type
,
Member_Type
::
PayCode
);
session
()
->
addData
(
PosProps
.
Member_type
,
Member_Type
::
PayCode
);
break
;
break
;
case
18
:
session
()
->
addData
(
PosProps
.
Member_type
,
Member_Type
::
OriginalCard
);
break
;
case
16
:
case
16
:
session
()
->
addData
(
PosProps
.
Member_type
,
Member_Type
::
EntityCard
);
session
()
->
addData
(
PosProps
.
Member_type
,
Member_Type
::
EntityCard
);
break
;
break
;
...
...
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