公众号文章列表

**简要描述** - 获取公众号文章列表(qps 1/1s) **请求URL** http://8.140.195.129:11046/biz/article/list?token=xxx **请求方式** - `POST` **请求示例** ``` curl --location 'http://8.140.195.129:11046/biz/article/list?token=xxx' \ --header 'Content-Type: application/json' \ --data '{ "user_name": "gh_363b924965e9" }' ``` **请求参数说明** | 参数名称 | 是否必填 | 类型 | 描述 | | :------------ | :------------ | :------------ | :------------ | |user_name|是|string|用户ID(文章html里面有)|