## 獲取勾選表
~~~[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":"獲取失敗"}
~~~