摘要: 两种方式 一、接口做重定向 // 注解@Redirect的方式 @Post('upload') @Redirect(otherUrl, 307) upload() { // 此处是为了逃避lint检查 return {url: otherUrl, statusCode: 307 }; } // 使用 阅读全文
posted @ 2022-06-01 14:43 Mr_Kahn 阅读(2690) 评论(3) 推荐(1)