1
0

补充文件

This commit is contained in:
2023-11-16 13:41:09 +08:00
parent 13e93d342e
commit bff28ef911
608 changed files with 149699 additions and 15 deletions

View File

@@ -13,13 +13,13 @@ return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => 'localhost',
'hostname' => 'mysql',
// 数据库名
'database' => 'helper',
// 用户名
'username' => 'helper',
// 密码
'password' => 'wjyBRncHHY2ls4Cd',
'password' => '123456',
// 端口
'hostport' => 3306,
// 连接dsn

View File

@@ -8,10 +8,10 @@
// +------------------------------------------------+
return [
'token' => 'A2aj8BtAv',
'appid' => 'wxa655be02706ddeea',
'secret' => '06196cb22490c323a5edcbf1d9e67403',
'AESKey' => 'u7xi2oB8FcFJ4dn2MiP3wFhOaM65WQQUgHIpnbTnEiv',
'mch_id' => '1486263952',
'paykey' => 'CA72BE33311570FE25AFD91DE880376D',
'token' => '',
'appid' => 'wx1c5ee7f76bfcb824',
'secret' => '2c81a59698a2cf70547ef9e88986ccc5',
'AESKey' => '',
'mch_id' => '',
'paykey' => '',
];

View File

@@ -18,11 +18,11 @@ return [
],
'__domain__' => [
'www.helper.skl2010.com' => 'index',
'm.helper.skl2010.com' => 'mobile',
'console.helper.skl2010.com' => 'system',
'api.helper.skl2010.com' => 'openapi',
'*' => 'index',
'helper.demos.uzchain.tech' => 'index',
'm.helper.demos.uzchain.tech' => 'mobile',
'console.helper.demos.uzchain.tech' => 'system',
'api.helper.demos.uzchain.tech' => 'openapi',
'*' => 'index',
],
// 'u/:uid' => ['user/index', ['domain' => 'm.helper.cnskl.com']],