http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/app/user/list
密鑰類型:僅限用(use)戶密鑰
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
appId | 是(yes) | number | 應用(use)id |
pageIndex | 否 | number | 當前頁碼,默認1 |
pageRows | 否 | number | 每頁數量,默認20 |
正确的(of)Json返回結果:
{ "data": { "list": [ "94A56236C32550E79FA014B18A105289", "810B1EDF9C856B406A363786DA5DDD11" ], "pager": { "currPageRows": 2, "defaultPageRows": 20, "hasNextPage": false, "hasPrevPage": false, "pageEndRow": 9, "pageIndex": 1, "pageRows": 10, "pageStartRow": 0, "paged": false, "totalPages": 1, "totalRows": 2 } }, "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|---|---|
list | array | 用(use)戶openId |
http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/app/user/info
密鑰類型:僅限用(use)戶密鑰
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
appId | 是(yes) | number | 應用(use)id |
openId | 是(yes) | string | 用(use)戶openId,支持批量查詢,以(by)英文逗号分隔,最大(big)限制20 |
正确的(of)Json返回結果:
{ "data":[{ "userName": "葫蘆娃", "sex": 1, "birthday": "2014-12-31", "weight": 48000, "height": 163, "avatar": "", "city": "深圳" "regTime":"2014-12-31 00:00:00" },{ "userName": "葫蘆娃", "sex": 1, "birthday": "2014-12-31", "weight": 48000, "height": 163, "avatar": "", "city": "深圳" "regTime":"2014-12-31 00:00:00" }], "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|---|---|
userName | string | 用(use)戶名稱 |
sex | number | 性别:1-男;2-女 |
birthday | string | 生(born)日 |
weight | number | 體重(克) |
height | number | 身高(厘米) |
avatar | string | 用(use)戶頭像 |
city | string | 城市 |
regTime | string | 注冊時(hour)間 |
http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/app/user/device/list
密鑰類型:僅限用(use)戶密鑰
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
appId | 是(yes) | number | 應用(use)id |
openId | 是(yes) | string | 用(use)戶openId |
正确的(of)Json返回結果:
{ "data": [{ "devId":"2342432423423423432", "physicalAddr":"xxxxxx", "deviceName": "CC13653", "onlineStatus":1, "createTime":"2015-06-11 06:00:03" "activeTime":"2015-06-11 06:00:03" "productId": 114, "productIcon": "http://200.200.200.50/v1/device/icon", "productName": "威力洗衣機", "productCode": "CC-1004", }], "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|---|---|
devId | string | 設備唯一(one)标識 |
physicalAddr | string | 物理地(land)址 |
deviceName | string | 設備名稱 |
onlineStatus | number | 在(exist)離線狀态:1-在(exist)線;2-離線 |
createTime | string | 創建時(hour)間 |
activeTime | string | 激活時(hour)間 |
productId | number | 産品id |
productIcon | string | 産品圖标 |
productName | string | 産品名稱 |
productCode | string | 産品編碼 |
http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/project/user/sync
密鑰類型:僅限項目密鑰
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
appId | 是(yes) | number | 應用(use)id |
thirdId | 是(yes) | string | 第三方用(use)戶标識 |
正确的(of)Json返回結果:
{ "data": { "openId": "118900703C67EC6421B404A363877D17" }, "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|---|---|
openId | string | 用(use)戶openId |
http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/device/user/related
密鑰類型:僅限項目密鑰
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
devId | 是(yes) | string | 設備唯一(one)标識 |
appId | 是(yes) | number | 應用(use)id |
openIds | 是(yes) | string | 用(use)戶openId,支持批量指派,以(by)英文逗号分隔,最大(big)限制20 |
正确的(of)Json返回結果:
{ "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|
http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/device/user/unrelated
密鑰類型:僅限項目密鑰
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
devId | 是(yes) | string | 設備唯一(one)标識 |
appId | 是(yes) | number | 應用(use)id |
openIds | 是(yes) | string | 用(use)戶openId,支持批量移除,以(by)英文逗号分隔,最大(big)限制20 |
正确的(of)Json返回結果:
{ "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|