Compare commits

..

No commits in common. "3a1d9b7eab3bb441e143a78ee9f8b2f1f9e4817b" and "515d53d42e8f3ba9af8515d4deff982f9aa0bdd9" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
return $this->fail('种植信息错误');
}
$data['pic'] = json_decode($data['pic'],true);
$data['plant_date'] = date('Y-m-d H:i:s',$data['plant_date']);
return $this->success('请求成功',$data->toArray());
}