{
"getAppDetail":{
"describe": "获取应用详情",
"urlPattern": "http:127.0.0.1:48805/apps/{appId}",
"requestMethod": "GET",
"headers":{
"Authorization": "debug userId=19645",
"Content-Type": "application/json",
"tenantId": 0
},
"params":{
"appId": "d428cafc-9ec3-4565-9aee-ab2c8db3a1a8",
"useScene": "IDE"
},
"body":{
"auto_generate": false,
"name": "测试重命名"
}*}
}
{
"describe": "string",
"urlPattern": "string",
"requestMethod": "GET",
"headers": {
"key": "string"
},
"params": {
"key": "string"
},
"body": {
"key": "string"
}
}