curl --location -g --request GET 'http://{{ip}}:9000/user-service/tenant/appList?tenancyCode' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC'
{
"code": 0,
"msg": "string",
"data": [
{
"clientType": "string",
"clientTypeName": "string",
"apps": [
{
"id": 0,
"version": 0,
"sysAppId": 0,
"sysAppCode": "string",
"alias": "string",
"tenancyDate": "2019-08-24",
"seq": 0,
"shelf": true,
"integration": true,
"name": "string",
"clientType": "string",
"type": "string",
"appVersion": "string",
"logo": "string",
"summary": "string",
"authorized": true,
"clientTypeDesc": "string"
}
]
}
]
}