mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -50,8 +50,7 @@ class CommController extends Controller | ||||
|             abort(500, '发送失败'); | ||||
|         } | ||||
|  | ||||
|         Cache::put($redisKey, $code); | ||||
|         Redis::expire($redisKey, 600); | ||||
|         Cache::put($redisKey, $code, 10); | ||||
|         return response([ | ||||
|             'data' => true | ||||
|         ]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user