From f92806af11ce7f5fc472c1431ad0d1aeb122b430 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 10 Oct 2023 15:35:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 31159c57..63fe930a 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -107,7 +107,7 @@ class Auth extends BaseController "mer_cate_id" => [], "unit_name" => $parmas['unit_name'], "sort" => 0, - "is_show" => "", + "is_show" => 1, "is_good" => 0, "is_gift_bag" => 0, "integral_rate" => -1, @@ -150,7 +150,7 @@ class Auth extends BaseController "svip_price_type" => 0, "params" => [], "mer_id" => $parmas['mer_id'], - "status" => 0, + "status" => 1, "mer_status" => 1, "rate" => 3, ];