We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
图文分析数据接口 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这个参数来接收返回的结果,能否加上此参数。
The text was updated successfully, but these errors were encountered:
建议直接提交PR
Sorry, something went wrong.
接口用WxDataCubeArticleTotalDetail这个类接收返回,但是没有url这个参数来接收返回的结果,能否加上此参数。
说错了吧,应该是这个类: WxDataCubeArticleTotal
WxDataCubeArticleTotal
🎨 #2028 【公众号】获取图文群发总数据接口返回增加确实字段
2ac0391
No branches or pull requests
图文分析数据接口
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这个参数来接收返回的结果,能否加上此参数。
The text was updated successfully, but these errors were encountered: