from:
{
"status": "success",
"total": 1,
"data": [
{
"id": 1,
"type": 0,
"logo": "1428470471LLnfH.jpg",
"name": "123",
"profile": "",
"city": "",
"address": "",
"location": "",
"email": "[email protected]",
"phone": "123456",
"website": "",
"weibo": "",
"service": "",
"tags": "",
"user_count": 3,
"thumb_logo": "http://120.25.210.83/upload/companies/thumb/1428470471LLnfH.jpg"
}
]
}
to:
{
"status": "success",
"total": 1,
"data": [
{
"id": 1,
"logo": "1428470471LLnfH.jpg",
"name": "123",
"email": "[email protected]",
"phone": "123456",
"tags": "",
"user_count": 3,
"thumb_logo": "http://120.25.210.83/upload/companies/thumb/1428470471LLnfH.jpg"
}
]
}
刚接触php用laravel半个月了,找不到类似ruby的grape entity这种好用的gem
{
"status": "success",
"total": 1,
"data": [
{
"id": 1,
"type": 0,
"logo": "1428470471LLnfH.jpg",
"name": "123",
"profile": "",
"city": "",
"address": "",
"location": "",
"email": "[email protected]",
"phone": "123456",
"website": "",
"weibo": "",
"service": "",
"tags": "",
"user_count": 3,
"thumb_logo": "http://120.25.210.83/upload/companies/thumb/1428470471LLnfH.jpg"
}
]
}
to:
{
"status": "success",
"total": 1,
"data": [
{
"id": 1,
"logo": "1428470471LLnfH.jpg",
"name": "123",
"email": "[email protected]",
"phone": "123456",
"tags": "",
"user_count": 3,
"thumb_logo": "http://120.25.210.83/upload/companies/thumb/1428470471LLnfH.jpg"
}
]
}
刚接触php用laravel半个月了,找不到类似ruby的grape entity这种好用的gem
