Compare commits

..

No commits in common. 'ae27444f553ff9605ae5004d7fe880a6c0e8a564' and 'f0918bcb3d43af1218f08b6ea4ad99421175c21b' have entirely different histories.

  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,7 +22,6 @@ 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 = 'admin'; protected $name = 'user';
// 开启自动写入时间戳字段 // 开启自动写入时间戳字段
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', true), 'debug' => Env::get('database.debug', false),
// 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器) // 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器)
'deploy' => 0, 'deploy' => 0,
// 数据库读写是否分离 主从式有效 // 数据库读写是否分离 主从式有效

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

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