Commit f3b1efdd by 赵增煜

fix

parent b64af732
......@@ -189,6 +189,7 @@ public function upload(Request $request)
if ($pharmacist->save()) {
return $this->success(['message' => 'ok', 'url' => $imageUrl]);
}
return $this->failed('签名图片上传失败');
} else {
return $this->failed('签名图片上传失败');
......
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