1234567891011121314151617181920212223242526 |
- ### 栏目分析
- POST http://172.16.101.20:8762/cxzx-program/new-media/category
- Content-Type: application/json;charset=UTF-8
- {
- "start": "2023-01-11",
- "end": "2023-01-31",
- "app": "闪视频",
- "version": [],
- "lib": ""
- }
- ### 内容日数据分析
- POST http://172.16.101.20:8762/cxzx-program/new-media/content/daily
- Content-Type: application/json;charset=UTF-8
- {
- "start": "2023-01-11",
- "end": "2023-01-31",
- "app": "西部网",
- "version": [],
- "lib": ""
- }
- ### 内容日数据分析导出
- GET http://172.16.101.20:8762/cxzx-program/new-media/content/daily-export?start=2023-01-21&end=2023-01-31&app=西部网&version=
|