curl --location --request GET 'https://api.chasing.comon_line_dealer/detail?id'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 1,
"country_id": "1,2,3",
"country_name": "中国,美国,意大利",
"title": "京东",
"logo": "http://test.static.chasing.com/我是一张logo",
"sort": 1,
"url": "http://www.chasing.com",
"create_time": "2022-08-21 17:19:10",
"update_time": "2022-08-21 17:19:10",
"delete_time": 0
}
}