mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-20 00:44:25 +08:00
🎨 getConfigKey方法改成public的
This commit is contained in:
parent
29bc950f92
commit
92431aabd9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user