修改配置

This commit is contained in:
俞扬
2023-07-25 11:54:23 +08:00
parent 6158ae4feb
commit f3e95c6032

View File

@@ -22,7 +22,7 @@ import java.util.List;
@Slf4j
@Service
public class NoticeService {
@Value("${feishu.notice.link.url:null}")
@Value("${feishu.notice.link.url}")
private String linkUrl;
@Autowired
private ISVHttpRequest isvHttpRequest;