mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -11,7 +11,7 @@ use App\Jobs\SendEmail; | ||||
| class MailController extends Controller | ||||
| { | ||||
|     public function send (MailSend $request) { | ||||
|         if ($request->input('type') == 2 && $request->input('receiver')) { | ||||
|         if ($request->input('type') == 2 && empty($request->input('receiver'))) { | ||||
|             abort(500, '收件人不能为空'); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user