Commit f137d4c3 authored by 曹盼盼's avatar 曹盼盼

修改配置

parent f09116ec
...@@ -121,12 +121,14 @@ public class TzsAppService { ...@@ -121,12 +121,14 @@ public class TzsAppService {
@Autowired @Autowired
RedisUtils redisUtils; RedisUtils redisUtils;
@Value("${tzs.WxApp.appId}")
String WxAppAppId ;
private static final String WxAppAppId ="wx48a1b1915b10d14b"; @Value("${tzs.WxApp.secret}")
String WxAppSecret;
private static final String WxAppSecret="ac4f4a9d3c97676badb70c19a2f37b16"; @Value("${tzs.WxApp.grant-type}")
String WxAppGrantType;
private static final String WxAppGrantType="authorization_code";
@Value("${minio.url.path}") @Value("${minio.url.path}")
String minioPath; String minioPath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment