feat: 增加新功能(API)

This commit is contained in:
mkm 2024-07-02 17:49:47 +08:00
parent 576fe28098
commit a8fa857589

View File

@ -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){