12 lines
289 B
PHP
12 lines
289 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: lcc
|
|
* Date: 2025-03-07
|
|
* Time: 11:34
|
|
*/
|
|
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
//服务号
|
|
$config['default']['appid'] = 'wxd090c4eea5cc3493';
|
|
$config['default']['appSecret'] = '69a2f3583eaab9ed96146cd7b2e7ef90'; |