微信知社OpenAPI - 微信公众号文章实时监控
    • 微信公众号文章监控 API (weixinzs.org)
      • 公众号订阅
        • 查询全部订阅
        • 添加公众号订阅
        • 取消公众号订阅
      • 文章查询
        • 查询文章
      • 数据模型
        • Subscription
        • MpAccount
        • CreateSubscriptionResult
        • ArticleList
        • Article
        • Error

    ArticleList

    {
        "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"
            }
        },
        "notice": "string",
        "total": 0,
        "page": 1,
        "pageSize": 1,
        "totalPages": 0,
        "hasNextPage": true,
        "articles": [
            {
                "id": "string",
                "title": "string",
                "summary": "string",
                "coverUrl": "http://example.com",
                "url": "http://example.com",
                "publishTime": "2019-08-24T14:15:22.123Z",
                "sourceName": "string",
                "account": {
                    "id": "string",
                    "username": "string",
                    "alias": "string",
                    "nickname": "string",
                    "avatarUrl": "http://example.com"
                }
            }
        ]
    }
    Built with