This commit is contained in:
YunaiV
2024-07-20 16:35:22 +08:00
4 changed files with 10 additions and 17 deletions

View File

@@ -63,8 +63,12 @@ public class SocialClientServiceImpl implements SocialClientService {
/**
* 小程序版本
*
* 1. release正式版
* 2. trial体验版
* 3. developer开发版
*/
@Value("${yudao.wxa-code.env-version}")
@Value("${yudao.wxa-code.env-version:release}")
public String envVersion;
@Resource