后端服务器
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
vendor 【类 型】:fix 2024-07-09 17:35:54 +08:00
.gitignore
.htaccess 【类 型】:fix 2024-07-09 17:35:54 +08:00
composer.json
flyCube.php
index.html
nginx.htaccess 【类 型】:fix 2024-07-09 17:35:54 +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',