<?php
//api模块通用配置信息
return [
    'expire'=>1800,//token的有效时长
    'default_password'=>'123456',//运营账号默认密码
];