返回组织公开应用列表
/api/index.php/AppApi/getPublicWebApps
JSON
POST
| 参数名称 | 必须 | 类型及范围 | 描述 |
|---|---|---|---|
| access_token | 是 | string | Oauth2授权成功后获得的access_token |
{
"code": "00000",
"message": "操作成功",
"result": [
{
"client_name": "weeoa2",
"site_uri": "http://192.168.1.6",
"client_info": "weeoa1",
"status": "1",
"type": "1",
"logo": "2014/01/16/52d777174050a.jpg",
"ctime": "1389852447",
"display_order": "0",
"category": "0"
},
]
}