This commit is contained in:
make
2025-05-02 18:30:50 +08:00
parent 85f2ef5cb2
commit 65ac6d7652
19 changed files with 489 additions and 302 deletions

View File

@@ -572,40 +572,40 @@ return [
// 排行榜列表URL
'RANK_LIST_URL_T2' => [
'description' => '排行榜列表URL 模板2',
'sfg_id' => 120,
'sfg_id' => 121,
'arrSubjectFomart' => [
'/paihangbang/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
'RANK_LIST_URL_T3' => [
'description' => '排行榜列表URL 模板3',
'sfg_id' => 120,
'sfg_id' => 122,
'arrSubjectFomart' => [
'/rank/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
'RANK_LIST_URL_T4' => [
'description' => '排行榜列表URL 模板4',
'sfg_id' => 120,
'sfg_id' => 123,
'arrSubjectFomart' => [
'/top/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
'RANK_LIST_URL_T5' => [
'description' => '排行榜列表URL 模板5',
'sfg_id' => 120,
'sfg_id' => 124,
'arrSubjectFomart' => [
'/ranks/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
'RANK_LIST_URL_T6' => [
'description' => '排行榜列表URL 模板6',
'sfg_id' => 120,
'sfg_id' => 125,
'arrSubjectFomart' => [
'/phb/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
// 最新替换模板分组id 119
// 最新替换模板分组id 125
];