Commit 61409061 by 赵增煜

上传接口修改

parent c967854b
......@@ -58,7 +58,7 @@ public function uploadCertificate(Request $request)
if (empty($pharmacy)) {
return $this->failed('该药店不存在');
}
// 获取上传的图片
if ($request->hasFile('image')) {
// 获取图片文件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment