This commit is contained in:
make
2025-04-18 16:24:50 +08:00
parent 7c6839df58
commit e0e87a1f3b
3 changed files with 11 additions and 7 deletions

View File

@@ -82,7 +82,7 @@
# 传参与默认值(传参用下面的变量名,名称不需要$符号, 值的话如果用第三方变量作为值,需要带$符号)
$count ?? '10'; # 查询条数
$n_category ?? "all"; # 查询分类
$sort_type ?? "all"; # 排序方式
$sort_type ?? "all"; # 排序方式 news tuijian update
$n_status ?? "all"; # 查询状态
$n_sex ?? "all"; # 查询性别
$diff_key ?? ""; # 缓存键值差异