Skip to content

Commit 5ce62e6

Browse files
committed
fix(control): 返回错误
1 parent 903fed1 commit 5ce62e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/app/Http/Controllers/Bus/AutoController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function baiduOCR($img, $imgUrl)
112112
$upload = new \App\Models\Upload();
113113
$upload->img_url = $imgUrl;
114114
$upload->content = $words;
115-
return $upload->save();
115+
$upload->save();
116116
}
117117
return $words;
118118
}

0 commit comments

Comments
 (0)