Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
4d422129
Commit
4d422129
authored
Jul 16, 2021
by
terrfly
Browse files
解决合并冲突;
parent
9dad80f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/merchant/MchPayInterfaceConfigController.java
View file @
4d422129
...
@@ -32,6 +32,8 @@ import com.jeequan.jeepay.mgr.ctrl.CommonCtrl;
...
@@ -32,6 +32,8 @@ import com.jeequan.jeepay.mgr.ctrl.CommonCtrl;
import
com.jeequan.jeepay.service.impl.MchAppService
;
import
com.jeequan.jeepay.service.impl.MchAppService
;
import
com.jeequan.jeepay.service.impl.MchInfoService
;
import
com.jeequan.jeepay.service.impl.MchInfoService
;
import
com.jeequan.jeepay.service.impl.PayInterfaceConfigService
;
import
com.jeequan.jeepay.service.impl.PayInterfaceConfigService
;
import
com.jeequan.jeepay.service.impl.SysConfigService
;
import
org.apache.commons.lang3.StringUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.security.access.prepost.PreAuthorize
;
import
org.springframework.security.access.prepost.PreAuthorize
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.*
;
...
@@ -54,6 +56,7 @@ public class MchPayInterfaceConfigController extends CommonCtrl {
...
@@ -54,6 +56,7 @@ public class MchPayInterfaceConfigController extends CommonCtrl {
@Autowired
private
MchAppService
mchAppService
;
@Autowired
private
MchAppService
mchAppService
;
@Autowired
private
MqCommonService
mqCommonService
;
@Autowired
private
MqCommonService
mqCommonService
;
@Autowired
private
MchInfoService
mchInfoService
;
@Autowired
private
MchInfoService
mchInfoService
;
@Autowired
private
SysConfigService
sysConfigService
;
/**
/**
* @Author: ZhuXiao
* @Author: ZhuXiao
...
...
Write
Preview
Supports
Markdown
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