后端服务器
Go to file
tk 9ef6902c1d 【类 型】:fix
【主	题】:提交runing字段
【描	述】:
	[原因]:正则匹配 bind_route 添加runing字段 PS:对应取出bind_route的, 即分割符
	[过程]:
	[影响]:
【结	束】
2024-07-09 17:35:54 +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-09 17:35:54 +08:00
Public 【类 型】:fix 2024-07-09 17:35:54 +08:00
ThinkPHP init 2024-05-30 19:16:59 +08:00
vendor 【类 型】:fix 2024-07-09 17:35:54 +08:00
.gitignore 【类 型】:fix 2024-06-25 13:24:05 +08:00
.htaccess 【类 型】:fix 2024-07-09 17:35:54 +08:00
composer.json init 2024-05-30 19:16:59 +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',