curl --location --request GET '/adminapi/setting.user/getRegisterConfig' \
--header 'token: {{adminToken}}' \
--header 'token;'
{
"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
}
}