- 文档必读
- 客户端
- 联系人
- 群组
- 企业微信数据
- 好友操作
- 加好友
- 群操作
- 发送消息
- 解密类
- 标签
- 朋友圈
- 视频号
- 直播
- CDN
- 其他
视频号搜索
开发中
POST
/
请求参数
Body 参数application/json
data
object
必需
query
string
必需
last_buff
string
必需
scene
integer
必需
client_id
integer
必需
type
string
必需
示例
{
"data": {
"query": "xbot",
"last_buff": "",
"scene": 0
},
"client_id": 1,
"type": "MT_FINDER_SEARCH_MSG"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"query": "xbot",
"last_buff": "",
"scene": 0
},
"client_id": 1,
"type": "MT_FINDER_SEARCH_MSG"
}'
返回响应
🟢200成功
application/json
Body
err_code
integer
必需
client_id
integer
必需
data
object
必需
baseResponse
object
必需
continueFlag
integer
必需
hotwordInfo
object
必需
infoList
array [object {6}]
必需
lastBuff
string
必需
musicContinueFlag
integer
必需
musicInfoList
array[string]
必需
objectContinueFlag
integer
必需
objectList
array [object {85}]
必需
offset
integer
必需
requsetId
string
必需
securityTips
object
必需
topicContinueFlag
integer
必需
topicInfoList
array[string]
必需
示例
{ "err_code": 0, "client_id": 1, "data": { "baseResponse": { "errMsg": { "string": "" }, "ret": 0 }, "continueFlag": 1, "hotwordInfo": {}, "infoList": [ { "contact": { "archievementInfo": {}, "authInfo": { "appName": "gh_4ee148a6ecaa@app", "authGuarantor": {}, "authIconType": 1, "authIconUrl": "https://dldir1v6.qq.com/weixin/checkresupdate/auth_icon_level3_2e2f94615c1e4651a25a7e0446f63135.png", "authProfession": "美食自媒体", "authVerifyIdentity": 0, "customerType": 0, "detailLink": "pages/index/index.html?showdetail=true&username=v2_060000231003b20faec8c7e68d1dc1d2cf06ea3cb0779d69b667d670405caa011836b75fb057@finder", "realName": "", "verifyStatus": 0 }, "bindInfo": [ { "bindType": 1, "bizInfo": { "info": [ { "authInfo": { "authIconType": 1, "authIconUrl": "https://dldir1v6.qq.com/weixin/checkresupdate/auth_icon_level3_2e2f94615c1e4651a25a7e0446f63135.png" }, "bizNickname": "潮菜叶飞", "bizUin": 0, "bizUsername": "gh_f6d02ffcc53e", "friendFollowCount": 0, "headImgUrl": "http://wx.qlogo.cn/mmhead/Q3auHgzwzM5WGHlkuv834GAI85Ou1w8QicFCjd4uqEez925YxDXgX1A/132" } ], "miniapps": [] }, "profileBizInfo": {}, "qqmusicInfo": {}, "stickerInfo": {}, "wecomInfo": {} } ], "coverEntranceFlag": 0, "coverImgUrl": "", "coverUrl": "", "extFlag": 10878988, "extInfo": { "birthDay": 0, "birthMonth": 0, "birthYear": 0, "city": "Shantou", "country": "CN", "province": "Guangdong", "sex": 1 }, "fansCount": 0, "feedCount": 0, "followFlag": 0, "followTime": 0, "foreignUserFlag": 0, "friendFollowCount": 0, "guestInfo": {}, "headUrl": "http://wx.qlogo.cn/finderhead/ver_1/Xbfy5ZGQkNms9rgk3cctl1Z7R0EPJib3SaViaxNahApBzfiaia8okepMjpmUq3DvicM2AJE0MYhziaibVOnsId6uSicdicJN1NguFxeEg50FiazpucBcw/0", "liveCoverImgUrl": "http://wxapp.tc.qq.com/251/20350/stodownload?m=414126abf86e31775eadd0cb9cf382ba&filekey=30340201010420301e020200fb0402535a0410414126abf86e31775eadd0cb9cf382ba0202602c040d00000004627466730000000132&hy=SZ&storeid=563a243e1000bd88af06794fe000000fb00004f7e535a15594910b6ac26ea4&dotrans=0&bizid=1023&adaptivelytrans=0", "liveInfo": { "anchorStatusFlag": "2176", "lotterySetting": { "attendType": 0, "settingFlag": "0" }, "micSetting": { "settingFlag": "0", "settingSwitchFlag": "4" }, "switchFlag": 4167 }, "liveNoticeInfo": {}, "liveStatus": 2, "loggingoutWording": "", "menu": [], "msgInfo": {}, "nickname": "潮菜叶飞", "oneTimeFlag": 0, "originalEntranceFlag": 1, "originalFlag": 2, "originalInfo": {}, "seq": 0, "signature": "叶飞,生于1970年,18岁学厨,入行30余年,一直致力传播潮汕饮食文化\n\n中国潮菜大师、国家级中式烹调评委、广东省潮菜文化研究会常务副会长、广东省餐饮服务行业协会副会长", "spamStatus": 0, "userFlag": 0, "userMode": 0, "username": "v2_060000231003b20faec8c7e68d1dc1d2cf06ea3cb0779d69b667d670405caa011836b75fb057@finder",
修改于 2022-12-15 14:36:54