文档
测试

获取某个新闻明细

GET
http://api.msk-edu.com/api/news/getNewsinfo

请求参数

参数名
类型
描述
必填
id
int
新闻id
必填

说明 / 示例

返回json ```{ "DebugMessage": null, "PromptMsg": null, "Result": 1, "RetValue": { "id": 1, "CategoryID": 5, "HeadImg": "/UploadImg/temp/132195684365655959.png", "Title": "12222", "LitileTitle": null, "Intro": null, "Cont": "<p>11XXSS</p>", "Description": null, "Keywords": null, "ReadCount": 0, "isHot": 0, "Status": 1, "CreateDate": "2019-11-30T14:09:55.827", "CreateUserID": null, "ModifyDate": "2019-11-30T14:20:49.683", "ModifyUserID": null }, "Tag": null } ```