mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 支付宝小程序
This commit is contained in:
@@ -32,11 +32,11 @@ public class AdapayConfigFactory {
|
||||
|
||||
/**
|
||||
* 获取
|
||||
* @param wechatAppId 微信小程序appId
|
||||
* @param appId 小程序appId
|
||||
* @return 对应的汇付支付配置
|
||||
*/
|
||||
public static AbstractAdapayConfig getConfig(String wechatAppId) {
|
||||
return configMap.get(wechatAppId);
|
||||
public static AbstractAdapayConfig getConfig(String appId) {
|
||||
return configMap.get(appId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user