POST api/Values

通过用户编号获取用户信息 参数:uinfo 用户编号

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Content": "sample string 2",
  "RetrunValue": [
    {
      "U_Id": 1,
      "U_Name": "sample string 2",
      "U_Pwd": "sample string 3",
      "U_IsDelete": "sample string 4",
      "U_Type": "sample string 5"
    },
    {
      "U_Id": 1,
      "U_Name": "sample string 2",
      "U_Pwd": "sample string 3",
      "U_IsDelete": "sample string 4",
      "U_Type": "sample string 5"
    },
    {
      "U_Id": 1,
      "U_Name": "sample string 2",
      "U_Pwd": "sample string 3",
      "U_IsDelete": "sample string 4",
      "U_Type": "sample string 5"
    }
  ]
}