张延森 4 years ago
parent
commit
7d69f570f0
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/main/resources/application-dev.yml
  2. 1
    1
      src/main/resources/application.yml

+ 1
- 1
src/main/resources/application-dev.yml View File

@@ -23,7 +23,7 @@ logging:
23 23
 ###
24 24
 screen-shot:
25 25
   # webdriver.chrome.driver
26
-  driver: E:/work/shigongli/lib/chromedriver.exe
26
+  driver: D:/work/shigongli/libs/chromedriver.exe
27 27
   # milliseconds
28 28
   wait: 5000
29 29
   width: '520'

+ 1
- 1
src/main/resources/application.yml View File

@@ -69,7 +69,7 @@ screen-shot:
69 69
 
70 70
 # weather-shot
71 71
 weather-shot:
72
-  url: https://sgl.njyunzhi.com/weather.html?city=%s
72
+  url: https://sgl.njyunzhi.com/weather.html?v=1&city=%s
73 73
 
74 74
 ###
75 75
 spring: