|
|
@ -803,7 +803,6 @@ public class AppController extends BaseController
|
|
|
|
* @return {@code AjaxResult}
|
|
|
|
* @return {@code AjaxResult}
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiOperation("APP查询版本信息")
|
|
|
|
@ApiOperation("APP查询版本信息")
|
|
|
|
@Log(title = "APP查询版本信息", businessType = BusinessType.OTHER)
|
|
|
|
|
|
|
|
@GetMapping("/version/info")
|
|
|
|
@GetMapping("/version/info")
|
|
|
|
public AjaxResult queryVersionInformation(){
|
|
|
|
public AjaxResult queryVersionInformation(){
|
|
|
|
String localPath = RuoYiConfig.getAppInfoPath();
|
|
|
|
String localPath = RuoYiConfig.getAppInfoPath();
|
|
|
|