diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index dc695e5..72bb879 100755 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -84,7 +84,7 @@ class Auth extends BaseController // } // app(UserAssetsLogRepository::class)->shareAward(1); -// app(DepositRecordDailyRepository::class)->runDaily(); + app(DepositRecordDailyRepository::class)->runDaily(); // event('pay_success_user_recharge', array('order_sn' => 'wxu2024041817195114')); return app('json')->success(); } diff --git a/app/controller/merchant/store/product/Product.php b/app/controller/merchant/store/product/Product.php index 464a8d8..76aeb24 100755 --- a/app/controller/merchant/store/product/Product.php +++ b/app/controller/merchant/store/product/Product.php @@ -51,7 +51,7 @@ class Product extends BaseController { [$page, $limit] = $this->getPage(); $type = $this->request->param('type', 1); - $where = $this->request->params(['temp_id', 'cate_id', 'keyword', 'mer_cate_id', 'is_gift_bag', 'status', 'us_status', 'product_id', 'mer_labels', ['order', 'sort'], 'is_ficti', 'svip_price_type', 'filters_type', 'is_action', 'is_good', 'not_product_id', 'form_id']); + $where = $this->request->params(['temp_id', 'cate_id', 'keyword', 'mer_cate_id', 'is_gift_bag', 'status', 'us_status', 'product_id', 'mer_labels', ['order', 'sort'], 'is_ficti', 'is_hot', 'svip_price_type', 'filters_type', 'is_action', 'is_good', 'not_product_id', 'form_id']); $where = array_merge($where, $this->repository->switchType($type, $this->request->merId(), 0)); return app('json')->success($this->repository->getList($this->request->merId(), $where, $page, $limit)); } diff --git a/public/mer.html b/public/mer.html index 48b301a..197cfb5 100755 --- a/public/mer.html +++ b/public/mer.html @@ -1 +1 @@ -