46 lines
1.2 KiB
PHP
46 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: linfan
|
|
* Date: 2018-12-04
|
|
* Time: 15:51
|
|
*/
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$config = array(
|
|
'liche' => array(
|
|
'id' => 1,
|
|
'app_id' => 1,
|
|
'name' => '狸车',
|
|
'sign_key' => 'bcdb554f61e320e1d1c2e858c147e83c',
|
|
'wx' => array(
|
|
'appid' => 'wx98e64c11aac45966',
|
|
'secret' => 'f8eec7be1c87a1c8e40213e144821ec3',
|
|
),
|
|
'model' => array('user_model' => 'app/liche/app_liche_users_model')
|
|
),
|
|
'licheb' => array(
|
|
'id' => 2,
|
|
'app_id' => 2,
|
|
'name' => '狸车宝',
|
|
'sign_key' => '71fd71173b776766a2ae1209d9a2c2ed',
|
|
'wx' => array(
|
|
'appid' => 'wx71095d4049de3ed1',
|
|
'secret' => 'a80eb6ed68d7bae2d804fe507a4522f7',
|
|
),
|
|
'model' => array('user_model' => 'app/licheb/app_licheb_users_model')
|
|
),
|
|
'neta' => array(
|
|
'id' => 3,
|
|
'app_id' => 3,
|
|
'name' => '哪铁圈',
|
|
'sign_key' => 'be0fc63bf56a462f16a623501c156bb5',
|
|
'wx' => array(
|
|
'appid' => '',
|
|
'secret' => '',
|
|
),
|
|
//'model' => array('user_model' => 'app/neta/app_licheb_users_model')
|
|
),
|
|
);
|