9.3 李雨欣测试购买记录接口 14:28
parent
aa11a309f2
commit
c7fcfa41de
|
@ -12,6 +12,8 @@ import javax.annotation.PostConstruct;
|
||||||
@Component
|
@Component
|
||||||
@ConfigurationProperties(prefix = "alipay")
|
@ConfigurationProperties(prefix = "alipay")
|
||||||
public class MyAliPayConfig {
|
public class MyAliPayConfig {
|
||||||
|
|
||||||
|
|
||||||
private String appId;
|
private String appId;
|
||||||
private String appPrivateKey;
|
private String appPrivateKey;
|
||||||
private String alipayPublicKey;
|
private String alipayPublicKey;
|
||||||
|
|
Loading…
Reference in New Issue