## 获取测试结果
~~~[api]
get: https://api.lalabibi.cn/psyc/name/result
*project_id=1 #项目id
*name1=李晓明 #第一个输入框的名字
*name2=1 #第二个输入框的名字
<<<
success
{
"code": 200,
"data": {
"id": 1132,
"result_title_color": "#519DF6", // 测试结果标题颜色
"image": "https://labi-game-xinli.oss-cn-hangzhou.aliyuncs.com/image/20200714/e2a0f332ba192d9f402ce52a20fe4d48.jpg",
"title": "",
"result_title": "你还能长高9厘米", // 测试结果标题
"bg_image": "https://labi-game-xinli.oss-cn-hangzhou.aliyuncs.com/image/20200714/6697731bca0836103af0ea7ca8f88011.jpg",
"bg_color": "#52A0F8", // 测试结果背景颜色
"image_size": 350,
"pdy_btn_color": "#519DF6",
"project_id": 166,
"content_image": "image/20200714/http.jpg",
"content_txt": "",
"savebtn": 1,
"contents": [{
"type": "image",
"value": "https://labi-game-xinli.oss-cn-hangzhou.aliyuncs.com/image/20200714/987c84fdc9ad2a45818b44a0c817a3e1.jpg"
}],
"create_time": null,
"update_time": null,
"delete_time": 0
},
"msg": "success"
}
<<<
error
这里填写错误的返回码
以此类推,每个状态使用 <<< 分割,
第一行添加状态名称
~~~