ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 接口名称 Store/getUserKeywords ### 接口描述 微博搜索热门关键词 ### 演示地址 `http://URL/Store/getUserKeywords` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) ~~~ ### 输出结果 ~~~ { "status": 1, "list": { "hot_workds": [ { "tag_id": 15, "value": "你管" }, { "tag_id": 16, "value": "哈哈哈" }, { "tag_id": 17, "value": "就是你" } ], "occupation": [ { "occupation_id": "1", "title": "婚礼策划", "pid": "7", "icon": "cehua.png" }, { "occupation_id": "2", "title": "婚纱摄影", "pid": "7", "icon": "xiangji.png" }, { "occupation_id": "3", "title": "摄影师", "pid": "7", "icon": "paishe.png" }, { "occupation_id": "4", "title": "摄像师", "pid": "7", "icon": "shexiang.png" }, { "occupation_id": "5", "title": "化妆师", "pid": "7", "icon": "huazhuang.png" }, { "occupation_id": "6", "title": "主持人", "pid": "7", "icon": "zhuchi.png" } ] } } ~~~ ### 其他说明 ~~~ hot_workds 热门标签 { tag_id 标签id value 标签名称 } occupation 职业 { occupation_id 职位id title 职位名称 } ~~~