'164',//运营公司ID 对应base_supplier表的ID 0:蜘蛛出行 1081:千岛湖 具体参见数据库 'show_line_org' => ' not in (1081)',//允许展示线路得org_id 如: 1081,660 'main_corp_id'=> '1',//运营主体 上海蜘蛛行国际旅行社有限公司 'session_life' => 3600*24*30,//session生存周期 'send_message' => true,//是否可以发送验证码 'all_log' => true,//是否开启 所有请求的日志记录 'authorizeUrl' => 'https://open.weixin.qq.com/connect/oauth2/authorize?',//微信code获取地址 'authTokenUrl' => 'https://api.weixin.qq.com/sns/oauth2/access_token?',//微信token获取地址 //发车时间段列表 'start_time_arr'=>array( 0=>array( 'res_name'=>'不限', 'res_id'=>'0' ), 1=>array( 'res_name'=>'AM. 6: 00 - 12:00', 'res_id'=>'1' ), 2=>array( 'res_name'=>'PM. 12: 00 - 14:00', 'res_id'=>'2' ), 3=>array( 'res_name'=>'PM. 14: 00 - 18:00', 'res_id'=>'3' ), 4=>array( 'res_name'=>'PM. 18: 00 - 6:00', 'res_id'=>'4' ) ), //支付方式配置数组 'pay_type_arr'=>array( 0=>array( 'pay_id'=>1, 'pay_name'=>'微信支付', 'pay_slogan'=>'绿色通道,安全便捷', 'pay_icon'=>'http://img.zhizhuchuxing.cn/zzwx/public/wechat.png' ), 1=>array( 'pay_id'=>2, 'pay_name'=>'支付宝', 'pay_slogan'=>'支付宝用户使用', 'pay_icon'=>'http://img.zhizhuchuxing.cn/zzwx/public/alipay.png' ) ), //客运电子票配置临时数据 'eticket'=>array( 'ticket_check'=>'01', 'seat_number'=>'11,12,13,14,15,16', 'bar_code'=>'http://img.zhizhuchuxing.cn/zzwx/public/tiaoxingma.png', 'bar_code_id'=>'1999 08 03' ) );