GET api/categorys/getlist?towns={towns}&parentId={parentId}
获取所有分类
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| towns | string |
Required |
|
| parentId |
分类父级ID |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.