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
Plain Diff
Browse Files
Authored by
mali
6 years ago
Commit
7e932dc6424dd56b63730c4f935a79aec15c84a8
2 parents
c92fcc09
6d193328
Merge branch 'dev'
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 @
7e932dc
...
...
@@ -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