diff --git a/app/model/MetaAd.php b/app/model/MetaAd.php deleted file mode 100644 index 912d466..0000000 --- a/app/model/MetaAd.php +++ /dev/null @@ -1,27 +0,0 @@ -belongsTo('MetaAdGroup', 'ad_group_id'); - } -} diff --git a/app/model/MetaAdGroup.php b/app/model/MetaAdGroup.php deleted file mode 100644 index acce169..0000000 --- a/app/model/MetaAdGroup.php +++ /dev/null @@ -1,27 +0,0 @@ -belongsTo('MetaCampaign', 'campaign_id'); - } -} diff --git a/app/model/MetaBusinessAccount.php b/app/model/MetaBusinessAccount.php deleted file mode 100644 index 564b955..0000000 --- a/app/model/MetaBusinessAccount.php +++ /dev/null @@ -1,21 +0,0 @@ -belongsTo('MetaBusinessAccount', 'business_account_id'); - } -} diff --git a/composer.lock b/composer.lock index 0fde35d..8d7b20d 100644 --- a/composer.lock +++ b/composer.lock @@ -3711,16 +3711,16 @@ }, { "name": "topthink/think-orm", - "version": "v3.0.32", + "version": "v3.0.33", "source": { "type": "git", "url": "https://github.com/top-think/think-orm.git", - "reference": "8d305da35664a64e4ab2a7faaaf6ed301c482651" + "reference": "6e0ea679f7448ff9c8906606462505597681e22e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/top-think/think-orm/zipball/8d305da35664a64e4ab2a7faaaf6ed301c482651", - "reference": "8d305da35664a64e4ab2a7faaaf6ed301c482651", + "url": "https://api.github.com/repos/top-think/think-orm/zipball/6e0ea679f7448ff9c8906606462505597681e22e", + "reference": "6e0ea679f7448ff9c8906606462505597681e22e", "shasum": "" }, "require": { @@ -3763,9 +3763,9 @@ ], "support": { "issues": "https://github.com/top-think/think-orm/issues", - "source": "https://github.com/top-think/think-orm/tree/v3.0.32" + "source": "https://github.com/top-think/think-orm/tree/v3.0.33" }, - "time": "2024-12-18T01:30:21+00:00" + "time": "2024-12-19T01:52:44+00:00" }, { "name": "vlucas/phpdotenv", diff --git a/config/thinkorm.php b/config/thinkorm.php index 00521c0..9dc61c9 100644 --- a/config/thinkorm.php +++ b/config/thinkorm.php @@ -9,13 +9,13 @@ return [ // 服务器地址 'hostname' => '127.0.0.1', // 数据库名 - 'database' => 'test', + 'database' => 'adlibs', // 数据库用户名 'username' => 'root', // 数据库密码 - 'password' => '123456', + 'password' => 'hope8848', // 数据库连接端口 - 'hostport' => '3306', + 'hostport' => '3309', // 数据库连接参数 'params' => [ // 连接超时3秒 @@ -57,7 +57,8 @@ return [ // 自定义分页类 'bootstrap' => '', // 'schema' => 'public'// 设置默认 schema - 'debug' => true, + 'debug' => false, +// 'fields_strict' => false, ], ], ];