common.php 89 B

12345
  1. <?php
  2. //api模块通用配置信息
  3. return [
  4. 'expire'=>1800,//token的有效时长
  5. ];