Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FMVip_Today
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_Today
Commits
2f954b44
Commit
2f954b44
authored
Jun 08, 2017
by
NitefullWind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 新增几种第三方支付方式。
parent
686345da
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
FMVip/fmvipforward.cpp
+9
-1
No files found.
FMVip/fmvipforward.cpp
View file @
2f954b44
...
...
@@ -311,7 +311,7 @@ void FMVipForward::final(const QJsonObject &job, QJsonObject &fmjob)
scoreAmount
=
pay_ob
[
"paid_total_amount"
].
toInt
();
}
else
if
(
type
==
"77"
)
{
// 代金券
coupons
.
append
(
pay_ob
[
"code"
].
toString
());
}
else
if
(
type
==
"72"
||
type
==
"73"
)
{
}
else
if
(
type
==
"72"
||
type
==
"73"
||
type
==
"75"
||
type
==
"78"
||
type
==
"79"
||
type
==
"99"
)
{
thirdAmount
=
pay_ob
[
"paid_total_amount"
].
toInt
();
transObj
[
"thirdPayTransId"
]
=
pay_ob
[
"pay_transId"
];
...
...
@@ -319,6 +319,14 @@ void FMVipForward::final(const QJsonObject &job, QJsonObject &fmjob)
transObj
[
"thirdPayType"
]
=
1
;
}
else
if
(
type
==
"73"
)
{
// 微信
transObj
[
"thirdPayType"
]
=
2
;
}
else
if
(
type
==
"75"
)
{
// 翼支付
transObj
[
"thirdPayType"
]
=
6
;
}
else
if
(
type
==
"79"
)
{
// 工银-银联
transObj
[
"thirdPayType"
]
=
3
;
}
else
if
(
type
==
"78"
)
{
// QQ钱包
transObj
[
"thirdPayType"
]
=
7
;
}
else
{
// 其他
transObj
[
"thirdPayType"
]
=
4
;
}
}
}
...
...
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