This commit is contained in:
make
2025-05-03 17:48:13 +08:00
parent d17b982cd0
commit 483c46b6d2
23 changed files with 399 additions and 110 deletions

View File

@@ -174,14 +174,14 @@ $arrVideoSubjectFomartGroupData = [
'description' => '视频详情URL 模板1',
'sfg_id' => 1024,
'arrSubjectFomart' => [
'/voddetail/{strVideoPinyin}-{intVideoId}',
'/voddetail/{strPinYin}-{intVId}',
]
],
'VIDEO_PLAY_URL' => [
'description' => '视频播放URL 模板1',
'sfg_id' => 1025,
'arrSubjectFomart' => [
'/vodplay/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
'/vodplay/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}'
]
],
'VIDEO_RANK_INDEX_URL' => [

View File

@@ -124,56 +124,56 @@ return [
'description' => '视频详情URL 模板2',
'sfg_id' => 1047,
'arrSubjectFomart' => [
'/vodinfo/{strVideoPinyin}-{intVideoId}',
'/vodinfo/{strPinYin}-{intVId}',
]
],
'VIDEO_INFO_URL_T3' => [
'description' => '视频详情URL 模板3',
'sfg_id' => 1048,
'arrSubjectFomart' => [
'/vod/{strVideoPinyin}-{intVideoId}',
'/vod/{strPinYin}-{intVId}',
]
],
'VIDEO_INFO_URL_T4' => [
'description' => '视频详情URL 模板4',
'sfg_id' => 1049,
'arrSubjectFomart' => [
'/video-info/{strVideoPinyin}-{intVideoId}',
'/video-info/{strPinYin}-{intVId}',
]
],
'VIDEO_INFO_URL_T5' => [
'description' => '视频详情URL 模板5',
'sfg_id' => 1050,
'arrSubjectFomart' => [
'/video-detail/{strVideoPinyin}-{intVideoId}',
'/video-detail/{strPinYin}-{intVId}',
]
],
'VIDEO_INFO_URL_T6' => [
'description' => '视频详情URL 模板6',
'sfg_id' => 1051,
'arrSubjectFomart' => [
'/video/{strVideoPinyin}-{intVideoId}',
'/video/{strPinYin}-{intVId}',
]
],
'VIDEO_INFO_URL_T7' => [
'description' => '视频详情URL 模板7',
'sfg_id' => 1052,
'arrSubjectFomart' => [
'/shipin/{strVideoPinyin}-{intVideoId}',
'/shipin/{strPinYin}-{intVId}',
]
],
'VIDEO_INFO_URL_T8' => [
'description' => '视频详情URL 模板8',
'sfg_id' => 1053,
'arrSubjectFomart' => [
'/shipin-xiangqing/{strVideoPinyin}-{intVideoId}',
'/shipin-xiangqing/{strPinYin}-{intVId}',
]
],
'VIDEO_INFO_URL_T9' => [
'description' => '视频详情URL 模板9',
'sfg_id' => 1054,
'arrSubjectFomart' => [
'/shipin-neiron/{strVideoPinyin}-{intVideoId}',
'/shipin-neiron/{strPinYin}-{intVId}',
]
],
@@ -182,56 +182,56 @@ return [
'description' => '视频播放URL 模板2',
'sfg_id' => 1055,
'arrSubjectFomart' => [
'/vodbf/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
'/vodbf/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}'
]
],
'VIDEO_PLAY_URL_T3' => [
'description' => '视频播放URL 模板3',
'sfg_id' => 1056,
'arrSubjectFomart' => [
'/vodseed/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
'/vodseed/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}'
]
],
'VIDEO_PLAY_URL_T4' => [
'description' => '视频播放URL 模板4',
'sfg_id' => 1057,
'arrSubjectFomart' => [
'/video-play/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
'/video-play/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}'
]
],
'VIDEO_PLAY_URL_T5' => [
'description' => '视频播放URL 模板5',
'sfg_id' => 1058,
'arrSubjectFomart' => [
'/video-bofang/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
'/video-bofang/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
]
],
'VIDEO_PLAY_URL_T6' => [
'description' => '视频播放URL 模板6',
'sfg_id' => 1059,
'arrSubjectFomart' => [
'/video-show/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
'/video-show/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
]
],
'VIDEO_PLAY_URL_T7' => [
'description' => '视频播放URL 模板7',
'sfg_id' => 1060,
'arrSubjectFomart' => [
'/shipin-play/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
'/shipin-play/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
]
],
'VIDEO_PLAY_URL_T8' => [
'description' => '视频播放URL 模板8',
'sfg_id' => 1061,
'arrSubjectFomart' => [
'/shipin-bofang/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
'/shipin-bofang/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
]
],
'VIDEO_PLAY_URL_T9' => [
'description' => '视频播放URL 模板9',
'sfg_id' => 1062,
'arrSubjectFomart' => [
'/shipin-kan/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
'/shipin-kan/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
]
],