登录配置

POST
/consoleapi/users/login-settings

求参数

Header 参数

Body 参数application/json

示例
{"allowedLoginMethods":[1],// 1=账号 2=手机 3=微信"allowedRegisterMethods":[1],"defaultLoginMethod":1,"allowMultipleLogin":false,"showPolicyAgreement":true}

求示例代码

返回响应

application/json
Bodyapplication/json

示例
{"code":0,"message":"string","data":{"allowedLoginMethods":[0],"allowedRegisterMethods":[0],"defaultLoginMethod":0,"allowMultipleLogin":true,"showPolicyAgreement":true},"timestamp":0}
修改于2026-05-25 07:29:08

319 篇文档 · 内容同步自官方帮助中心