You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
255 B
8 lines
255 B
<?php
|
|
// 第三方插件登录信息---------------------
|
|
define('RANK_ID' , '9');
|
|
define('APP_KEY' , '1105165607');
|
|
$config['APP_KEY'] = '1105165607';
|
|
define('APP_SECRET' , 'Dc73sQVSn30AdgD8');
|
|
$config['APP_SECRET'] = 'Dc73sQVSn30AdgD8';
|
|
?>
|