# basetest **Repository Path**: johnhwjsosd/basetest ## Basic Information - **Project Name**: basetest - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-13 - **Last Updated**: 2022-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #新增接口 ## 获取新闻分组列表 - path - News/GetNewsGroupList - request - 无 - response - ``` "List": [ { "Id": 7, "Name": "新闻资讯" }, { "Id": 2, "Name": "常见问题" } ] ``` ## 根据分组ID获取新闻列表 - path - /News/GetNewsListByGroup - request - GroupId - int - response - ``` "News": [ { "Id": 33, "Title": "测试内容 11.4", "ViewNum": 31, "PublishTime": "2020-11-04 09:53:39" } ] ```