后端服务器
Go to file
szdot ab217e257c 【类 型】:
【原  因】:
【过  程】:
【影  响】:
2024-07-18 05:03:18 +08:00
Data/UploadFiles 【类 型】:fix 2024-07-09 17:35:54 +08:00
dist 【类 型】:fix 2024-07-09 17:35:54 +08:00
FlyCube 【类 型】:fix 2024-07-12 19:40:59 +08:00
Public 【类 型】:fix 2024-07-09 17:35:54 +08:00
ThinkPHP init 2024-05-30 19:16:59 +08:00
vendor 【类 型】: 2024-07-12 00:21:07 +08:00
.gitignore 【类 型】:doc 2024-07-17 22:05:20 +08:00
.htaccess 【类 型】:fix 2024-07-09 17:35:54 +08:00
composer.json init 2024-05-30 19:16:59 +08:00
composer.lock 【类 型】: 2024-07-18 05:03:18 +08:00
flyCube.php 【类 型】:refactor 2024-06-12 16:33:18 +08:00
index.html 【类 型】:test 2024-06-11 17:23:53 +08:00
nginx.htaccess 【类 型】:fix 2024-07-09 17:35:54 +08:00
readme.md init 2024-05-31 02:11:52 +08:00
upload.php init 2024-05-30 19:16:59 +08:00

配置 公共config.php 要和 小程序同步 //微信配置参数 'weixin'=>array( 'appid' =>'xxxxx', //微信appid 'secret'=>'xxxxx', //微信secret 'env' => 'xxxxx',//云函数ID ), //网址 "host"=>"https://www.szdot.top/", //微信配置参数 'weixin'=>array( 'appid' =>'wx8347571d6893a383', //微信appid 'secret'=>'ac1c6f456a6451812403c75bd113f9d0', //微信secret 'env' => 'cloud1-0ghjjznsd0e37161',//云函数ID ), //限制可以访问api的域名 通配符* 开放所有域名 'LimitApi' => "*", //主管理员的shop_id 用于权限判断 'powerId' => '2dc23dcfecc05fb1',