Commit ef003a03 by 岳巧源

add insert vc class

parent 4b5626f4
Showing with 3179 additions and 1 deletions
delete from lie_shop_class where platform = 1;
delete from lie_shop_attr where platform = 1;
\ No newline at end of file
# 请求vc店铺的所有接口 # 请求vc店铺的所有接口
import json import json
import time
import pymysql
from common import request_to_jd_vc from common import request_to_jd_vc
config_dev = {
"mysql": {
"host": "192.168.1.238",
"port": 3306,
"user": "liexin_data_distribution",
"password": "liexin_data_distribution#zsyM",
"database": "liexin_data_distribution"
},
"redis": {
"host": "192.168.1.235",
"port": 6379,
"password": "icDb29mLy2s"
}
}
config_prod = {
"mysql": {
"host": "bigdata2.ichunt.db",
"port": 3306,
"user": "DsbuUx",
"password": "sfj09JjsfpQx0",
"database": "liexin_data_distribution"
},
"redis": {
"host": "172.18.137.38",
"port": 6379,
"password": "icDb29mLy2s"
}
}
def get_vc_audit(applyId: str): def get_vc_audit(applyId: str):
"""根据应用id 查找审核状态(若审核成功可以获得京东sku_id)""" """根据应用id 查找审核状态(若审核成功可以获得京东sku_id)"""
method_name = "jingdong.vc.item.product.apply.get" method_name = "jingdong.vc.item.product.apply.get"
...@@ -21,11 +56,48 @@ def get_vc_attr(class_id: int): ...@@ -21,11 +56,48 @@ def get_vc_attr(class_id: int):
"""获取vc分类的属性""" """获取vc分类的属性"""
def get_vc_ext_attr(class_id: int): def get_vc_ext_attr(class_id: int):
"""获取京东的拓展属性""" """获取京东的拓展属性"""
def insert_vc_class(conf: dict):
method_name = "jingdong.vc.item.categories.find"
token = "845ce8478b074103b9e78a769d5fa4831y2u"
app_key = "CA52430E90209F51D8F5D7B615DDE9AD"
app_secret = "c92691b2379c48de87e699c4c2f7fb32"
param = {}
ans = request_to_jd_vc(method_name, token, app_key, app_secret, param)
results = ans["jingdong_vc_item_categories_find_responce"]["jos_result_dto"]["result"]
host = conf["mysql"]["host"]
port = conf["mysql"]["port"]
user = conf["mysql"]["user"]
password = conf["mysql"]["password"]
database = conf["mysql"]["database"]
db = pymysql.connect(host=host, port=port, user=user, password=password, database=database)
cursor = db.cursor()
for i in range(len(results)):
parent_id = results[i]["cid3"]
class_id = results[i]["id"]
class_name = results[i]["name"]
depth = results[i]["depth"]
status = 1
platform = 1
create_time = int(time.time())
insert_sql = "insert into lie_shop_class (parent_id, class_id, class_name, depth, status, platform, create_time) values (%s, %s, %s, %s, %s, %s, %s)"
cursor.execute(query=insert_sql, args=(parent_id, class_id, class_name, depth, status, platform, create_time,))
db.commit()
print(insert_sql % (parent_id, class_id, class_name, depth, status, platform, create_time))
def insert_vc_attr():
pass
if __name__ == '__main__': if __name__ == '__main__':
ans = get_vc_audit("0da56b0274c1415ebb415ec2164b408f") conf = config_dev
insert_vc_class(conf)
{
"jingdong_vc_item_categories_find_responce": {
"code": "0",
"request_id": "3060815.39587.17294931973313748",
"jos_result_dto": {
"result": [
{
"catState": 0,
"depth": 4,
"name": "焊接设备",
"cid3_name": "焊割设备",
"cid3": 14091,
"id": 34663
},
{
"catState": 0,
"depth": 4,
"name": "焊割辅助器具",
"cid3_name": "焊割设备",
"cid3": 14091,
"id": 34666
},
{
"catState": 0,
"depth": 4,
"name": "热切割设备",
"cid3_name": "焊割设备",
"cid3": 14091,
"id": 34664
},
{
"catState": 0,
"depth": 4,
"name": "机器人焊割设备",
"cid3_name": "焊割设备",
"cid3": 14091,
"id": 34665
},
{
"catState": 0,
"depth": 3,
"name": "量具",
"cid3_name": "量具",
"cid3": 14110,
"id": 14110
},
{
"catState": 0,
"depth": 3,
"name": "工具套装",
"cid3_name": "工具套装",
"cid3": 14119,
"id": 14119
},
{
"catState": 0,
"depth": 3,
"name": "切割类工具",
"cid3_name": "切割类工具",
"cid3": 14122,
"id": 14122
},
{
"catState": 0,
"depth": 3,
"name": "电子电工仪表",
"cid3_name": "电子电工仪表",
"cid3": 14125,
"id": 14125
},
{
"catState": 0,
"depth": 3,
"name": "实验室设备",
"cid3_name": "实验室设备",
"cid3": 14140,
"id": 14140
},
{
"catState": 0,
"depth": 4,
"name": "重载连接器",
"cid3_name": "连接器",
"cid3": 14962,
"id": 35897
},
{
"catState": 0,
"depth": 4,
"name": "端子",
"cid3_name": "连接器",
"cid3": 14962,
"id": 35893
},
{
"catState": 0,
"depth": 4,
"name": "射频连接器",
"cid3_name": "连接器",
"cid3": 14962,
"id": 35896
},
{
"catState": 0,
"depth": 4,
"name": "高频连接器",
"cid3_name": "连接器",
"cid3": 14962,
"id": 35894
},
{
"catState": 0,
"depth": 4,
"name": "工业连接器",
"cid3_name": "连接器",
"cid3": 14962,
"id": 35895
},
{
"catState": 0,
"depth": 4,
"name": "电源连接器",
"cid3_name": "连接器",
"cid3": 14962,
"id": 35892
},
{
"catState": 0,
"depth": 3,
"name": "电容器",
"cid3_name": "电容器",
"cid3": 14965,
"id": 14965
},
{
"catState": 0,
"depth": 3,
"name": "电抗器",
"cid3_name": "电抗器",
"cid3": 14966,
"id": 14966
},
{
"catState": 0,
"depth": 4,
"name": "LED控制器",
"cid3_name": "控制器",
"cid3": 14967,
"id": 35884
},
{
"catState": 0,
"depth": 4,
"name": "控制系统",
"cid3_name": "控制器",
"cid3": 14967,
"id": 35888
},
{
"catState": 0,
"depth": 4,
"name": "楼宇控制",
"cid3_name": "控制器",
"cid3": 14967,
"id": 35889
},
{
"catState": 0,
"depth": 4,
"name": "液位控制器",
"cid3_name": "控制器",
"cid3": 14967,
"id": 35891
},
{
"catState": 0,
"depth": 4,
"name": "温湿度控制器",
"cid3_name": "控制器",
"cid3": 14967,
"id": 35890
},
{
"catState": 0,
"depth": 4,
"name": "红外控制器",
"cid3_name": "控制器",
"cid3": 14967,
"id": 35887
},
{
"catState": 0,
"depth": 4,
"name": "电力控制器",
"cid3_name": "控制器",
"cid3": 14967,
"id": 35885
},
{
"catState": 0,
"depth": 4,
"name": "光谱控制器",
"cid3_name": "控制器",
"cid3": 14967,
"id": 35886
},
{
"catState": 0,
"depth": 4,
"name": "供电保护设备",
"cid3_name": "供电保护系统装置",
"cid3": 14972,
"id": 35870
},
{
"catState": 0,
"depth": 4,
"name": "电力滤波器",
"cid3_name": "供电保护系统装置",
"cid3": 14972,
"id": 35869
},
{
"catState": 0,
"depth": 4,
"name": "开关电源",
"cid3_name": "供电保护系统装置",
"cid3": 14972,
"id": 35871
},
{
"catState": 0,
"depth": 4,
"name": "UPS",
"cid3_name": "供电保护系统装置",
"cid3": 14972,
"id": 35868
},
{
"catState": 0,
"depth": 3,
"name": "金属加工配件",
"cid3_name": "金属加工配件",
"cid3": 14984,
"id": 14984
},
{
"catState": 0,
"depth": 3,
"name": "工具耗材",
"cid3_name": "工具耗材",
"cid3": 15037,
"id": 15037
},
{
"catState": 0,
"depth": 3,
"name": "D-Sub连接器",
"cid3_name": "D-Sub连接器",
"cid3": 15362,
"id": 15362
},
{
"catState": 0,
"depth": 3,
"name": "IC与器件插座",
"cid3_name": "IC与器件插座",
"cid3": 15363,
"id": 15363
},
{
"catState": 0,
"depth": 3,
"name": "板对板连接器",
"cid3_name": "板对板连接器",
"cid3": 15364,
"id": 15364
},
{
"catState": 0,
"depth": 3,
"name": "电源连接器",
"cid3_name": "电源连接器",
"cid3": 15365,
"id": 15365
},
{
"catState": 0,
"depth": 3,
"name": "接线系统",
"cid3_name": "接线系统",
"cid3": 15368,
"id": 15368
},
{
"catState": 0,
"depth": 3,
"name": "照明连接器",
"cid3_name": "照明连接器",
"cid3": 15369,
"id": 15369
},
{
"catState": 0,
"depth": 3,
"name": "FFC/FPC连接器",
"cid3_name": "FFC/FPC连接器",
"cid3": 15370,
"id": 15370
},
{
"catState": 0,
"depth": 3,
"name": "USB连接器",
"cid3_name": "USB连接器",
"cid3": 15371,
"id": 15371
},
{
"catState": 0,
"depth": 3,
"name": "太阳能/光伏连接器",
"cid3_name": "太阳能/光伏连接器",
"cid3": 15372,
"id": 15372
},
{
"catState": 0,
"depth": 3,
"name": "存储连接器",
"cid3_name": "存储连接器",
"cid3": 15373,
"id": 15373
},
{
"catState": 0,
"depth": 3,
"name": "管脚和插座连接器",
"cid3_name": "管脚和插座连接器",
"cid3": 15374,
"id": 15374
},
{
"catState": 0,
"depth": 3,
"name": "圆形连接器",
"cid3_name": "圆形连接器",
"cid3": 15375,
"id": 15375
},
{
"catState": 0,
"depth": 3,
"name": "接线端子",
"cid3_name": "接线端子",
"cid3": 15376,
"id": 15376
},
{
"catState": 0,
"depth": 3,
"name": "模块连接器",
"cid3_name": "模块连接器",
"cid3": 15377,
"id": 15377
},
{
"catState": 0,
"depth": 3,
"name": "I/O连接器",
"cid3_name": "I/O连接器",
"cid3": 15378,
"id": 15378
},
{
"catState": 0,
"depth": 3,
"name": "光纤连接器",
"cid3_name": "光纤连接器",
"cid3": 15381,
"id": 15381
},
{
"catState": 0,
"depth": 3,
"name": "背板连接器",
"cid3_name": "背板连接器",
"cid3": 15382,
"id": 15382
},
{
"catState": 0,
"depth": 3,
"name": "射频互连",
"cid3_name": "射频互连",
"cid3": 15383,
"id": 15383
},
{
"catState": 0,
"depth": 3,
"name": "集管和线壳",
"cid3_name": "集管和线壳",
"cid3": 15384,
"id": 15384
},
{
"catState": 0,
"depth": 3,
"name": "端子连接器",
"cid3_name": "端子连接器",
"cid3": 15385,
"id": 15385
},
{
"catState": 0,
"depth": 3,
"name": "接口模块",
"cid3_name": "接口模块",
"cid3": 15408,
"id": 15408
},
{
"catState": 0,
"depth": 3,
"name": "通信与网络模块",
"cid3_name": "通信与网络模块",
"cid3": 15409,
"id": 15409
},
{
"catState": 0,
"depth": 3,
"name": "模块附件",
"cid3_name": "模块附件",
"cid3": 15410,
"id": 15410
},
{
"catState": 0,
"depth": 3,
"name": "屏幕",
"cid3_name": "屏幕",
"cid3": 15412,
"id": 15412
},
{
"catState": 0,
"depth": 3,
"name": "声学器件",
"cid3_name": "声学器件",
"cid3": 15414,
"id": 15414
},
{
"catState": 0,
"depth": 3,
"name": "开发板",
"cid3_name": "开发板",
"cid3": 15415,
"id": 15415
},
{
"catState": 0,
"depth": 3,
"name": "开发工具",
"cid3_name": "开发工具",
"cid3": 15416,
"id": 15416
},
{
"catState": 0,
"depth": 3,
"name": "PCB电路板",
"cid3_name": "PCB电路板",
"cid3": 15418,
"id": 15418
},
{
"catState": 0,
"depth": 3,
"name": "外壳组件",
"cid3_name": "外壳组件",
"cid3": 15419,
"id": 15419
},
{
"catState": 0,
"depth": 4,
"name": "防静电鞋/鞋套",
"cid3_name": "静电无尘",
"cid3": 15657,
"id": 35920
},
{
"catState": 0,
"depth": 4,
"name": "防静电手套",
"cid3_name": "静电无尘",
"cid3": 15657,
"id": 35918
},
{
"catState": 0,
"depth": 4,
"name": "防静电手环",
"cid3_name": "静电无尘",
"cid3": 15657,
"id": 35917
},
{
"catState": 0,
"depth": 4,
"name": "防静电帽",
"cid3_name": "静电无尘",
"cid3": 15657,
"id": 35916
},
{
"catState": 0,
"depth": 4,
"name": "防尘防静电服",
"cid3_name": "静电无尘",
"cid3": 15657,
"id": 35915
},
{
"catState": 0,
"depth": 4,
"name": "其它静电无尘用品",
"cid3_name": "静电无尘",
"cid3": 15657,
"id": 35922
},
{
"catState": 0,
"depth": 4,
"name": "防静电台垫桌垫",
"cid3_name": "静电无尘",
"cid3": 15657,
"id": 35919
},
{
"catState": 0,
"depth": 4,
"name": "粘尘垫",
"cid3_name": "静电无尘",
"cid3": 15657,
"id": 35921
},
{
"catState": 0,
"depth": 3,
"name": "按钮/指示灯",
"cid3_name": "按钮/指示灯",
"cid3": 15816,
"id": 15816
},
{
"catState": 0,
"depth": 3,
"name": "继电器",
"cid3_name": "继电器",
"cid3": 15818,
"id": 15818
},
{
"catState": 0,
"depth": 4,
"name": "环境传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35838
},
{
"catState": 0,
"depth": 4,
"name": "传感系统",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35835
},
{
"catState": 0,
"depth": 4,
"name": "气体传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35844
},
{
"catState": 0,
"depth": 4,
"name": "压力传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35850
},
{
"catState": 0,
"depth": 4,
"name": "其它传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35853
},
{
"catState": 0,
"depth": 4,
"name": "温湿度传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35849
},
{
"catState": 0,
"depth": 4,
"name": "光电传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35837
},
{
"catState": 0,
"depth": 4,
"name": "位移传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35848
},
{
"catState": 0,
"depth": 4,
"name": "电流传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35836
},
{
"catState": 0,
"depth": 4,
"name": "传感器附件及辅材",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35852
},
{
"catState": 0,
"depth": 4,
"name": "生物医学传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35845
},
{
"catState": 0,
"depth": 4,
"name": "安全光栅",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35831
},
{
"catState": 0,
"depth": 4,
"name": "激光传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35839
},
{
"catState": 0,
"depth": 4,
"name": "视觉传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35846
},
{
"catState": 0,
"depth": 4,
"name": "测量传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35832
},
{
"catState": 0,
"depth": 4,
"name": "称重传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35833
},
{
"catState": 0,
"depth": 4,
"name": "图像传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35847
},
{
"catState": 0,
"depth": 4,
"name": "接近传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35841
},
{
"catState": 0,
"depth": 4,
"name": "加速传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35840
},
{
"catState": 0,
"depth": 4,
"name": "力学传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35842
},
{
"catState": 0,
"depth": 4,
"name": "流量传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35843
},
{
"catState": 0,
"depth": 4,
"name": "触摸传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35834
},
{
"catState": 0,
"depth": 4,
"name": "液位传感器",
"cid3_name": "工控传感器",
"cid3": 15822,
"id": 35851
},
{
"catState": 0,
"depth": 3,
"name": "电气辅材",
"cid3_name": "电气辅材",
"cid3": 15830,
"id": 15830
},
{
"catState": 0,
"depth": 4,
"name": "轨道交通用电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33353
},
{
"catState": 0,
"depth": 4,
"name": "风能电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33360
},
{
"catState": 0,
"depth": 4,
"name": "设备用链接线",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33361
},
{
"catState": 0,
"depth": 4,
"name": "舰船用线缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33355
},
{
"catState": 0,
"depth": 4,
"name": "预制分支电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33364
},
{
"catState": 0,
"depth": 4,
"name": "计算机电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33354
},
{
"catState": 0,
"depth": 4,
"name": "光伏电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33359
},
{
"catState": 0,
"depth": 4,
"name": "控制电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33356
},
{
"catState": 0,
"depth": 4,
"name": "布电线",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33352
},
{
"catState": 0,
"depth": 4,
"name": "橡套电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33358
},
{
"catState": 0,
"depth": 4,
"name": "矿用电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33357
},
{
"catState": 0,
"depth": 4,
"name": "特种电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33362
},
{
"catState": 0,
"depth": 4,
"name": "矿物绝缘电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33365
},
{
"catState": 0,
"depth": 4,
"name": "拖链/拖令电缆",
"cid3_name": "电气装备电缆",
"cid3": 15832,
"id": 33363
},
{
"catState": 0,
"depth": 4,
"name": "橡皮绝缘电力电缆",
"cid3_name": "电力电缆",
"cid3": 15833,
"id": 33350
},
{
"catState": 0,
"depth": 4,
"name": "聚氯乙烯绝缘电力电缆",
"cid3_name": "电力电缆",
"cid3": 15833,
"id": 33349
},
{
"catState": 0,
"depth": 4,
"name": "油浸纸绝缘电力电缆",
"cid3_name": "电力电缆",
"cid3": 15833,
"id": 33351
},
{
"catState": 0,
"depth": 4,
"name": "聚乙烯交联绝缘电力电缆",
"cid3_name": "电力电缆",
"cid3": 15833,
"id": 33348
},
{
"catState": 0,
"depth": 3,
"name": "通信/光缆",
"cid3_name": "通信/光缆",
"cid3": 15834,
"id": 15834
},
{
"catState": 0,
"depth": 3,
"name": "裸线类",
"cid3_name": "裸线类",
"cid3": 15835,
"id": 15835
},
{
"catState": 0,
"depth": 4,
"name": "无机绝缘线",
"cid3_name": "绕组线类",
"cid3": 15836,
"id": 33366
},
{
"catState": 0,
"depth": 4,
"name": "绕包线",
"cid3_name": "绕组线类",
"cid3": 15836,
"id": 33369
},
{
"catState": 0,
"depth": 4,
"name": "漆包线",
"cid3_name": "绕组线类",
"cid3": 15836,
"id": 33367
},
{
"catState": 0,
"depth": 4,
"name": "伴热带",
"cid3_name": "绕组线类",
"cid3": 15836,
"id": 33368
},
{
"catState": 0,
"depth": 3,
"name": "电子开关",
"cid3_name": "电子开关",
"cid3": 17039,
"id": 17039
},
{
"catState": 0,
"depth": 3,
"name": "电源变压器",
"cid3_name": "电源变压器",
"cid3": 33460,
"id": 33460
},
{
"catState": 0,
"depth": 4,
"name": "电流互感器",
"cid3_name": "互感器",
"cid3": 33461,
"id": 33462
},
{
"catState": 0,
"depth": 4,
"name": "电压互感器",
"cid3_name": "互感器",
"cid3": 33461,
"id": 33463
},
{
"catState": 0,
"depth": 3,
"name": "网口变压器",
"cid3_name": "网口变压器",
"cid3": 33464,
"id": 33464
},
{
"catState": 0,
"depth": 3,
"name": "音频变压器",
"cid3_name": "音频变压器",
"cid3": 33465,
"id": 33465
},
{
"catState": 0,
"depth": 3,
"name": "磁性传感器",
"cid3_name": "磁性传感器",
"cid3": 33467,
"id": 33467
},
{
"catState": 0,
"depth": 3,
"name": "电流传感器",
"cid3_name": "电流传感器",
"cid3": 33468,
"id": 33468
},
{
"catState": 0,
"depth": 3,
"name": "光学传感器",
"cid3_name": "光学传感器",
"cid3": 33469,
"id": 33469
},
{
"catState": 0,
"depth": 3,
"name": "雷达传感器",
"cid3_name": "雷达传感器",
"cid3": 33470,
"id": 33470
},
{
"catState": 0,
"depth": 3,
"name": "力学传感器",
"cid3_name": "力学传感器",
"cid3": 33471,
"id": 33471
},
{
"catState": 0,
"depth": 3,
"name": "流量传感器",
"cid3_name": "流量传感器",
"cid3": 33472,
"id": 33472
},
{
"catState": 0,
"depth": 3,
"name": "气体传感器",
"cid3_name": "气体传感器",
"cid3": 33473,
"id": 33473
},
{
"catState": 0,
"depth": 3,
"name": "环境传感器",
"cid3_name": "环境传感器",
"cid3": 33475,
"id": 33475
},
{
"catState": 0,
"depth": 3,
"name": "图像传感器",
"cid3_name": "图像传感器",
"cid3": 33476,
"id": 33476
},
{
"catState": 0,
"depth": 3,
"name": "液位传感器",
"cid3_name": "液位传感器",
"cid3": 33477,
"id": 33477
},
{
"catState": 0,
"depth": 3,
"name": "姿态传感器/陀螺仪",
"cid3_name": "姿态传感器/陀螺仪",
"cid3": 33480,
"id": 33480
},
{
"catState": 0,
"depth": 3,
"name": "触摸式传感器",
"cid3_name": "触摸式传感器",
"cid3": 33481,
"id": 33481
},
{
"catState": 0,
"depth": 3,
"name": "存储开发工具",
"cid3_name": "存储开发工具",
"cid3": 33485,
"id": 33485
},
{
"catState": 0,
"depth": 4,
"name": "内存模块卡",
"cid3_name": "内存模组",
"cid3": 33486,
"id": 33487
},
{
"catState": 0,
"depth": 4,
"name": "内存模块附件",
"cid3_name": "内存模组",
"cid3": 33486,
"id": 33488
},
{
"catState": 0,
"depth": 4,
"name": "动态随机存取存储器 ",
"cid3_name": "存储芯片",
"cid3": 33489,
"id": 33496
},
{
"catState": 0,
"depth": 4,
"name": "磁阻随机存取存储器 (MRAM)",
"cid3_name": "存储芯片",
"cid3": 33489,
"id": 33493
},
{
"catState": 0,
"depth": 4,
"name": "电可擦除可编程只读存储器(EEPROM)",
"cid3_name": "存储芯片",
"cid3": 33489,
"id": 33495
},
{
"catState": 0,
"depth": 4,
"name": "eMMC芯片",
"cid3_name": "存储芯片",
"cid3": 33489,
"id": 33490
},
{
"catState": 0,
"depth": 4,
"name": "NAND闪存芯片",
"cid3_name": "存储芯片",
"cid3": 33489,
"id": 33491
},
{
"catState": 0,
"depth": 4,
"name": "存储器控制器 ",
"cid3_name": "存储芯片",
"cid3": 33489,
"id": 33494
},
{
"catState": 0,
"depth": 4,
"name": "铁电随机存储器(F-RAM)",
"cid3_name": "存储芯片",
"cid3": 33489,
"id": 33498
},
{
"catState": 0,
"depth": 4,
"name": "静态随机存取存储器(SRAM)",
"cid3_name": "存储芯片",
"cid3": 33489,
"id": 33497
},
{
"catState": 0,
"depth": 4,
"name": "NOR闪存芯片",
"cid3_name": "存储芯片",
"cid3": 33489,
"id": 33492
},
{
"catState": 0,
"depth": 4,
"name": "工字电感",
"cid3_name": "插件电感",
"cid3": 33500,
"id": 33503
},
{
"catState": 0,
"depth": 4,
"name": "磁环电感",
"cid3_name": "插件电感",
"cid3": 33500,
"id": 33501
},
{
"catState": 0,
"depth": 4,
"name": "色环电感",
"cid3_name": "插件电感",
"cid3": 33500,
"id": 33502
},
{
"catState": 0,
"depth": 4,
"name": "一体成型电感",
"cid3_name": "功率电感",
"cid3": 33504,
"id": 33508
},
{
"catState": 0,
"depth": 4,
"name": "磁屏蔽电感",
"cid3_name": "功率电感",
"cid3": 33504,
"id": 33506
},
{
"catState": 0,
"depth": 4,
"name": "非屏蔽电感",
"cid3_name": "功率电感",
"cid3": 33504,
"id": 33507
},
{
"catState": 0,
"depth": 3,
"name": "贴片电感",
"cid3_name": "贴片电感",
"cid3": 33510,
"id": 33510
},
{
"catState": 0,
"depth": 3,
"name": "无线充线圈",
"cid3_name": "无线充线圈",
"cid3": 33511,
"id": 33511
},
{
"catState": 0,
"depth": 3,
"name": "半导体放电管",
"cid3_name": "半导体放电管",
"cid3": 33513,
"id": 33513
},
{
"catState": 0,
"depth": 4,
"name": "自恢复保险丝",
"cid3_name": "保险丝",
"cid3": 33515,
"id": 33516
},
{
"catState": 0,
"depth": 3,
"name": "保险丝座",
"cid3_name": "保险丝座",
"cid3": 33517,
"id": 33517
},
{
"catState": 0,
"depth": 3,
"name": "玻璃放电管",
"cid3_name": "玻璃放电管",
"cid3": 33518,
"id": 33518
},
{
"catState": 0,
"depth": 3,
"name": "浪涌抑制器",
"cid3_name": "浪涌抑制器",
"cid3": 33519,
"id": 33519
},
{
"catState": 0,
"depth": 3,
"name": "气体放电管",
"cid3_name": "气体放电管",
"cid3": 33520,
"id": 33520
},
{
"catState": 0,
"depth": 3,
"name": "安规电容",
"cid3_name": "安规电容",
"cid3": 33522,
"id": 33522
},
{
"catState": 0,
"depth": 3,
"name": "薄膜电容",
"cid3_name": "薄膜电容",
"cid3": 33523,
"id": 33523
},
{
"catState": 0,
"depth": 3,
"name": "独石电容",
"cid3_name": "独石电容",
"cid3": 33524,
"id": 33524
},
{
"catState": 0,
"depth": 3,
"name": "硅电容",
"cid3_name": "硅电容",
"cid3": 33525,
"id": 33525
},
{
"catState": 0,
"depth": 3,
"name": "聚丙烯膜电容(CBB)",
"cid3_name": "聚丙烯膜电容(CBB)",
"cid3": 33526,
"id": 33526
},
{
"catState": 0,
"depth": 3,
"name": "铝电解电容",
"cid3_name": "铝电解电容",
"cid3": 33527,
"id": 33527
},
{
"catState": 0,
"depth": 3,
"name": "钽电容",
"cid3_name": "钽电容",
"cid3": 33528,
"id": 33528
},
{
"catState": 0,
"depth": 3,
"name": "贴片电容(MLCC)",
"cid3_name": "贴片电容(MLCC)",
"cid3": 33529,
"id": 33529
},
{
"catState": 0,
"depth": 3,
"name": "氧化铌电容",
"cid3_name": "氧化铌电容",
"cid3": 33530,
"id": 33530
},
{
"catState": 0,
"depth": 3,
"name": "云母电容",
"cid3_name": "云母电容",
"cid3": 33531,
"id": 33531
},
{
"catState": 0,
"depth": 3,
"name": "直插瓷片电容",
"cid3_name": "直插瓷片电容",
"cid3": 33532,
"id": 33532
},
{
"catState": 0,
"depth": 3,
"name": "纸介电容",
"cid3_name": "纸介电容",
"cid3": 33533,
"id": 33533
},
{
"catState": 0,
"depth": 3,
"name": "AC-DC电源芯片",
"cid3_name": "AC-DC电源芯片",
"cid3": 33535,
"id": 33535
},
{
"catState": 0,
"depth": 3,
"name": "PMIC/专业电源管理芯片",
"cid3_name": "PMIC/专业电源管理芯片",
"cid3": 33536,
"id": 33536
},
{
"catState": 0,
"depth": 3,
"name": "低压差线性稳压器(LDO)",
"cid3_name": "低压差线性稳压器(LDO)",
"cid3": 33537,
"id": 33537
},
{
"catState": 0,
"depth": 3,
"name": "电池管理芯片",
"cid3_name": "电池管理芯片",
"cid3": 33538,
"id": 33538
},
{
"catState": 0,
"depth": 3,
"name": "电机驱动芯片",
"cid3_name": "电机驱动芯片",
"cid3": 33539,
"id": 33539
},
{
"catState": 0,
"depth": 3,
"name": "恒流源芯片",
"cid3_name": "恒流源芯片",
"cid3": 33540,
"id": 33540
},
{
"catState": 0,
"depth": 3,
"name": "复位芯片",
"cid3_name": "复位芯片",
"cid3": 33541,
"id": 33541
},
{
"catState": 0,
"depth": 3,
"name": "开关式稳压器芯片",
"cid3_name": "开关式稳压器芯片",
"cid3": 33542,
"id": 33542
},
{
"catState": 0,
"depth": 3,
"name": "门极驱动器",
"cid3_name": "门极驱动器",
"cid3": 33543,
"id": 33543
},
{
"catState": 0,
"depth": 3,
"name": "无线充放芯片",
"cid3_name": "无线充放芯片",
"cid3": 33544,
"id": 33544
},
{
"catState": 0,
"depth": 3,
"name": "以太网(PoE)控制芯片",
"cid3_name": "以太网(PoE)控制芯片",
"cid3": 33545,
"id": 33545
},
{
"catState": 0,
"depth": 3,
"name": "电池组",
"cid3_name": "电池组",
"cid3": 33548,
"id": 33548
},
{
"catState": 0,
"depth": 3,
"name": "电源模块",
"cid3_name": "电源模块",
"cid3": 33549,
"id": 33549
},
{
"catState": 0,
"depth": 3,
"name": "电源模组配件",
"cid3_name": "电源模组配件",
"cid3": 33550,
"id": 33550
},
{
"catState": 0,
"depth": 3,
"name": "电子电池",
"cid3_name": "电子电池",
"cid3": 33551,
"id": 33551
},
{
"catState": 0,
"depth": 3,
"name": "以太网供电",
"cid3_name": "以太网供电",
"cid3": 33554,
"id": 33554
},
{
"catState": 0,
"depth": 3,
"name": "薄膜电阻",
"cid3_name": "薄膜电阻",
"cid3": 33556,
"id": 33556
},
{
"catState": 0,
"depth": 3,
"name": "玻璃釉电阻",
"cid3_name": "玻璃釉电阻",
"cid3": 33557,
"id": 33557
},
{
"catState": 0,
"depth": 3,
"name": "厚膜电阻",
"cid3_name": "厚膜电阻",
"cid3": 33558,
"id": 33558
},
{
"catState": 0,
"depth": 3,
"name": "金属氧化膜电阻",
"cid3_name": "金属氧化膜电阻",
"cid3": 33559,
"id": 33559
},
{
"catState": 0,
"depth": 3,
"name": "碳化物电阻",
"cid3_name": "碳化物电阻",
"cid3": 33560,
"id": 33560
},
{
"catState": 0,
"depth": 3,
"name": "FET输入运算放大器",
"cid3_name": "FET输入运算放大器",
"cid3": 33562,
"id": 33562
},
{
"catState": 0,
"depth": 3,
"name": "比较器",
"cid3_name": "比较器",
"cid3": 33563,
"id": 33563
},
{
"catState": 0,
"depth": 3,
"name": "差分(差动)放大器",
"cid3_name": "差分(差动)放大器",
"cid3": 33564,
"id": 33564
},
{
"catState": 0,
"depth": 3,
"name": "电流感应放大器",
"cid3_name": "电流感应放大器",
"cid3": 33565,
"id": 33565
},
{
"catState": 0,
"depth": 3,
"name": "精密运算放大器",
"cid3_name": "精密运算放大器",
"cid3": 33566,
"id": 33566
},
{
"catState": 0,
"depth": 3,
"name": "特殊功能放大器",
"cid3_name": "特殊功能放大器",
"cid3": 33567,
"id": 33567
},
{
"catState": 0,
"depth": 3,
"name": "仪表放大器",
"cid3_name": "仪表放大器",
"cid3": 33569,
"id": 33569
},
{
"catState": 0,
"depth": 3,
"name": "音频功率放大器",
"cid3_name": "音频功率放大器",
"cid3": 33570,
"id": 33570
},
{
"catState": 0,
"depth": 3,
"name": "运算放大器",
"cid3_name": "运算放大器",
"cid3": 33571,
"id": 33571
},
{
"catState": 0,
"depth": 3,
"name": "光纤收发器件",
"cid3_name": "光纤收发器件",
"cid3": 33573,
"id": 33573
},
{
"catState": 0,
"depth": 3,
"name": "激光器件",
"cid3_name": "激光器件",
"cid3": 33575,
"id": 33575
},
{
"catState": 0,
"depth": 3,
"name": "安全继电器",
"cid3_name": "安全继电器",
"cid3": 33579,
"id": 33579
},
{
"catState": 0,
"depth": 3,
"name": "磁簧继电器",
"cid3_name": "磁簧继电器",
"cid3": 33580,
"id": 33580
},
{
"catState": 0,
"depth": 3,
"name": "功率继电器",
"cid3_name": "功率继电器",
"cid3": 33582,
"id": 33582
},
{
"catState": 0,
"depth": 3,
"name": "时间延迟和计时继电器",
"cid3_name": "时间延迟和计时继电器",
"cid3": 33584,
"id": 33584
},
{
"catState": 0,
"depth": 3,
"name": "信号继电器(PCB板)",
"cid3_name": "信号继电器(PCB板)",
"cid3": 33585,
"id": 33585
},
{
"catState": 0,
"depth": 3,
"name": "CAN接口芯片",
"cid3_name": "CAN接口芯片",
"cid3": 33587,
"id": 33587
},
{
"catState": 0,
"depth": 3,
"name": "LIN收发器",
"cid3_name": "LIN收发器",
"cid3": 33588,
"id": 33588
},
{
"catState": 0,
"depth": 3,
"name": "LVDS芯片",
"cid3_name": "LVDS芯片",
"cid3": 33589,
"id": 33589
},
{
"catState": 0,
"depth": 3,
"name": "RS-232接口芯片",
"cid3_name": "RS-232接口芯片",
"cid3": 33590,
"id": 33590
},
{
"catState": 0,
"depth": 3,
"name": "RS-485/RS-422接口芯片",
"cid3_name": "RS-485/RS-422接口芯片",
"cid3": 33591,
"id": 33591
},
{
"catState": 0,
"depth": 3,
"name": "USB接口芯片",
"cid3_name": "USB接口芯片",
"cid3": 33592,
"id": 33592
},
{
"catState": 0,
"depth": 3,
"name": "模拟开关芯片",
"cid3_name": "模拟开关芯片",
"cid3": 33593,
"id": 33593
},
{
"catState": 0,
"depth": 3,
"name": "视频接口芯片",
"cid3_name": "视频接口芯片",
"cid3": 33595,
"id": 33595
},
{
"catState": 0,
"depth": 3,
"name": "数字隔离器",
"cid3_name": "数字隔离器",
"cid3": 33596,
"id": 33596
},
{
"catState": 0,
"depth": 3,
"name": "特殊接口芯片",
"cid3_name": "特殊接口芯片",
"cid3": 33597,
"id": 33597
},
{
"catState": 0,
"depth": 3,
"name": "以太网芯片",
"cid3_name": "以太网芯片",
"cid3": 33598,
"id": 33598
},
{
"catState": 0,
"depth": 3,
"name": "音频接口芯片",
"cid3_name": "音频接口芯片",
"cid3": 33599,
"id": 33599
},
{
"catState": 0,
"depth": 4,
"name": "贴片晶体",
"cid3_name": "无源晶体",
"cid3": 33601,
"id": 33605
},
{
"catState": 0,
"depth": 4,
"name": "插件晶体",
"cid3_name": "无源晶体",
"cid3": 33601,
"id": 33604
},
{
"catState": 0,
"depth": 4,
"name": "表晶晶体",
"cid3_name": "无源晶体",
"cid3": 33601,
"id": 33603
},
{
"catState": 0,
"depth": 4,
"name": "可编程晶体振荡器硅振",
"cid3_name": "有源晶振",
"cid3": 33602,
"id": 33607
},
{
"catState": 0,
"depth": 4,
"name": "温补晶振(TCXO)",
"cid3_name": "有源晶振",
"cid3": 33602,
"id": 33609
},
{
"catState": 0,
"depth": 4,
"name": "恒温晶振(OCXO)",
"cid3_name": "有源晶振",
"cid3": 33602,
"id": 33606
},
{
"catState": 0,
"depth": 4,
"name": "压控恒温晶振(VCOCXO)",
"cid3_name": "有源晶振",
"cid3": 33602,
"id": 33611
},
{
"catState": 0,
"depth": 4,
"name": "压控恒温晶振(VCOCXO)",
"cid3_name": "有源晶振",
"cid3": 33602,
"id": 33610
},
{
"catState": 0,
"depth": 4,
"name": "普通晶振(XO)",
"cid3_name": "有源晶振",
"cid3": 33602,
"id": 33608
},
{
"catState": 0,
"depth": 4,
"name": "压控晶振(VCXO)",
"cid3_name": "有源晶振",
"cid3": 33602,
"id": 33612
},
{
"catState": 0,
"depth": 4,
"name": "压控温补晶振(VCTCXO)",
"cid3_name": "有源晶振",
"cid3": 33602,
"id": 33613
},
{
"catState": 0,
"depth": 3,
"name": "IGBT",
"cid3_name": "IGBT",
"cid3": 33615,
"id": 33615
},
{
"catState": 0,
"depth": 3,
"name": "Mosfet场效应管",
"cid3_name": "Mosfet场效应管",
"cid3": 33616,
"id": 33616
},
{
"catState": 0,
"depth": 3,
"name": "达林顿管",
"cid3_name": "达林顿管",
"cid3": 33617,
"id": 33617
},
{
"catState": 0,
"depth": 3,
"name": "结型场效应管",
"cid3_name": "结型场效应管",
"cid3": 33618,
"id": 33618
},
{
"catState": 0,
"depth": 3,
"name": "晶闸管",
"cid3_name": "晶闸管",
"cid3": 33619,
"id": 33619
},
{
"catState": 0,
"depth": 3,
"name": "特殊晶体管",
"cid3_name": "特殊晶体管",
"cid3": 33620,
"id": 33620
},
{
"catState": 0,
"depth": 3,
"name": "烧录器/仿真器",
"cid3_name": "烧录器/仿真器",
"cid3": 33622,
"id": 33622
},
{
"catState": 0,
"depth": 3,
"name": "多功能开关",
"cid3_name": "多功能开关",
"cid3": 33624,
"id": 33624
},
{
"catState": 0,
"depth": 3,
"name": "光电开关",
"cid3_name": "光电开关",
"cid3": 33625,
"id": 33625
},
{
"catState": 0,
"depth": 3,
"name": "滑动开关",
"cid3_name": "滑动开关",
"cid3": 33627,
"id": 33627
},
{
"catState": 0,
"depth": 3,
"name": "开关配件",
"cid3_name": "开关配件",
"cid3": 33628,
"id": 33628
},
{
"catState": 0,
"depth": 3,
"name": "扭子开关",
"cid3_name": "扭子开关",
"cid3": 33629,
"id": 33629
},
{
"catState": 0,
"depth": 3,
"name": "轻触开关",
"cid3_name": "轻触开关",
"cid3": 33630,
"id": 33630
},
{
"catState": 0,
"depth": 3,
"name": "旋转开关",
"cid3_name": "旋转开关",
"cid3": 33632,
"id": 33632
},
{
"catState": 0,
"depth": 3,
"name": "D-Sub连接器",
"cid3_name": "D-Sub连接器",
"cid3": 33634,
"id": 33634
},
{
"catState": 0,
"depth": 3,
"name": "I/O连接器",
"cid3_name": "I/O连接器",
"cid3": 33635,
"id": 33635
},
{
"catState": 0,
"depth": 3,
"name": "IC与器件插座",
"cid3_name": "IC与器件插座",
"cid3": 33636,
"id": 33636
},
{
"catState": 0,
"depth": 3,
"name": "SD/SIM卡座连接器",
"cid3_name": "SD/SIM卡座连接器",
"cid3": 33637,
"id": 33637
},
{
"catState": 0,
"depth": 3,
"name": "USB连接器",
"cid3_name": "USB连接器",
"cid3": 33638,
"id": 33638
},
{
"catState": 0,
"depth": 3,
"name": "板对板连接器",
"cid3_name": "板对板连接器",
"cid3": 33639,
"id": 33639
},
{
"catState": 0,
"depth": 3,
"name": "背板连接器",
"cid3_name": "背板连接器",
"cid3": 33640,
"id": 33640
},
{
"catState": 0,
"depth": 3,
"name": "存储连接器",
"cid3_name": "存储连接器",
"cid3": 33641,
"id": 33641
},
{
"catState": 0,
"depth": 3,
"name": "管脚和插座连接器",
"cid3_name": "管脚和插座连接器",
"cid3": 33642,
"id": 33642
},
{
"catState": 0,
"depth": 3,
"name": "集管和线壳",
"cid3_name": "集管和线壳",
"cid3": 33643,
"id": 33643
},
{
"catState": 0,
"depth": 3,
"name": "排针/排母",
"cid3_name": "排针/排母",
"cid3": 33644,
"id": 33644
},
{
"catState": 0,
"depth": 3,
"name": "音视频连接器",
"cid3_name": "音视频连接器",
"cid3": 33645,
"id": 33645
},
{
"catState": 0,
"depth": 3,
"name": "连接器配件",
"cid3_name": "连接器配件",
"cid3": 33647,
"id": 33647
},
{
"catState": 0,
"depth": 3,
"name": "编码器/解码器/多路复用开关",
"cid3_name": "编码器/解码器/多路复用开关",
"cid3": 33649,
"id": 33649
},
{
"catState": 0,
"depth": 3,
"name": "电压电平转换器",
"cid3_name": "电压电平转换器",
"cid3": 33650,
"id": 33650
},
{
"catState": 0,
"depth": 3,
"name": "多频振荡器",
"cid3_name": "多频振荡器",
"cid3": 33651,
"id": 33651
},
{
"catState": 0,
"depth": 3,
"name": "反相器",
"cid3_name": "反相器",
"cid3": 33652,
"id": 33652
},
{
"catState": 0,
"depth": 3,
"name": "缓冲器/驱动器",
"cid3_name": "缓冲器/驱动器",
"cid3": 33653,
"id": 33653
},
{
"catState": 0,
"depth": 3,
"name": "逻辑比较器",
"cid3_name": "逻辑比较器",
"cid3": 33654,
"id": 33654
},
{
"catState": 0,
"depth": 3,
"name": "奇偶校验收发器",
"cid3_name": "奇偶校验收发器",
"cid3": 33656,
"id": 33656
},
{
"catState": 0,
"depth": 3,
"name": "锁存器",
"cid3_name": "锁存器",
"cid3": 33657,
"id": 33657
},
{
"catState": 0,
"depth": 3,
"name": "移动寄存器",
"cid3_name": "移动寄存器",
"cid3": 33658,
"id": 33658
},
{
"catState": 0,
"depth": 3,
"name": "EMI滤波电路",
"cid3_name": "EMI滤波电路",
"cid3": 33660,
"id": 33660
},
{
"catState": 0,
"depth": 3,
"name": "EMI垫片/吸收片/屏蔽片",
"cid3_name": "EMI垫片/吸收片/屏蔽片",
"cid3": 33662,
"id": 33662
},
{
"catState": 0,
"depth": 3,
"name": "共模滤波器",
"cid3_name": "共模滤波器",
"cid3": 33664,
"id": 33664
},
{
"catState": 0,
"depth": 3,
"name": "馈通电容滤波器",
"cid3_name": "馈通电容滤波器",
"cid3": 33665,
"id": 33665
},
{
"catState": 0,
"depth": 3,
"name": "声表面波滤波器",
"cid3_name": "声表面波滤波器",
"cid3": 33667,
"id": 33667
},
{
"catState": 0,
"depth": 3,
"name": "陶瓷滤波器",
"cid3_name": "陶瓷滤波器",
"cid3": 33668,
"id": 33668
},
{
"catState": 0,
"depth": 3,
"name": "磁珠",
"cid3_name": "磁珠",
"cid3": 33669,
"id": 33669
},
{
"catState": 0,
"depth": 3,
"name": "LCD屏",
"cid3_name": "LCD屏",
"cid3": 33671,
"id": 33671
},
{
"catState": 0,
"depth": 3,
"name": "RFID模组",
"cid3_name": "RFID模组",
"cid3": 33683,
"id": 33683
},
{
"catState": 0,
"depth": 3,
"name": "射频模组配件",
"cid3_name": "射频模组配件",
"cid3": 33684,
"id": 33684
},
{
"catState": 0,
"depth": 3,
"name": "射频天线",
"cid3_name": "射频天线",
"cid3": 33685,
"id": 33685
},
{
"catState": 0,
"depth": 3,
"name": "NFC芯片",
"cid3_name": "NFC芯片",
"cid3": 33686,
"id": 33686
},
{
"catState": 0,
"depth": 3,
"name": "RFID芯片",
"cid3_name": "RFID芯片",
"cid3": 33687,
"id": 33687
},
{
"catState": 0,
"depth": 3,
"name": "RF检波器",
"cid3_name": "RF检波器",
"cid3": 33688,
"id": 33688
},
{
"catState": 0,
"depth": 3,
"name": "RF解调器/解码器",
"cid3_name": "RF解调器/解码器",
"cid3": 33689,
"id": 33689
},
{
"catState": 0,
"depth": 3,
"name": "RF滤波器",
"cid3_name": "RF滤波器",
"cid3": 33690,
"id": 33690
},
{
"catState": 0,
"depth": 3,
"name": "RF定向耦合器",
"cid3_name": "RF定向耦合器",
"cid3": 33691,
"id": 33691
},
{
"catState": 0,
"depth": 3,
"name": "巴伦",
"cid3_name": "巴伦",
"cid3": 33692,
"id": 33692
},
{
"catState": 0,
"depth": 3,
"name": "功率放大器",
"cid3_name": "功率放大器",
"cid3": 33694,
"id": 33694
},
{
"catState": 0,
"depth": 3,
"name": "射频发射器",
"cid3_name": "射频发射器",
"cid3": 33695,
"id": 33695
},
{
"catState": 0,
"depth": 3,
"name": "射频放大器",
"cid3_name": "射频放大器",
"cid3": 33696,
"id": 33696
},
{
"catState": 0,
"depth": 3,
"name": "射频混合器",
"cid3_name": "射频混合器",
"cid3": 33697,
"id": 33697
},
{
"catState": 0,
"depth": 3,
"name": "射频接收器",
"cid3_name": "射频接收器",
"cid3": 33698,
"id": 33698
},
{
"catState": 0,
"depth": 3,
"name": "射频开关芯片",
"cid3_name": "射频开关芯片",
"cid3": 33699,
"id": 33699
},
{
"catState": 0,
"depth": 3,
"name": "锁相环",
"cid3_name": "锁相环",
"cid3": 33700,
"id": 33700
},
{
"catState": 0,
"depth": 3,
"name": "无线收发芯片",
"cid3_name": "无线收发芯片",
"cid3": 33701,
"id": 33701
},
{
"catState": 0,
"depth": 3,
"name": "定时器/计时器",
"cid3_name": "定时器/计时器",
"cid3": 33703,
"id": 33703
},
{
"catState": 0,
"depth": 3,
"name": "时钟抖动消除器",
"cid3_name": "时钟抖动消除器",
"cid3": 33704,
"id": 33704
},
{
"catState": 0,
"depth": 3,
"name": "实时时钟(RTC)",
"cid3_name": "实时时钟(RTC)",
"cid3": 33709,
"id": 33709
},
{
"catState": 0,
"depth": 3,
"name": "V/F和F/V转换芯片",
"cid3_name": "V/F和F/V转换芯片",
"cid3": 33711,
"id": 33711
},
{
"catState": 0,
"depth": 3,
"name": "模数转换芯片ADC",
"cid3_name": "模数转换芯片ADC",
"cid3": 33715,
"id": 33715
},
{
"catState": 0,
"depth": 3,
"name": "前端模拟(AFE)芯片",
"cid3_name": "前端模拟(AFE)芯片",
"cid3": 33716,
"id": 33716
},
{
"catState": 0,
"depth": 3,
"name": "数模转换芯片DAC",
"cid3_name": "数模转换芯片DAC",
"cid3": 33718,
"id": 33718
},
{
"catState": 0,
"depth": 3,
"name": "2G\\3G\\4G\\5G模块",
"cid3_name": "2G\\3G\\4G\\5G模块",
"cid3": 33721,
"id": 33721
},
{
"catState": 0,
"depth": 3,
"name": "Lora模组",
"cid3_name": "Lora模组",
"cid3": 33722,
"id": 33722
},
{
"catState": 0,
"depth": 3,
"name": "NB-IOT模组",
"cid3_name": "NB-IOT模组",
"cid3": 33723,
"id": 33723
},
{
"catState": 0,
"depth": 3,
"name": "USB模块",
"cid3_name": "USB模块",
"cid3": 33724,
"id": 33724
},
{
"catState": 0,
"depth": 3,
"name": "Wifi模组",
"cid3_name": "Wifi模组",
"cid3": 33726,
"id": 33726
},
{
"catState": 0,
"depth": 3,
"name": "ZigBee模组",
"cid3_name": "ZigBee模组",
"cid3": 33727,
"id": 33727
},
{
"catState": 0,
"depth": 3,
"name": "蓝牙模组",
"cid3_name": "蓝牙模组",
"cid3": 33728,
"id": 33728
},
{
"catState": 0,
"depth": 3,
"name": "卫星通信模块",
"cid3_name": "卫星通信模块",
"cid3": 33729,
"id": 33729
},
{
"catState": 0,
"depth": 3,
"name": "CPLD-复杂可编程逻辑器件",
"cid3_name": "CPLD-复杂可编程逻辑器件",
"cid3": 33731,
"id": 33731
},
{
"catState": 0,
"depth": 3,
"name": "DSP/DSC-数字信号处理器和控制器",
"cid3_name": "DSP/DSC-数字信号处理器和控制器",
"cid3": 33732,
"id": 33732
},
{
"catState": 0,
"depth": 3,
"name": "FPGA-现场可编程门阵列",
"cid3_name": "FPGA-现场可编程门阵列",
"cid3": 33734,
"id": 33734
},
{
"catState": 0,
"depth": 3,
"name": "MCU-嵌入式微控制器",
"cid3_name": "MCU-嵌入式微控制器",
"cid3": 33736,
"id": 33736
},
{
"catState": 0,
"depth": 3,
"name": "MPU-嵌入式微处理器",
"cid3_name": "MPU-嵌入式微处理器",
"cid3": 33737,
"id": 33737
},
{
"catState": 0,
"depth": 3,
"name": "SPLD-简单可编程逻辑器件",
"cid3_name": "SPLD-简单可编程逻辑器件",
"cid3": 33738,
"id": 33738
},
{
"catState": 0,
"depth": 3,
"name": "AR/VR模组",
"cid3_name": "AR/VR模组",
"cid3": 33739,
"id": 33739
},
{
"catState": 0,
"depth": 3,
"name": "LCM 模组",
"cid3_name": "LCM 模组",
"cid3": 33740,
"id": 33740
},
{
"catState": 0,
"depth": 3,
"name": "TFT-LCD模组",
"cid3_name": "TFT-LCD模组",
"cid3": 33741,
"id": 33741
},
{
"catState": 0,
"depth": 3,
"name": "背光模组",
"cid3_name": "背光模组",
"cid3": 33742,
"id": 33742
},
{
"catState": 0,
"depth": 3,
"name": "摄像头模块",
"cid3_name": "摄像头模块",
"cid3": 33743,
"id": 33743
},
{
"catState": 0,
"depth": 3,
"name": "显示模组配件",
"cid3_name": "显示模组配件",
"cid3": 33744,
"id": 33744
},
{
"catState": 0,
"depth": 3,
"name": "多媒体信号线",
"cid3_name": "多媒体信号线",
"cid3": 33745,
"id": 33745
},
{
"catState": 0,
"depth": 3,
"name": "屏蔽信号线",
"cid3_name": "屏蔽信号线",
"cid3": 33746,
"id": 33746
},
{
"catState": 0,
"depth": 3,
"name": "通信信号线",
"cid3_name": "通信信号线",
"cid3": 33747,
"id": 33747
},
{
"catState": 0,
"depth": 3,
"name": "光纤",
"cid3_name": "光纤",
"cid3": 33748,
"id": 33748
},
{
"catState": 0,
"depth": 3,
"name": "MEMS麦克风",
"cid3_name": "MEMS麦克风",
"cid3": 33749,
"id": 33749
},
{
"catState": 0,
"depth": 3,
"name": "蜂鸣器",
"cid3_name": "蜂鸣器",
"cid3": 33750,
"id": 33750
},
{
"catState": 0,
"depth": 3,
"name": "咪头",
"cid3_name": "咪头",
"cid3": 33751,
"id": 33751
},
{
"catState": 0,
"depth": 3,
"name": "光电二极管",
"cid3_name": "光电二极管",
"cid3": 33752,
"id": 33752
},
{
"catState": 0,
"depth": 3,
"name": "拨码开关",
"cid3_name": "拨码开关",
"cid3": 33753,
"id": 33753
},
{
"catState": 0,
"depth": 3,
"name": "保险电阻",
"cid3_name": "保险电阻",
"cid3": 33811,
"id": 33811
},
{
"catState": 0,
"depth": 3,
"name": "采样电阻/分流器",
"cid3_name": "采样电阻/分流器",
"cid3": 33812,
"id": 33812
},
{
"catState": 0,
"depth": 3,
"name": "金属膜电阻",
"cid3_name": "金属膜电阻",
"cid3": 33813,
"id": 33813
},
{
"catState": 0,
"depth": 3,
"name": "可调电阻",
"cid3_name": "可调电阻",
"cid3": 33814,
"id": 33814
},
{
"catState": 0,
"depth": 3,
"name": "铝壳电阻",
"cid3_name": "铝壳电阻",
"cid3": 33815,
"id": 33815
},
{
"catState": 0,
"depth": 3,
"name": "碳膜电阻",
"cid3_name": "碳膜电阻",
"cid3": 33816,
"id": 33816
},
{
"catState": 0,
"depth": 3,
"name": "特殊功能电阻",
"cid3_name": "特殊功能电阻",
"cid3": 33817,
"id": 33817
},
{
"catState": 0,
"depth": 3,
"name": "水泥电阻",
"cid3_name": "水泥电阻",
"cid3": 33818,
"id": 33818
},
{
"catState": 0,
"depth": 3,
"name": "ESD抑制器",
"cid3_name": "ESD抑制器",
"cid3": 33820,
"id": 33820
},
{
"catState": 0,
"depth": 3,
"name": "PIN二极管",
"cid3_name": "PIN二极管",
"cid3": 33821,
"id": 33821
},
{
"catState": 0,
"depth": 3,
"name": "TVS二极管",
"cid3_name": "TVS二极管",
"cid3": 33822,
"id": 33822
},
{
"catState": 0,
"depth": 3,
"name": "变容二极管",
"cid3_name": "变容二极管",
"cid3": 33823,
"id": 33823
},
{
"catState": 0,
"depth": 3,
"name": "超势垒整流器",
"cid3_name": "超势垒整流器",
"cid3": 33824,
"id": 33824
},
{
"catState": 0,
"depth": 3,
"name": "触发二极管",
"cid3_name": "触发二极管",
"cid3": 33825,
"id": 33825
},
{
"catState": 0,
"depth": 3,
"name": "恒流二极管",
"cid3_name": "恒流二极管",
"cid3": 33826,
"id": 33826
},
{
"catState": 0,
"depth": 3,
"name": "开关二极管",
"cid3_name": "开关二极管",
"cid3": 33827,
"id": 33827
},
{
"catState": 0,
"depth": 3,
"name": "快恢复二极管",
"cid3_name": "快恢复二极管",
"cid3": 33828,
"id": 33828
},
{
"catState": 0,
"depth": 3,
"name": "通用二极管",
"cid3_name": "通用二极管",
"cid3": 33829,
"id": 33829
},
{
"catState": 0,
"depth": 3,
"name": "稳压二极管",
"cid3_name": "稳压二极管",
"cid3": 33830,
"id": 33830
},
{
"catState": 0,
"depth": 3,
"name": "肖特基二极管",
"cid3_name": "肖特基二极管",
"cid3": 33831,
"id": 33831
},
{
"catState": 0,
"depth": 3,
"name": "雪崩二极管",
"cid3_name": "雪崩二极管",
"cid3": 33832,
"id": 33832
},
{
"catState": 0,
"depth": 3,
"name": "整流桥",
"cid3_name": "整流桥",
"cid3": 33833,
"id": 33833
},
{
"catState": 0,
"depth": 4,
"name": "LED点阵",
"cid3_name": "发光器件",
"cid3": 33834,
"id": 33836
},
{
"catState": 0,
"depth": 4,
"name": "COB光源",
"cid3_name": "发光器件",
"cid3": 33834,
"id": 33835
},
{
"catState": 0,
"depth": 4,
"name": "光耦-可控硅输出",
"cid3_name": "光电耦合器",
"cid3": 33837,
"id": 33840
},
{
"catState": 0,
"depth": 4,
"name": "光耦-逻辑输出",
"cid3_name": "光电耦合器",
"cid3": 33837,
"id": 33841
},
{
"catState": 0,
"depth": 4,
"name": "固体继电器-Mos输出",
"cid3_name": "光电耦合器",
"cid3": 33837,
"id": 33838
},
{
"catState": 0,
"depth": 4,
"name": "光耦-光电晶体管输出",
"cid3_name": "光电耦合器",
"cid3": 33837,
"id": 33839
},
{
"catState": 0,
"depth": 3,
"name": "光电器件配件",
"cid3_name": "光电器件配件",
"cid3": 33842,
"id": 33842
},
{
"catState": 0,
"depth": 3,
"name": "三极管",
"cid3_name": "三极管",
"cid3": 33843,
"id": 33843
},
{
"catState": 0,
"depth": 3,
"name": "数字晶体管",
"cid3_name": "数字晶体管",
"cid3": 33845,
"id": 33845
},
{
"catState": 1,
"depth": 3,
"name": "光敏电阻",
"cid3_name": "光敏电阻",
"cid3": 41159,
"id": 41159
},
{
"catState": 1,
"depth": 3,
"name": "压敏电阻",
"cid3_name": "压敏电阻",
"cid3": 41160,
"id": 41160
},
{
"catState": 1,
"depth": 3,
"name": "温湿度传感器",
"cid3_name": "温湿度传感器",
"cid3": 41161,
"id": 41161
},
{
"catState": 1,
"depth": 3,
"name": "DC-DC电源芯片",
"cid3_name": "DC-DC电源芯片",
"cid3": 41165,
"id": 41165
},
{
"catState": 1,
"depth": 3,
"name": "电压基准",
"cid3_name": "电压基准",
"cid3": 41166,
"id": 41166
},
{
"catState": 1,
"depth": 3,
"name": "功率电子开关",
"cid3_name": "功率电子开关",
"cid3": 41167,
"id": 41167
},
{
"catState": 1,
"depth": 3,
"name": "功率因数校正",
"cid3_name": "功率因数校正",
"cid3": 41168,
"id": 41168
},
{
"catState": 1,
"depth": 3,
"name": "理想二极管",
"cid3_name": "理想二极管",
"cid3": 41169,
"id": 41169
},
{
"catState": 1,
"depth": 3,
"name": "排阻",
"cid3_name": "排阻",
"cid3": 41171,
"id": 41171
},
{
"catState": 1,
"depth": 3,
"name": "LED驱动",
"cid3_name": "LED驱动",
"cid3": 41177,
"id": 41177
},
{
"catState": 1,
"depth": 3,
"name": "串行器/解串器",
"cid3_name": "串行器/解串器",
"cid3": 41178,
"id": 41178
},
{
"catState": 1,
"depth": 3,
"name": "加密芯片",
"cid3_name": "加密芯片",
"cid3": 41179,
"id": 41179
},
{
"catState": 1,
"depth": 3,
"name": "总线转UART",
"cid3_name": "总线转UART",
"cid3": 41181,
"id": 41181
},
{
"catState": 1,
"depth": 3,
"name": "I/O扩展器",
"cid3_name": "I/O扩展器",
"cid3": 41182,
"id": 41182
},
{
"catState": 1,
"depth": 3,
"name": "开发板",
"cid3_name": "开发板",
"cid3": 41183,
"id": 41183
},
{
"catState": 1,
"depth": 3,
"name": "按键开关",
"cid3_name": "按键开关",
"cid3": 41185,
"id": 41185
},
{
"catState": 1,
"depth": 3,
"name": "检测开关",
"cid3_name": "检测开关",
"cid3": 41186,
"id": 41186
},
{
"catState": 1,
"depth": 3,
"name": "以太网连接器",
"cid3_name": "以太网连接器",
"cid3": 41187,
"id": 41187
},
{
"catState": 1,
"depth": 3,
"name": "测试点测试环",
"cid3_name": "测试点测试环",
"cid3": 41188,
"id": 41188
},
{
"catState": 1,
"depth": 3,
"name": "短路帽/跳线帽",
"cid3_name": "短路帽/跳线帽",
"cid3": 41190,
"id": 41190
},
{
"catState": 1,
"depth": 3,
"name": "晶体滤波器",
"cid3_name": "晶体滤波器",
"cid3": 41191,
"id": 41191
},
{
"catState": 1,
"depth": 3,
"name": "EMC滤波器",
"cid3_name": "EMC滤波器",
"cid3": 41192,
"id": 41192
},
{
"catState": 1,
"depth": 3,
"name": "双工器",
"cid3_name": "双工器",
"cid3": 41193,
"id": 41193
}
],
"return_code": "100",
"is_success": true,
"count": 386,
"return_message": "执行成功"
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment