接口修改13

This commit is contained in:
mkm 2023-02-18 10:52:45 +08:00
parent 01f9b4b160
commit f58eb5a821
2 changed files with 2 additions and 2 deletions

View File

@ -14,5 +14,5 @@
class ProductOrderLog extends Model class ProductOrderLog extends Model
{ {
// 设置当前模型的数据库连接 // 设置当前模型的数据库连接
protected $connection = 'shop_lihaink_com'; protected $connection = 'shop';
} }

View File

@ -14,5 +14,5 @@
class StoreProduct extends Model class StoreProduct extends Model
{ {
// 设置当前模型的数据库连接 // 设置当前模型的数据库连接
protected $connection = 'shop_lihaink_com'; protected $connection = 'shop';
} }