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