💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 标签统计报表模块 ## **Web端交互** > ***** ![(images/screenshot_1567145572362.png)](https://img.kancloud.cn/f4/4a/f44ab9cd333ed4a1b48a7f120bd853a3_1094x789.png) ## **API相关文档** > ****** 接口描述 | **标签报表** ---|--- URL | /wechat_api/report/tagReport 请求方式 | get 请求参数 | { tagName: isPub:2 } 返回值 | ![{"code":200,"msg":"操作成功!","data":{"count":0,"data":[],"pageNo":1,"limit":10}}](https://img.kancloud.cn/08/b4/08b4d7b2890bb08abba59fd1488ae0ca_501x392.png) | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | tagName| string | Y | 标签名 | 请求参数 | isPub| ref| Y | 标签类别 > ***** 接口描述 | **导出标签报表** ---|--- URL | /wechat_api/report/exportTagReport 请求方式 | get 请求参数 | { tagName: isPub:2 } 返回值 | 返回一个文件 | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | tagName| string | Y | 标签名 | 请求参数 | isPub| ref| Y | 标签类别