curl --location --request GET 'http://www.likeadmin.localhost/adminapi/setting.user.user/getRegisterConfig' \
--header 'token: {{token}}'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"login_way": [
"string"
],
"coerce_mobile": 0,
"login_agreement": 0,
"third_auth": 0,
"wechat_auth": 0,
"qq_auth": 0
}
}