更新内容
This commit is contained in:
parent
ceac706e09
commit
94c88f8eea
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user