debug
This commit is contained in:
@@ -10,35 +10,35 @@ return [
|
||||
'description' => '分类书库URL 模板2',
|
||||
'sfg_id' => 39,
|
||||
'arrSubjectFomart' => [
|
||||
'/books/{strGender}/{strCategory}/{strStatus}/page{intPage}',
|
||||
'/books/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
|
||||
]
|
||||
],
|
||||
'CATEGORY_INFO_URL_T3' => [
|
||||
'description' => '分类书库URL 模板3',
|
||||
'sfg_id' => 40,
|
||||
'arrSubjectFomart' => [
|
||||
'/library/{strGender}/{strCategory}/{strStatus}/page{intPage}',
|
||||
'/library/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
|
||||
]
|
||||
],
|
||||
'CATEGORY_INFO_URL_T4' => [
|
||||
'description' => '分类书库URL 模板4',
|
||||
'sfg_id' => 41,
|
||||
'arrSubjectFomart' => [
|
||||
'/fenlei/{strGender}/{strCategory}/{strStatus}/page{intPage}',
|
||||
'/fenlei/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
|
||||
]
|
||||
],
|
||||
'CATEGORY_INFO_URL_T5' => [
|
||||
'description' => '分类书库URL 模板5',
|
||||
'sfg_id' => 42,
|
||||
'arrSubjectFomart' => [
|
||||
'/class/{strGender}/{strCategory}/{strStatus}/page{intPage}',
|
||||
'/class/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
|
||||
]
|
||||
],
|
||||
'CATEGORY_INFO_URL_T6' => [
|
||||
'description' => '分类书库URL 模板6',
|
||||
'sfg_id' => 43,
|
||||
'arrSubjectFomart' => [
|
||||
'/category/{strGender}/{strCategory}/{strStatus}/page{intPage}',
|
||||
'/category/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
|
||||
]
|
||||
],
|
||||
|
||||
@@ -500,35 +500,35 @@ return [
|
||||
'description' => '书库首页URL 模板2',
|
||||
'sfg_id' => 109,
|
||||
'arrSubjectFomart' => [
|
||||
'/books/all',
|
||||
'/books/index',
|
||||
]
|
||||
],
|
||||
'CATEGORY_INDEX_URL_T3' => [
|
||||
'description' => '书库首页URL 模板3',
|
||||
'sfg_id' => 110,
|
||||
'arrSubjectFomart' => [
|
||||
'/library/all',
|
||||
'/library/index',
|
||||
]
|
||||
],
|
||||
'CATEGORY_INDEX_URL_T4' => [
|
||||
'description' => '书库首页URL 模板4',
|
||||
'sfg_id' => 111,
|
||||
'arrSubjectFomart' => [
|
||||
'/fenlei/all',
|
||||
'/fenlei/index',
|
||||
]
|
||||
],
|
||||
'CATEGORY_INDEX_URL_T5' => [
|
||||
'description' => '书库首页URL 模板5',
|
||||
'sfg_id' => 112,
|
||||
'arrSubjectFomart' => [
|
||||
'/class/all',
|
||||
'/class/index',
|
||||
]
|
||||
],
|
||||
'CATEGORY_INDEX_URL_T6' => [
|
||||
'description' => '书库首页URL 模板6',
|
||||
'sfg_id' => 113,
|
||||
'arrSubjectFomart' => [
|
||||
'/category/all',
|
||||
'/category/index',
|
||||
]
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user