mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update
This commit is contained in:
@ -53,7 +53,7 @@ class CommController extends Controller
|
||||
abort(500, '发送失败');
|
||||
}
|
||||
|
||||
Cache::put($cacheKey, $code, 10);
|
||||
Cache::put($cacheKey, $code, 600);
|
||||
return response([
|
||||
'data' => true
|
||||
]);
|
||||
|
Reference in New Issue
Block a user