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
Lixiaodi
6 years ago
Commit
94fa67fe20e88b884176d2e5cdd38e79394f146e
1 parent
4e690d6b
bug修改:微信支付bean注入
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
order/src/main/java/com/yohoufo/order/controller/PaymentController.java
order/src/main/java/com/yohoufo/order/controller/PaymentController.java
View file @
94fa67f
...
...
@@ -34,6 +34,7 @@ import com.yohoufo.order.model.response.PrepayResponse;
import
com.yohoufo.order.service.IPaymentService
;
import
com.yohoufo.order.service.pay.alipay.AlipayOuyinService
;
import
com.yohoufo.order.service.pay.weixin.WeixinPayUFOAppService
;
import
com.yohoufo.order.service.pay.weixin.WeixinPayUFORealAppService
;
@RestController
@RequestMapping
(
value
=
"/payment"
)
...
...
@@ -52,7 +53,7 @@ public class PaymentController {
IPaymentService
paymentService
;
@Autowired
WeixinPayUFOAppService
weixinPayAppService
;
WeixinPayUFO
Real
AppService
weixinPayAppService
;
@Autowired
AlipayOuyinService
alipayService
;
...
...
Please
register
or
login
to post a comment