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, ];