POST api/Test/GetData

“GetData”的文档。

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Head": {
    "Code": 1,
    "Msg": "sample string 2"
  },
  "Body": {
    "Data": "sample string 1"
  }
}