|
@@ -38,7 +38,8 @@ public class WxMeetingServiceImpl implements WxMeetingService {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private WxTemplateMapper wxTemplateMapper;
|
|
private WxTemplateMapper wxTemplateMapper;
|
|
|
|
|
|
|
|
- private final static String wechatUrl = SpringContextHolder.getDomain();
|
|
|
|
|
|
|
+ @Value("${smartschool.domain.wechat}")
|
|
|
|
|
+ private String wechatUrl;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 创建会议
|
|
* 创建会议
|