{
"userMenuList": {},
"currentSystem": {
"id": "string",
"name": "string",
"code": "string",
"secret": "string",
"scope": "string",
"refreshTokenValidity": 0,
"accessTokenValidity": 0,
"grantTypes": "string",
"autoapprove": 0,
"enabled": 0,
"isDefault": 0,
"desc": "string",
"updateTime": "string",
"updateBy": "string",
"updater": "string",
"idEmpty": true,
"idNotEmpty": true
},
"orgList": [
{}
],
"user": {
"fullName": "string",
"userId": "string",
"username": "string"
},
"pwdIsexpire": true,
"buttonPermission": {}
}
curl --location -g --request GET '{{auth}}/userResource/userMsg?system=mobile' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userMenuList": {},
"currentSystem": {
"id": "string",
"name": "string",
"code": "string",
"secret": "string",
"scope": "string",
"refreshTokenValidity": 0,
"accessTokenValidity": 0,
"grantTypes": "string",
"autoapprove": 0,
"enabled": 0,
"isDefault": 0,
"desc": "string",
"updateTime": "string",
"updateBy": "string",
"updater": "string",
"idEmpty": true,
"idNotEmpty": true
},
"orgList": [
{}
],
"user": {
"fullName": "string",
"userId": "string",
"username": "string"
},
"pwdIsexpire": true,
"buttonPermission": {}
}'
{}