9.3 李雨欣测试购买记录接口 14:28

master
liyuxin 2024-09-03 14:28:16 +08:00
parent aa11a309f2
commit c7fcfa41de
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ import javax.annotation.PostConstruct;
@Component
@ConfigurationProperties(prefix = "alipay")
public class MyAliPayConfig {
private String appId;
private String appPrivateKey;
private String alipayPublicKey;