更新内容

This commit is contained in:
wanggeng888 2021-05-27 18:16:28 +08:00
parent ceac706e09
commit 94c88f8eea

View File

@ -55,7 +55,7 @@ public class AppVersionAppController extends AbstractController {
@ApiImplicitParam(name = "appVersionId", value = "app版本ID", paramType = "path")
})
@ApiResponses({@ApiResponse(code = 400, message = "请求失败", response = ErrorResult.class)})
@GetMapping("download/{appVersionId}")
@GetMapping("downloadapp/{appVersionId}")
public void download(@PathVariable("appVersionId") String appVersionId, HttpServletRequest request, HttpServletResponse response) throws SearchException, FileException, UpdateException {
Map<String, Object> params = getParams();
params.put("appVersionId", appVersionId);