Skip to main content
POST
Get WeChat MP Comment Replies
获取公众号评论的二级回复 计费 — 成功调用基准价 $0.0145(= provider 成本 × 1.45;最终扣费按你的套餐倍率浮动)。仅当上游响应体 code200 时计费。
响应结构尚未完整文档化 —— 以实际调用为准

示例

授权

Authorization
string
header
必填

AIsa API key. Get yours at https://aisa.one

请求体

application/json
url
string
必填

Maximum string length: 2048
Pattern: ^https?://mp\.weixin\.qq\.com/s([/?].+)?$
示例:

"http://mp.weixin.qq.com/s?__biz=Mzk3NTA0MzM5NA==&mid=2247483745&idx=1&sn=3f34e768cf457a501038991ed30be1f4#rd"

content_id
string | null
默认值:""

content_id (numeric) of the target first-level comment; defaults to the first comment that has replies

Maximum string length: 32
Pattern: ^[0-9]*$
示例:

"12109128638545265979"

offset
integer
默认值:0

Reply pagination offset, 0 for first page; pass next_offset from the previous response when has_more=true

必填范围: x >= 0
comment_id
string | null

Article comment id (optional, performance shortcut): when omitted, upstream must fetch and parse the whole article HTML to obtain it, which accounts for about half of this endpoint's latency

Maximum string length: 32
Pattern: ^[0-9]*$
raw
boolean
默认值:true

True=raw response; False=simplified parsed structure

响应

200

Successful response. Response structure varies; refer to the actual API response.