Files
ai_wht_B/认证接口文档_20251229.csv
“shengyudong” 5a384b694e 2026-1-6
2026-01-06 14:18:39 +08:00

5 lines
537 B
CSV
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

endpoint,method,description,auth,params,response
/api/auth/login,POST,统一登录接口(支持企业主和员工,支持手机号或用户名登录),无需认证,"username/phone (二选一), password",返回token和用户信息含企业信息
/api/auth/employee/login,POST,员工登录接口(仅支持手机号登录),无需认证,"phone, password",返回token和员工信息含企业信息、小红书绑定状态
/api/auth/logout,POST,用户登出接口,可选建议带token,,返回登出成功消息