Pre Merge pull request !159 from Style-lo/develop_test

This commit is contained in:
Style-lo 2025-07-02 01:58:33 +00:00 committed by Gitee
commit d9101ba0af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -207,7 +207,7 @@ public abstract class BaseWxPayServiceImpl implements WxPayService {
throw new WxRuntimeException(String.format("无法找到对应mchId=【%s】,appId=【%s】的商户号配置信息请核实", mchId, appId));
}
private String getConfigKey(String mchId, String appId) {
public String getConfigKey(String mchId, String appId) {
return mchId + "_" + appId;
}