فهرست منبع

-- 代码修改

兵兵 4 سال پیش
والد
کامیت
c3d3c95993
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      svr/svr-iot/src/main/java/com/yihu/iot/service/monitorPlatform/MonitorPlatformService.java

+ 2 - 2
svr/svr-iot/src/main/java/com/yihu/iot/service/monitorPlatform/MonitorPlatformService.java

@ -42,8 +42,8 @@ import java.util.*;
@Service
public class MonitorPlatformService  {
//    @Value("${spring.wlyy.url}")
    private String wlyyUrl = "http://127.0.0.1:8080/";
    @Value("${spring.wlyy.url}")
    private String wlyyUrl;
    @Value("${spring.wlyy.appid}")
    private String appid;
    @Value("${spring.wlyy.appsecret}")