13 lines
737 B
CSV
13 lines
737 B
CSV
|
|
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"
|