公众号互动数据

**简要描述** - 获取公众号文章互动数据(qps 2/1s) **请求URL** http://8.140.195.129:11046/biz/article/num?token=xxx **请求方式** - `POST` **请求示例** ``` curl --location 'http://8.140.195.129:11046/biz/article/num?token=xxx' \ --header 'Content-Type: application/json' \ --data '{ "biz": "MjM5NzQ5MTkyMA==", "mid": "2657557127", "idx": "2", "sn": "d33731f3884ba9b979db8b5ee827e194", "comment_id": "2536718090458660865" }' ``` **请求参数说明** | 参数名称 | 是否必填 | 类型 | 描述 | | :------------ | :------------ | :------------ | :------------ | |biz|是|string|文章url连接参数| |mid|是|string|文章url连接参数| |idx|是|string|文章url连接参数| |sn|是|string|文章url连接参数| |comment_id|否|string|文章html参数|