GET api/News/GetNewsDetail?fid={fid}
请求参数信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| fid | string |
Required |
Body 参数
None.
接口返回信息
返回信息说明
JMResponseOfNewsEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | NewsEntity |
None. |
返回数据格式
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {
"FId": "sample string 1",
"FTitle": "sample string 2",
"FAbstract": "sample string 3",
"FContent": "sample string 4",
"FAttachFilePath": "sample string 5",
"FFilePath": "sample string 6",
"FType": "sample string 7",
"FEnableReadOrgId": "sample string 8",
"FTop": true,
"FSortCode": 1,
"FStatus": "sample string 10",
"FDeleteMark": true,
"FEnabledMark": true,
"FCreatorTime": "2025-12-18 01:49:53",
"FCreatorUserId": "sample string 11",
"FLastModifyTime": "2025-12-18 01:49:53",
"FLastModifyUserId": "sample string 12",
"FDeleteTime": "2025-12-18 01:49:53",
"FDeleteUserId": "sample string 13"
}
}
application/xml, text/xml
Sample:
<JMResponseOfNewsEntityCVQ1mNS7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.Models">
<code>sample string 1</code>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JYSupply.Domain.Entity.BasicData">
<d2p1:FAbstract>sample string 3</d2p1:FAbstract>
<d2p1:FAttachFilePath>sample string 5</d2p1:FAttachFilePath>
<d2p1:FContent>sample string 4</d2p1:FContent>
<d2p1:FCreatorTime>2025-12-18T01:49:53.3828246+08:00</d2p1:FCreatorTime>
<d2p1:FCreatorUserId>sample string 11</d2p1:FCreatorUserId>
<d2p1:FDeleteMark>true</d2p1:FDeleteMark>
<d2p1:FDeleteTime>2025-12-18T01:49:53.3828246+08:00</d2p1:FDeleteTime>
<d2p1:FDeleteUserId>sample string 13</d2p1:FDeleteUserId>
<d2p1:FEnableReadOrgId>sample string 8</d2p1:FEnableReadOrgId>
<d2p1:FEnabledMark>true</d2p1:FEnabledMark>
<d2p1:FFilePath>sample string 6</d2p1:FFilePath>
<d2p1:FId>sample string 1</d2p1:FId>
<d2p1:FLastModifyTime>2025-12-18T01:49:53.3828246+08:00</d2p1:FLastModifyTime>
<d2p1:FLastModifyUserId>sample string 12</d2p1:FLastModifyUserId>
<d2p1:FSortCode>1</d2p1:FSortCode>
<d2p1:FStatus>sample string 10</d2p1:FStatus>
<d2p1:FTitle>sample string 2</d2p1:FTitle>
<d2p1:FTop>true</d2p1:FTop>
<d2p1:FType>sample string 7</d2p1:FType>
</data>
<msg>sample string 2</msg>
</JMResponseOfNewsEntityCVQ1mNS7>