接口调用请求说明
- 方式:HTTP POST
- 内容:http://api.ubibot.cn/channels/CHANNEL_ID/commands(注:将CHANNEL_ID替换为您的空间编号)
参数说明
参数 | 是否必须 | 说明 |
account_key | 必须 | 用户账户密钥,与token_id(string)二选一 |
token_id(string) | 必须 | 通过登录接口获取,与account_key二选一 |
command_string (string) | 可选 | 发送到您设备的命令, 每个命令长度限制为255个字符 |
返回说明
正常情况下,平台会返回下述JSON数据包:
{“result”:”success”,”server_time”:”2017-09-04T09:32:38Z”,”command”:{“command_id”:”649096″,”command_string”:”testing”,”position”:1,”created_at”:”2017-09-04T09:32:38Z”,”executed_at”:null,”channel_id”:”453″,”user_id”:”3X9B0Z4C-3564-41EX-94CF-0DX568577XE1″}} |