where('is_opened' ,1) ->orderByDesc('sort') ->get(); return $this->success($lists); } public function contact(): JsonResponse { $lists = Contact::select(['name','phone_num','wechat_num'])->get(); return $this->success($lists); } }