{
"register_way": [
"string"
],
"login_way": [
"string"
],
"default_login_way": 0,
"register_sms_verify": 0,
"coerce_mobile": 0,
"login_agreement": 0,
"third_auth": 0,
"wechat_auth": 0,
"qq_auth": 0
}
curl --location --request POST '/tenantapi/setting.user.user/setRegisterConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"register_way": [
"string"
],
"login_way": [
"string"
],
"default_login_way": 0,
"register_sms_verify": 0,
"coerce_mobile": 0,
"login_agreement": 0,
"third_auth": 0,
"wechat_auth": 0,
"qq_auth": 0
}'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"register_way": [
"string"
],
"default_login_way": 0,
"register_sms_verify": null,
"login_way": [
"string"
],
"coerce_mobile": 0,
"login_agreement": 0,
"third_auth": 0,
"wechat_auth": 0,
"qq_auth": 0
}
}