更新时间:2025-12-16 08:14:01下载pdf
thingSmartActivator.getDeafultDeviceListData()
本数据在公版 App 中展示于配网首页的手动配网入口列表中。
/**
* 默认手动列表数据集合
* @returns
*/
function getDeafultDeviceListData():Promise<LevelResultBean>
/**
* 获取一级品类数据
* @returns
*/
function getDeviceLevelFirstData():Promise<LevelFirstBean[]>
/**
* 二级品类列表获取
* @param levelCode 一级品类中对应数据
* @param type 一级品类中对应数据
* @returns
*/
function getDeviceLevelSecondData(levelCode: string, type: number):Promise<LevelSecondBean[]>
| Key | 释义 |
|---|---|
| levelCode | 一级品类数据信息:levelFirstList[0].level1Code |
| type | 一级品类数据信息:levelFirstList[0].type |
/**
* 三级品类详情
* @param bizType
* @param bizValue
* @returns
*/
function getDeviceLevelThirdDetailData(bizType: number, bizValue: string):Promise<LevelThirdBean>
| Key | 释义 |
|---|---|
| bizType | Category 传入 0,PID 传入1 |
| bizValue | 一级品类数据信息 levelSecondList[0].level3Items[0].category 或者 this.levelSecondList[0].level3Items[0].pid |
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈