POST publicLibrary/getTypeList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LiberaryType
NameDescriptionTypeAdditional information
typeList

Collection of liberary_type

None.

success

操作是否成功

boolean

None.

singleInfo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "typeList": [
    {
      "typeId": 1,
      "typeName": "sample string 2",
      "parentId": 3
    },
    {
      "typeId": 1,
      "typeName": "sample string 2",
      "parentId": 3
    }
  ],
  "success": true,
  "singleInfo": "sample string 2"
}