🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## **服务器推送家长留言、远程命令给电子班牌** **接口描述** * 极光推送+百度推送+友盟推送+百度慧推,将家长留言、远程命令推送给电子班牌 **请求方式** * **push** **推送参数** * **留言** | 参数名 | 类型 | 说明 | | --- | --- | --- | | message_id| string | 信息id | | type| string | 1.留言,2.更新接口命令,3.cmd命令| | receiver_id| 是 | int | 接收者id | | sender_id| 是| int | 发送者id | | message_type| 否 | int | 消息类别 默认文本 1声音 0文本| | message_content| 是 | string| 留言内容 | **推送示例** ``` { "message_id": "1", "type": "1", "receiver_id": "1", "sender_id": "9", "message_type": "", "message_content": "放学了,来接我吧" } ``` * **更新命令** | 参数名 | 类型 | 说明 | | --- | --- | --- | | timestamp| string | 时间戳,班牌去重使用| | type| string | 1.留言,2.更新接口命令,3.cmd命令| | update| string | 更新接口,例:/notice/findPage| **推送示例** ``` { "timestamp": "1", "type": "2", "update": "/notice/findPage" } ``` * **cmd命令** | 参数名 | 类型 | 说明 | | --- | --- | --- | | timestamp| string | 时间戳,班牌去重使用| | type| string | 1.留言,2.更新接口命令,3.cmd命令| | command| string | public void  reboot()| **推送示例** ``` { "timestamp": "1", "type": "3", "command": "public void  reboot()" } ``` **推送平台参数 电子班牌3.0** 包名:**cn.d8y.campus.classboard** | 百度推送 | 参数 | | --- | --- | | APP ID | 10512750 | | API KEY | 5XGHk1dkmeB4xTM9pu86pQ28i4nPmv32| | SECRET KEY | vdYi8q1VPK3vKVpqMXAFB7U7jXGnTV0G| | 极光推送| 参数 | | AppKey | 7e223b92c7c8fabe984e2883 | | Master Secret | 367551be6399b6f5d992fb91 | | 友盟推送| 参数 | | AppKey | 5ddf4cd24ca3570f00000504| | Umeng Message Secret| 45bfe740c69b992d066a2b3b0107da65| | App Master Secret| cujeenoqrx5z6zqx7fxgxos2giqgbmbn| | 百度慧推 | 参数 | |MD5 | fbpnw5ut6cpne8x34inih1lwmuyu9cne| | APPKEY | 700000972| | SecKey | 081f256f02eddd031ea788e065786a93| | MasterSecret| 5c4ee8a26f3f92b18e3296068aba05a6|