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