ZERO Cloud
登录认证接口
复制页面
ZERO Cloud
R2MO第二管理端
公开接口
/app/name/{name}
安全认证(RBAC扩展模块)
/auth/login
/auth/captcha
/auth/jwt-login
/auth/ldap-login
/auth/email-send
/auth/email-login
/auth/sms-send
/auth/sms-login
/auth/wecom-init
/auth/wecom-qrcode
/auth/wechat-qrcode
/auth/wechat-status
/auth/wechat-callback
/oauth2/authorize
/oauth2/revoke
/oauth2/introspect
/oauth2/token ( client_credentials )
/oauth2/jwks
/userinfo
资源接口(ZERO扩展模块)
/type/categories/{type}
第二管理端专属
CRUD动态接口
数据模型
会话模型
数据模型
X_APP 应用实体
系统模型
🥏 CommonResponse
🥏 JwtResponse
🥏 DynamicResponse
🔶 POST /auth/jwt-login
🔶 POST /auth/ldap-login
🔶 POST /auth/email-send
🔶 POST /auth/email-login
🔶 POST /auth/sms-send
🔶 POST /auth/sms-login
🟢 GET /auth/captcha
ZERO云端
登录认证接口
获取图片验证码
GET
邮箱验证码登录
POST
发送邮箱验证码
POST
账号/密码登录(JWT)
POST
LDAP 登录
POST
账号/密码登录
POST
短信验证码登录
POST
发送短信验证码
POST
微信服务器验证 (GET)
GET
微信事件回调 (POST)
POST
微信获取二维码
GET
微信登录状态查询
POST
企微登录初始化
GET
企微授权回调登录
GET