|
@@ -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);
|