From a8fa8575892757a73e25738c47f041fe99ed23ac Mon Sep 17 00:00:00 2001
From: mkm <727897186@qq.com>
Date: Tue, 2 Jul 2024 17:49:47 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=96=B0=E5=8A=9F?=
 =?UTF-8?q?=E8=83=BD(API)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/api/lists/user_sign/UserSignLists.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/api/lists/user_sign/UserSignLists.php b/app/api/lists/user_sign/UserSignLists.php
index 7f13520db..b1ffe274c 100644
--- a/app/api/lists/user_sign/UserSignLists.php
+++ b/app/api/lists/user_sign/UserSignLists.php
@@ -49,7 +49,7 @@ class UserSignLists extends BaseApiDataLists implements ListsSearchInterface
         $type=$this->request->get('type',1);
         $mark=$this->request->get('mark','');
         if($type==1){
-            $this->searchWhere[]=['type','in',[4,9,8,2]];
+            $this->searchWhere[]=['type','in',[4,9,8,2,3]];
             $this->searchWhere[]=['status','=',1];
         }
         if($mark==1){