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
151ce025
Commit
151ce025
authored
Feb 13, 2023
by
yurong
Browse files
查询商户应用等信息
parent
9f9a0690
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/service/ConfigContextQueryService.java
View file @
151ce025
...
...
@@ -65,6 +65,10 @@ public class ConfigContextQueryService {
return
mchAppService
.
getOneByMch
(
mchNo
,
mchAppId
);
}
public
MchAppConfigContext
queryMchInfoAndAppInfo
(
String
mchAppId
)
{
return
queryMchInfoAndAppInfo
(
mchAppService
.
getById
(
mchAppId
).
getMchNo
(),
mchAppId
);
}
public
MchAppConfigContext
queryMchInfoAndAppInfo
(
String
mchNo
,
String
mchAppId
){
if
(
isCache
()){
...
...
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