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