POST api/Test/GetData1?user_id={user_id}&user_name={user_name}
“GetData1”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
user_id | “user_id”的文档。 |
Define this parameter in the request URI. |
user_name | “user_name”的文档。 |
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": "sample string 1" } }