dics - TimYi/FengHuang GitHub Wiki

请求URL

http://101.200.229.135:8080/api/category/{type}

请求方式

GET  

请求参数

type:路径参数,字典类别,

目前可用type和含义:
appoint:预约类别                                             预约服务用到
column:栏目类别                                              栏目用到
house:住宅类型(公寓,复式,别墅)                             个人家装信息中用到
decorate:装修类型(简装,精装,旧房改造)                      个人家装信息中用到
sex:性别                                                      个人信息用到
blood:血型                                                    个人信息用到
constellation:星座                                            个人信息用到
color:颜色                                                    用户分组用到
worker:工人工种                                                工人用到

返回示例

{
    "result": [
    {
        "id": "404040e64d7a3eff014d7a3f08d50001",
        "name": "validate",
        "attr": null,
        "attr2": null,
        "type": null
    },
    {
        "id": "404040e64d7a3eff014d7a3f09b70002",
        "name": "measure",
        "attr": null,
        "attr2": null,
        "type": null
    },
    {
        "id": "404040e64d7a3eff014d7a3f0a910003",
        "name": "design",
        "attr": null,
        "attr2": null,
        "type": null
    }
    ],
    "status": "OK"
}