新增短效无限量白名单接口功能

This commit is contained in:
2025-10-18 20:18:42 +08:00
parent 79641f01ee
commit aea1718fd0
3 changed files with 293 additions and 98 deletions

View File

@@ -39,6 +39,7 @@ class Package extends Model
$where = $data['data'];
$where['package_type'] = HttpOrderEnum::$dxwxl;
$where['periodAmount'] = 1;
unset($where['maxWhitelist']);
break;
case 3:
$where = $data['data'];