💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 查询热门应用 **author**: 孙飞 **接口地址**:`/mtcge/card/applicationcon/queryHotApplicationList` **请求方式**:`GET` **请求数据类型**:`application/x-www-form-urlencoded` **响应数据类型**:`*/*` **接口描述**:<p>查询热门应用</p> **请求参数**: **请求参数**: 暂无 **响应状态**: | 状态码 | 说明 | schema | | -------- | -------- | ----- | |200|OK|接口返回对象«List«mt_apn_info对象»»| |401|Unauthorized|| |403|Forbidden|| |404|Not Found|| **响应参数**: | 参数名称 | 参数说明 | 类型 | schema | | -------- | -------- | ----- |----- | |code|返回代码|integer(int32)|integer(int32)| |message|返回处理消息|string|| |result|返回数据对象|array|mt_apn_info对象| |&emsp;&emsp;createBy|创建人|string|| |&emsp;&emsp;createTime|创建日期|string(date-time)|| |&emsp;&emsp;defendEndTime||string|| |&emsp;&emsp;defendReason||string|| |&emsp;&emsp;defendStartTime||string|| |&emsp;&emsp;id|主键|string|| |&emsp;&emsp;isCommonApp||string|| |&emsp;&emsp;isInner||string|| |&emsp;&emsp;maiAppAttribute||string|| |&emsp;&emsp;maiAppClassify||string|| |&emsp;&emsp;maiAppDesc|应用描述|string|| |&emsp;&emsp;maiAppManagerId||string|| |&emsp;&emsp;maiAppTerminal|应用终端|string|| |&emsp;&emsp;maiAppType|分类|string|| |&emsp;&emsp;maiAttributionType|归属类型|string|| |&emsp;&emsp;maiAuthorizedAddress|授权地址|string|| |&emsp;&emsp;maiCode|应用编码|string|| |&emsp;&emsp;maiPcIsUse||string|| |&emsp;&emsp;maiPcUrl||string|| |&emsp;&emsp;maiPmdIsUse||string|| |&emsp;&emsp;maiPmdUrl||string|| |&emsp;&emsp;maiScreenshot|应用截图|string|| |&emsp;&emsp;maiServerId|服务表id|string|| |&emsp;&emsp;maiShowStatus|展示状态(1 所有人可见 2 登录后可见 3 授权后可见)|string|| |&emsp;&emsp;maiVisitsNum|访问次数|string|| |&emsp;&emsp;muiFirm|开发厂商|string|| |&emsp;&emsp;muiIco|应用图标|string|| |&emsp;&emsp;muiName|应用中文名称|string|| |&emsp;&emsp;muiShortName|应用简称|string|| |&emsp;&emsp;muiVersionNum|版本号|string|| |&emsp;&emsp;muiVersionType|版本类型|string|| |&emsp;&emsp;openEndTime||string|| |&emsp;&emsp;openStartTime||string|| |&emsp;&emsp;otherName||string|| |&emsp;&emsp;serviceDepart||string|| |&emsp;&emsp;serviceRole||string|| |&emsp;&emsp;serviceType||string|| |&emsp;&emsp;sysOrgCode|所属部门|string|| |&emsp;&emsp;updateBy|更新人|string|| |&emsp;&emsp;updateTime|更新日期|string(date-time)|| |&emsp;&emsp;useStatus||string|| |&emsp;&emsp;visitorShowStatus||string|| |success|成功标志|boolean|| |timestamp|时间戳|integer(int64)|integer(int64)| **响应示例**: ```javascript { "code": 0, "message": "", "result": [ { "createBy": "", "createTime": "", "defendEndTime": "", "defendReason": "", "defendStartTime": "", "id": "", "isCommonApp": "", "isInner": "", "maiAppAttribute": "", "maiAppClassify": "", "maiAppDesc": "", "maiAppManagerId": "", "maiAppTerminal": "", "maiAppType": "", "maiAttributionType": "", "maiAuthorizedAddress": "", "maiCode": "", "maiPcIsUse": "", "maiPcUrl": "", "maiPmdIsUse": "", "maiPmdUrl": "", "maiScreenshot": "", "maiServerId": "", "maiShowStatus": "", "maiVisitsNum": "", "muiFirm": "", "muiIco": "", "muiName": "", "muiShortName": "", "muiVersionNum": "", "muiVersionType": "", "openEndTime": "", "openStartTime": "", "otherName": "", "serviceDepart": "", "serviceRole": "", "serviceType": "", "sysOrgCode": "", "updateBy": "", "updateTime": "", "useStatus": "", "visitorShowStatus": "" } ], "success": true, "timestamp": 0 } ```