查询商户应用等信息
This commit is contained in:
parent
9f9a069052
commit
151ce02574
|
|
@ -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()){
|
||||
|
|
|
|||
Loading…
Reference in New Issue