This commit is contained in:
root 2020-01-11 19:18:45 +08:00
parent fbf3a83104
commit abdb6f80af

View File

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