This commit is contained in:
“shengyudong”
2026-01-06 14:18:39 +08:00
commit 5a384b694e
10345 changed files with 2050918 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
endpoint,method,status_code,elapsed_time_ms,success,error
/api/auth/login (用户名),POST,200,297.33,True,
/api/auth/login (手机号),POST,200,260.24,True,
/api/auth/login (错误密码),POST,401,306.44,True,
/api/auth/login (缺少参数),POST,400,32.79,True,
/api/auth/employee/login,POST,500,27.91,False,"{""code"":500,""data"":null,""message"":""\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef""}
"
/api/auth/employee/login (错误密码),POST,500,64.15,False,"{""code"":500,""data"":null,""message"":""\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef""}
"
/api/auth/logout (带token),POST,200,31.25,True,
/api/auth/logout (不带token),POST,200,71.42,True,
/api/auth/login (并发5个),POST,200,391.51,True,"成功5/5, 总耗时402.80ms"
1 endpoint method status_code elapsed_time_ms success error
2 /api/auth/login (用户名) POST 200 297.33 True
3 /api/auth/login (手机号) POST 200 260.24 True
4 /api/auth/login (错误密码) POST 401 306.44 True
5 /api/auth/login (缺少参数) POST 400 32.79 True
6 /api/auth/employee/login POST 500 27.91 False {"code":500,"data":null,"message":"\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef"}
7 /api/auth/employee/login (错误密码) POST 500 64.15 False {"code":500,"data":null,"message":"\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef"}
8 /api/auth/logout (带token) POST 200 31.25 True
9 /api/auth/logout (不带token) POST 200 71.42 True
10 /api/auth/login (并发5个) POST 200 391.51 True 成功5/5, 总耗时402.80ms