curl --location --request GET 'https://api.chasing.comdealers/detail?id'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 18,
"state_id": 1,
"state_name": "Asia",
"region_id": 1,
"region_name": "Afghanistan",
"province_id": 21,
"province_name": "Farah",
"type_id": 1,
"goods_id": 53,
"title": "testupdate",
"address": "",
"phone": "1231231",
"daily_time": "02:23-20:33",
"sort": 1,
"create_time": "2022-08-20 20:36:17",
"update_time": "2022-08-20 20:36:17",
"delete_time": 0,
"type_name": "level 1",
"goods_name": [
{
"id": 53,
"title": "GLADIUS MINI S 修改后 "
}
]
}
}