增加用户注销功能

This commit is contained in:
2025-03-15 01:33:31 +08:00
parent 280c9a3fa0
commit 8e8e6780c5
11 changed files with 338 additions and 77 deletions

View File

@@ -59,6 +59,9 @@ service main {
@doc "get new token"
@handler getToken
post /user/getToken returns (MobileCodeLoginResp)
@handler cancelOut
post /user/cancelOut
}
//============================> auth v1 <============================