Compare commits

...

2 Commits

Author SHA1 Message Date
Your Name ae27444f55 1 8 months ago
Your Name c9101208c3 1 8 months ago
  1. 1
      addons/shopro/listener/Commission.php
  2. 2
      application/admin/model/Admin.php
  3. 2
      application/database.php
  4. 1
      public/.well-known/acme-challenge/NyPbuMTyfKBBTYPuApxUnv6iH7Z025QGhcut4wh3nVc
  5. 1
      public/.well-known/acme-challenge/TeBqAXtmDG9gWHo1DrvSYYWLRjdtPHuwY0_R2RsxosQ

@ -22,6 +22,7 @@ class Commission
// $shareInfo = request()->param('shareInfo/a'); // $shareInfo = request()->param('shareInfo/a');
$shareInfo = request()->param('shareInfo'); $shareInfo = request()->param('shareInfo');
$shareInfo = json_decode(htmlspecialchars_decode($shareInfo), true); $shareInfo = json_decode(htmlspecialchars_decode($shareInfo), true);
//\think\Log::info('分享参数:'.$shareInfo['shareId']);
\think\Log::info('分享参数:'.$shareInfo['shareId']); \think\Log::info('分享参数:'.$shareInfo['shareId']);
if ($shareInfo) { if ($shareInfo) {

@ -8,7 +8,7 @@ use think\Session;
class Admin extends Model class Admin extends Model
{ {
protected $name = 'user'; protected $name = 'admin';
// 开启自动写入时间戳字段 // 开启自动写入时间戳字段
protected $autoWriteTimestamp = 'int'; protected $autoWriteTimestamp = 'int';
// 定义时间戳字段名 // 定义时间戳字段名

@ -34,7 +34,7 @@ return [
// 数据库表前缀 // 数据库表前缀
'prefix' => Env::get('database.prefix', 'heshui_'), 'prefix' => Env::get('database.prefix', 'heshui_'),
// 数据库调试模式 // 数据库调试模式
'debug' => Env::get('database.debug', false), 'debug' => Env::get('database.debug', true),
// 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器) // 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器)
'deploy' => 0, 'deploy' => 0,
// 数据库读写是否分离 主从式有效 // 数据库读写是否分离 主从式有效

@ -1 +0,0 @@
NyPbuMTyfKBBTYPuApxUnv6iH7Z025QGhcut4wh3nVc.r0j_tUmcVSaqou_w_dSej5bM6cKZ1-8c0P-aHTDMU_0

@ -0,0 +1 @@
TeBqAXtmDG9gWHo1DrvSYYWLRjdtPHuwY0_R2RsxosQ.r0j_tUmcVSaqou_w_dSej5bM6cKZ1-8c0P-aHTDMU_0
Loading…
Cancel
Save