Merge pull request 'update' (#40) from zhangwei into dev

Reviewed-on: #40
This commit is contained in:
weiz 2023-12-09 14:46:08 +08:00
commit 3a1d9b7eab
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
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());
}