Skip to content

Commit 69ef8ca

Browse files
committed
修改聊天模块上传
1 parent 8c53fbb commit 69ef8ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Controller/Laboratory/UploadController.php

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public function uploadPicByBase64()
4444
];
4545
$this->verifyParams($params, $rules, $message);
4646

47-
base64DecImg($params['file']);
4847
$uploadResult = UploadService::getInstance()->uploadSinglePicByBase64($params['file'], $params['savePath']);
4948
return $this->success($uploadResult);
5049
}

0 commit comments

Comments
 (0)