mp.weixin.qq.com 的文章链接。该操作会扣除积分,调用前应取得用户确认。processing 表示系统正在处理,并非失败。Authorization: Bearer ********************{
"articleUrl": "https://mp.weixin.qq.com/s/example"
}curl --location 'https://api.weixinzs.org/api/v1/subscriptions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"articleUrl": "https://mp.weixin.qq.com/s/example"
}'{
"success": true,
"subscription": {
"id": "10001",
"mpAccountId": "20001",
"status": "processing",
"firstFollowedAt": "2019-08-24T14:15:22.123Z",
"lastFollowedAt": "2019-08-24T14:15:22.123Z",
"unfollowedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"account": {
"id": "string",
"username": "string",
"alias": "string",
"nickname": "string",
"avatarUrl": "http://example.com"
}
}
}