## 获取勾选表
~~~[api]
get:/index/Index/checks
varchar:user_sid=680130509534c15893e3603bd782d3cb #登录密钥
int:user_uid=1#登录的该用户id
int:type=2#类型(1=勾选所选内容,2=狗沐浴露选择,3=狗洗浴要求,4=猫沐浴露选择,5=猫洗浴要求)
<<<
{
"code": 1,
"msg": "获取成功",
"data": [
{
"id": 9,
"content": "日本狮王底敏系列(适合3-5天洗一次的狗狗猫猫)", //勾选内容
"type": 2, //类型
"status": 1, //状态
"create_time": "2019-04-22 14:29:09", //创建时间
"update_time": "2019-04-22 14:29:09" //更新时间
},
{
"id": 10,
"content": "台湾YU系列(适合体味较大的狗狗猫猫)",
"type": 2,
"status": 1,
"create_time": "2019-04-22 14:29:09",
"update_time": "2019-04-22 14:29:09"
},
{
"id": 11,
"content": "美国爱犬岛系列(适合体味较小的狗狗狗猫猫)",
"type": 2,
"status": 1,
"create_time": "2019-04-22 14:30:54",
"update_time": "2019-04-22 14:30:54"
}
]
}
<<<
error
{"code":0,"msg":"获取失败"}
~~~