This commit is contained in:
root
2020-01-18 18:41:02 +08:00
parent e576d82955
commit f03dbd1dcb
5 changed files with 7 additions and 6 deletions

View File

@ -54,7 +54,7 @@ class CommController extends Controller
abort(500, '发送失败');
}
Cache::put($cacheKey, $code, 600);
Cache::put($cacheKey, $code, 60);
return response([
'data' => true
]);