企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## **活动报名数据上报 postActivityUrl** **接口描述** * 活动报名数据上报 **请求URL** * [xxx.com/xxx](http://xxx.com/xxx) **请求方式** * POST **请求参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | deviceId | string | 设备序列号 | | studentId| number| 学生id | | activityId| number| 活动id| | options| string | 投票选项| **返回参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | status| string | 0,成功,1、-1对服务器无用的数据,返回1或-1,比如1秒内多条数据| **返回示例** ~~~ { "status": 0, "msg": "success", "data": null } ~~~