From 0005dc773ca986208a7fce43658e9c8f5b4adba7 Mon Sep 17 00:00:00 2001 From: moyin <244344649@qq.com> Date: Thu, 25 Dec 2025 20:41:00 +0800 Subject: [PATCH] =?UTF-8?q?api=EF=BC=9A=E6=9B=B4=E6=96=B0=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=AA=8C=E8=AF=81=E7=A0=81=E6=8E=A5=E5=8F=A3Swagger?= =?UTF-8?q?=E6=B3=A8=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新发送登录验证码接口的ApiOperation描述, 明确说明邮件使用专门的登录验证码模板, 内容标识为登录验证而非密码重置。 --- src/business/auth/controllers/login.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/business/auth/controllers/login.controller.ts b/src/business/auth/controllers/login.controller.ts index a4179d1..37d4a7c 100644 --- a/src/business/auth/controllers/login.controller.ts +++ b/src/business/auth/controllers/login.controller.ts @@ -529,7 +529,7 @@ export class LoginController { */ @ApiOperation({ summary: '发送登录验证码', - description: '向用户邮箱或手机发送登录验证码' + description: '向用户邮箱或手机发送登录验证码。邮件使用专门的登录验证码模板,内容明确标识为登录验证而非密码重置。' }) @ApiBody({ type: SendLoginVerificationCodeDto }) @SwaggerApiResponse({