|
@@ -145,6 +145,18 @@ public class SystemController {
|
|
|
return JSON.toJSONString(responseResult);
|
|
return JSON.toJSONString(responseResult);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ /*如果配置
|
|
|
|
|
+ #自动保存的图片
|
|
|
|
|
+ location /auto/ {
|
|
|
|
|
+ alias /file/eden/images/auto/;
|
|
|
|
|
+ }
|
|
|
|
|
+ 不起作用,那么就用这个:
|
|
|
|
|
+ location ^~ /auto/ {
|
|
|
|
|
+ alias /file/eden/images/auto/;
|
|
|
|
|
+ }
|
|
|
|
|
+ 访问:http://jianjie.life/auto/xx.jpg
|
|
|
|
|
+ */
|
|
|
/**
|
|
/**
|
|
|
* 查询版本更新信息
|
|
* 查询版本更新信息
|
|
|
*/
|
|
*/
|