GET api/Account/GetData/{id}

“GetData”的文档。

Request Information

Parameters

NameDescriptionAdditional information
id
“id”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Head": {
    "Code": 1,
    "Msg": "sample string 2"
  },
  "Body": {
    "Data": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "Age": 3
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "Age": 3
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "Age": 3
      }
    ]
  }
}