Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

获取图文群发总数据(getarticletotal)接口 缺少参数url 能否加上 #2028

Closed
hairtil opened this issue Mar 5, 2021 · 2 comments
Milestone

Comments

@hairtil
Copy link

hairtil commented Mar 5, 2021

图文分析数据接口
https://developers.weixin.qq.com/doc/offiaccount/Analytics/Graphic_Analysis_Data_Interface.html
其中获取图文群发总数据(getarticletotal)接口
https://api.weixin.qq.com/datacube/getarticletotal?access_token=ACCESS_TOKEN
{
"list": [{
"ref_date": "2021-02-22",
"msgid": "2247483654_1",
"title": "标题",
"user_source": 0,
"details": [{ }],
"url": "文章地址" //此处有返回文章地址参数
}
}]
}
接口用WxDataCubeArticleTotalDetail这个类接收返回,但是没有url这个参数来接收返回的结果,能否加上此参数。

@binarywang
Copy link
Member

建议直接提交PR

@binarywang
Copy link
Member

接口用WxDataCubeArticleTotalDetail这个类接收返回,但是没有url这个参数来接收返回的结果,能否加上此参数。

说错了吧,应该是这个类: WxDataCubeArticleTotal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants