后端服务器
Go to file
2024-06-12 16:30:01 +08:00
Data/UploadFiles
FlyCube 【类 型】:test 2024-06-12 16:29:53 +08:00
ThinkPHP
.gitignore
composer.json
flyCube.php 【类 型】:test 2024-06-12 16:29:53 +08:00
index.html 【类 型】:test 2024-06-11 17:23:53 +08:00
readme.md
upload.php

配置 公共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',