18 lines
583 B
PHP
Executable File
18 lines
583 B
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: lcc
|
|
* Date: 2019-08-13
|
|
* Time: 11:34
|
|
*/
|
|
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
//好店云-订阅号
|
|
$config['default']['appid'] = 'wx27c91c638ebafbda';
|
|
$config['default']['appSecret'] = '8e9ea53783bee447d2e6b449e3e43752';
|
|
|
|
$config['xsf']['appid'] = 'wx2222b94b21406c62';
|
|
$config['xsf']['appSecret'] = '09e369a457be4b79ecd4e5e2b98fdd71';
|
|
|
|
$config['hdy']['appid'] = 'wxbdec8558931efffd';
|
|
$config['hdy']['appSecret'] = '583b3cd0d8e145009eda61ece003ca14'; |