GET api/getnewsbao?baoId={baoId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| baoId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResData| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {}
}