mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-15 20:59:59 +08:00
update 支付宝小程序
This commit is contained in:
@@ -35,9 +35,14 @@ public class JsowellAdapayConfig extends AbstractAdapayConfig {
|
||||
@Value("${adapay.jsowell.wechatAppId}")
|
||||
private String wechatAppId;
|
||||
|
||||
@Value("${adapay.jsowell.alipayAppId}")
|
||||
private String alipayAppId;
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
// key为微信小程序id
|
||||
AdapayConfigFactory.register(wechatAppId, this);
|
||||
// key为支付宝小程序id
|
||||
AdapayConfigFactory.register(alipayAppId, this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user