微信文章阅读点赞V1(Article Read Like V1)
GET
/api/weixin/get-article-feedback/v1- 0:Success(扣费/Charge)
- 212:传入的url有误(扣费)
- 202:该公众号状态存在异常,被迁移、被封等等(扣费)
- 203:文章内容是谣言(扣费)
- 204:文章内存存在争议(扣费)
- 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
articleUrl
string
required
Article Url
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 天前