搜索V1(Search V1)
GET
/api/weixin/search/v1- 0:Success(扣费/Charge)
- 100:TOKEN Invalid/Unactivated
- 300:API Invalid
- 301:Failed, Please Retry
- 302:Too Fast
- 400:Param Illegal
- 500:Server Error
- 600:Permission Unusual
- 601:Insufficient Balance
Set Timeout >= 60s
Request
Query Params
token
string
required
TOKEN
keyword
string
required
keyword
offset
integer
required
offset(start with 0, plus 20 every time)
searchType
string
required
Search Tyepe
_0 :全部(All)
_1 :公众号(WeChat Official Account)
_2 :文章(Article)
_7 :视频号(WeChat Channel)
_262208 :小程序(Wechat Mini Program)
_384 :表情(emoj)
_16777728 :百科
_9 :直播
_1024 :读书
_512 :音乐
_16384 :新闻
_8192 :微信指数
_8 :朋友圈
Example:
_0
sortType
string
required
Sort Tyepe
_0 :默认(Default)
_2 :最新(New)
_4 :最热(Hot)
Example:
_0
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
optional
message
string
optional
data
object (Object)
optional
recordTime
string
optional
Example
{
"code": 0,
"message": "",
"data": {},
"recordTime": ""
}
Last modified: 14 days ago