curl --location --request GET 'api/bs_v1/area/type?area_type=city&page_size=1000¤t_page=1'{
"code": 0,
"data": [
{
"base_area_id": null,
"base_city_id": null,
"base_province_id": null,
"country_area": null,
"country_code": "2757",
"country_name": "格林纳达",
"country_population": null,
"created_at": "Fri, 23 Oct 2009 07:58:19 GMT",
"deleted_at": null,
"id": 10,
"status": 1,
"updated_at": null
}
],
"message": "success"
}