curl --location --request GET 'https://api.chasing.comfaq/detail?id'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 2,
"type_id": 2,
"answer": "我是答案",
"problem": "我是问题",
"sort": 0,
"goods_title": "潜鲛GLADIUS MINI S",
"goods_id": 2,
"type_name": "分2类"
}
}