提交 c27506ba 编写于 作者: J Javen205

🐛 修复 github 反馈的bug #63

上级 8118c47f
......@@ -33,7 +33,8 @@ public class AliPayApiConfigKit {
if (CFG_MAP.size() == 0) {
CFG_MAP.put(DEFAULT_CFG_KEY, aliPayApiConfig);
}
return CFG_MAP.put(aliPayApiConfig.getAppId(), aliPayApiConfig);
CFG_MAP.put(aliPayApiConfig.getAppId(), aliPayApiConfig);
return aliPayApiConfig;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册