update #40

Merged
weiz merged 1 commits from zhangwei into dev 2023-12-09 14:46:09 +08:00
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());
}