This commit is contained in:
lifenlong
2021-06-13 14:51:39 +08:00
parent 5a4f8e2a72
commit 3814b4a9a5
8 changed files with 117 additions and 34 deletions

View File

@@ -39,7 +39,7 @@ public class AppVersionBuyerController {
return ResultUtil.data(appVersionService.getAppVersion(appType));
}
@ApiOperation(value = "获取版本号")
@ApiOperation(value = "获取版本号列表")
@ApiImplicitParam(name = "appType", value = "app类型", required = true, paramType = "path")
@GetMapping("/appVersion/{type}")
public ResultMessage<IPage<AppVersion>> appVersion(PageVO pageVO, @PathVariable String appType) {