From 7dcc2997614f849258091f5d66e648317a40d323 Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期五, 14 八月 2026 10:12:42 +0800
Subject: [PATCH] add shop module

---
 src/modules/user/controller/app/login.ts |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/modules/user/controller/app/login.ts b/src/modules/user/controller/app/login.ts
index e089df4..3f76431 100644
--- a/src/modules/user/controller/app/login.ts
+++ b/src/modules/user/controller/app/login.ts
@@ -103,4 +103,15 @@
   ) {
     return this.ok(await this.userLoginService.password(phone, password));
   }
+
+  @CoolTag(TagTypes.IGNORE_TOKEN)
+  @Post('/sorterPassword', { summary: '瀵嗙爜鐧诲綍' })
+  async sorterPassword(
+    @Body('phone') phone: string,
+    @Body('password') password: string
+  ) {
+    return this.ok(await this.userLoginService.sorterPassword(phone, password));
+  }
+
+
 }

--
Gitblit v1.9.1