5 lines
84 B
PHP
5 lines
84 B
PHP
<?php
|
|
return [
|
|
//token过期时间
|
|
'token_expire_time' => 3600 * 24 * 60,
|
|
]; |