查询商户应用等信息

This commit is contained in:
yurong 2023-02-13 17:17:52 +08:00
parent 9f9a069052
commit 151ce02574
1 changed files with 4 additions and 0 deletions

View File

@ -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()){