Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TANLING
5 years ago
Commit
128654e80f02aba61492ab30e37d3aed19a18421
1 parent
b2dada59
花呗退款走殴印
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
order/src/main/java/com/yohoufo/order/service/handler/payment/PayServiceFactory.java
order/src/main/java/com/yohoufo/order/service/handler/payment/PayServiceFactory.java
View file @
128654e
...
...
@@ -122,11 +122,11 @@ public class PayServiceFactory implements ApplicationContextAware {
payService
=
youfuAppWeixinPayService
;
}
else
if
(
payment
==
Payment
.
ALIPAY
)
{
payService
=
alipayService
;
}
else
if
(
payment
==
Payment
.
YOUFU_ALIPAY
else
if
(
payment
==
Payment
.
ALIPAY
||
payment
==
Payment
.
ALIPAY_HB
||
payment
==
Payment
.
ALIPAY_HBFQ
){
||
payment
==
Payment
.
ALIPAY_HBFQ
)
{
payService
=
alipayService
;
}
else
if
(
payment
==
Payment
.
YOUFU_ALIPAY
){
payService
=
youfuAlipayService
;
}
...
...
Please
register
or
login
to post a comment