{
"loginWay": "1,2",
"forceBindMobile": 0,
"openAgreement": 0,
"openOtherAuth": 1,
"autoLoginAuth": "1,2"
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/setting/login/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginWay": "1,2",
"forceBindMobile": 0,
"openAgreement": 0,
"openOtherAuth": 1,
"autoLoginAuth": "1,2"
}'
{
"code": 200,
"msg": "成功",
"data": []
}