{
"guestLogin": "string",
"guestLoginUserId": 0,
"autoRegister": {
"web": "string",
"app": "string"
},
"autoRegisterUserId": 0
}
curl --location --request POST 'http://localhost:8080/system/functionConfig/userConfigUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"guestLogin": "string",
"guestLoginUserId": 0,
"autoRegister": {
"web": "string",
"app": "string"
},
"autoRegisterUserId": 0
}'
{
"code": 200,
"msg": null,
"data": null
}