24 lines
552 B
PHP
24 lines
552 B
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(
|
|
'licheb' => array(
|
|
'id' => 2,
|
|
'app_id' => 2,
|
|
'name' => '理车宝',
|
|
'sign_key' => '71fd71173b776766a2ae1209d9a2c2ed',
|
|
'wx' => array(
|
|
'appid' => 'wx4733380c110313ec',
|
|
'secret' => 'cfa1bb15b671f919e959100c0b4070a2',
|
|
),
|
|
'model' => array('user_model' => 'app/licheb/app_licheb_users_model')
|
|
)
|
|
);
|