|
@@ -26,7 +26,7 @@ public class AppVersionController {
|
|
|
**/
|
|
|
@ApiOperation(value = "获取版本", notes = "获取版本")
|
|
|
@PostMapping("getVersionInfo")
|
|
|
- public AjaxResult getVersionInfo(@RequestParam("packageName") String packageName) {
|
|
|
+ public AjaxResult getVersionInfo(@RequestParam(value = "packageName", required = false) String packageName) {
|
|
|
return remoteSystemBaseService.getVersionInfo(packageName);
|
|
|
}
|
|
|
}
|