GET api/PictureType

获取图片类型

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Content": "sample string 2",
  "RetrunValue": [
    {
      "PicType_Id": 1,
      "PicType_name": "sample string 2",
      "PicType_IsDelete": "sample string 3",
      "PicType_AddTime": "2024-04-20T06:52:23.0940622+08:00"
    },
    {
      "PicType_Id": 1,
      "PicType_name": "sample string 2",
      "PicType_IsDelete": "sample string 3",
      "PicType_AddTime": "2024-04-20T06:52:23.0940622+08:00"
    },
    {
      "PicType_Id": 1,
      "PicType_name": "sample string 2",
      "PicType_IsDelete": "sample string 3",
      "PicType_AddTime": "2024-04-20T06:52:23.0940622+08:00"
    }
  ]
}