Authorization: Bearer ********************
curl --location --request GET 'http://47.93.16.76:8080/app/system/api/v1/getUserInstall'
{
"msg": "string",
"code": 0,
"data": [
{
"createBy": null,
"createTime": "string",
"updateBy": null,
"updateTime": null,
"remark": null,
"installId": 0,
"typeId": 0,
"installName": "string",
"sortNumber": 0,
"displayStatus": "string",
"setTypeList": [
{
"createBy": null,
"createTime": "string",
"updateBy": null,
"updateTime": null,
"remark": null,
"typeId": 0,
"typeName": "string",
"sortNumber": 0,
"installInfoList": [
{
"createBy": null,
"createTime": "string",
"updateBy": null,
"updateTime": null,
"remark": null,
"setId": 0,
"typeId": 0,
"installId": 0,
"setType": "string",
"setKey": "string",
"setValue": "string",
"sortNumber": 0,
"displayStatus": "string"
}
]
}
],
"installInfoList": [
{
"createBy": null,
"createTime": "string",
"updateBy": null,
"updateTime": null,
"remark": null,
"setId": 0,
"typeId": null,
"installId": 0,
"setType": "string",
"setKey": "string",
"setValue": "string",
"sortNumber": 0,
"displayStatus": "string"
}
]
}
]
}