{
"login_way": [
"1",
"2"
],
"coerce_mobile": 0,
"login_agreement": 1,
"third_auth": 1,
"wechat_auth": 1,
"qq_auth": 0
}
curl --location --request POST '/adminapi/setting.user/setRegisterConfig' \
--header 'token: {{adminToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"login_way": [
"1",
"2"
],
"coerce_mobile": 0,
"login_agreement": 1,
"third_auth": 1,
"wechat_auth": 1,
"qq_auth": 0
}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"login_way": [
"1",
"2"
],
"coerce_mobile": 0,
"login_agreement": 1,
"third_auth": 1,
"wechat_auth": 1,
"qq_auth": 0
}
}