张延森 4 年前
父节点
当前提交
2631c3fa07
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 1
    1
      pom.xml
  2. 5
    5
      src/main/java/com/shigongli/controller/TaHouseController.java

+ 1
- 1
pom.xml 查看文件

@@ -10,7 +10,7 @@
10 10
 	</parent>
11 11
 	<groupId>com.shigongli</groupId>
12 12
 	<artifactId>shigongli</artifactId>
13
-	<version>1.0.12</version>
13
+	<version>1.0.13</version>
14 14
 	<name>shigongli</name>
15 15
 	<description>ShiGongli Service</description>
16 16
 

+ 5
- 5
src/main/java/com/shigongli/controller/TaHouseController.java 查看文件

@@ -234,11 +234,11 @@ public class TaHouseController extends BaseController {
234 234
         }
235 235
 
236 236
         String shot = null;
237
-        try {
238
-            shot = screenShotUtil.shot(String.format(weatherURL, city), "#weather-v2-plugin-standard");
239
-        } catch (Exception e) {
240
-            e.printStackTrace();
241
-        }
237
+//        try {
238
+//            shot = screenShotUtil.shot(String.format(weatherURL, city), "#weather-v2-plugin-standard");
239
+//        } catch (Exception e) {
240
+//            e.printStackTrace();
241
+//        }
242 242
 
243 243
         Map<String, Object> res = new HashMap<>();
244 244
         res.put("image", shot);