GET GetRelatedNews?tags={tags}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
tags
“tags”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Data": [
    {
      "Id": 1,
      "Title": "sample string 2"
    },
    {
      "Id": 1,
      "Title": "sample string 2"
    },
    {
      "Id": 1,
      "Title": "sample string 2"
    }
  ],
  "Count": 3
}