企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/operate/popupAdvert` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |identitytype|是|int|身份标识,2:老师 3:学生 4:家长|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "data": [ { "id": 54, "comment": "家合万事兴", "start_time": 1568081303, "end_time": 0, "creater": "admin", "type": 3, "title": "FvEv0H0o5gL9EInHNEpvbMWWFroq", "pic": "//rj-test.qiniudn.com/activity/20190910/1568081254_FvEv0H0o5gL9EInHNEpvbMWWFroq.jpg", "pic2": "", "pic3": "", "link": "http://www.12xue.com", "code": null, "status": 0, "time": null, "interval": 2, "identitytype": 3, "display": 0, "sort": 0, "create_time": 1568081161 } ] } ``` - error ```json { "ret": -1, "msg": "参数错误或者未定义" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2019-09-10 10:13:28 * * * * *