## 获取题目
~~~[api]
get: https://api.lalabibi.cn/psyc/name/project
*id=1#题目id
<<<
success
{
"code": 200,
"data": {
"id": 166,
"cat_id": 2,
"name": "测测你还能长多高?", //标题
"price": 1,
"images": [
"https://labi-game-xinli.oss-cn-hangzhou.aliyuncs.com/image/20200714/0ee3188440bd6c7c0112eca97f7b4116.jpg",
"https://labi-game-xinli.oss-cn-hangzhou.aliyuncs.com/image/20200714/db0852bb501bf2ce00152faba992b4e8.jpg"
],
"bg_image": "https://labi-game-xinli.oss-cn-hangzhou.aliyuncs.com/image/20200714/91bd4a3f0cd9ea2094505d1cf99c1ab5.jpg",
"list_image": "https://labi-game-xinli.oss-cn-hangzhou.aliyuncs.com/image/20200714/3e5bb85bde8f0977446ac5147dc343ca.jpg",
"list_desc": "",
"loading_image": "https://labi-game-xinli.oss-cn-hangzhou.aliyuncs.com/image/20200714/1a21375b00297a0fe8c3ef4e39c077ca.jpg",
"input_one_text": "请输入您的姓名", //第一个输入框默认内容
"input_one_color": "#123456", //第一个输入框文字颜色
"input_two_text": "", //第二个输入框默认内容,无内容则不显示第二个输入框
"input_two_color": "",
"input_bg_color": "",
"btn_bg_color": "#519DF6", //按钮背景颜色
"page_bg_color": "",
"btn_word_color": "#FFFFFF", //按钮文字颜色
"box_top": 780,
"desc_images": "",
"status": 1,
"hot": 1,
"num": 234232, //多少人测过
"templateid": "",
"template_path": "pages/attract/index?project_id=",
"input_type": 1,
"create_time": null,
"update_time": null,
"delete_time": 0
},
"msg": "success"
}
<<<
error
这里填写错误的返回码
以此类推,每个状态使用 <<< 分割,
第一行添加状态名称
~~~