debug
This commit is contained in:
@@ -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 ?? ""; # 缓存键值差异
|
||||
|
||||
Reference in New Issue
Block a user