curl --location --request GET 'https://api.chasing.commanual/index?title&goods_id&type_id&lang_code&page&limit'
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 5,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"lang_code": "zh",
"goods_id": 57,
"type_id": 1,
"id": 1,
"title": "我是手册标题",
"goods_title": "潜鲛GLADIUS MINI S",
"type_name": "用户手册",
"lang_name": "中文"
}
]
}
}