debug
This commit is contained in:
@@ -51,6 +51,7 @@ return [
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
// 'v_publish_date', # 视频创建或更新时间,通常是时间戳或日期时间,表示视频记录的最后修改时间
|
||||
// 'v_id', # 视频的唯一标识符,可能是一个自定义的 ID 或 MongoDB 的 ObjectId
|
||||
// 'v_name', # 视频的名称(中文或其他主要语言的标题)
|
||||
|
||||
@@ -324,6 +324,35 @@ class TemplateSeeder
|
||||
]
|
||||
],
|
||||
|
||||
'VIDEO_CATEGORY_INDEX_URL' => [
|
||||
'description' => '视频分类首页URL 模板1',
|
||||
'sfg_id' => 126,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodtype/{strCategory}',
|
||||
]
|
||||
],
|
||||
'VIDEO_CATEGORY_URL' => [
|
||||
'description' => '视频分类列表URL 模板1',
|
||||
'sfg_id' => 127,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodtype-{strCategory}/{strClass}-{strArea}-{strLang}-{strYear}-{strSort}-page{intPage}',
|
||||
]
|
||||
],
|
||||
'VIDEO_INFO_URL' => [
|
||||
'description' => '视频详情URL 模板1',
|
||||
'sfg_id' => 128,
|
||||
'arrSubjectFomart' => [
|
||||
'/voddetail/{strVideoPinyin}-{intVideoId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL' => [
|
||||
'description' => '视频播放URL 模板1',
|
||||
'sfg_id' => 129,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodplay/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
|
||||
]
|
||||
],
|
||||
|
||||
|
||||
// SEO 丰富内容
|
||||
'INDEX_POPULAR_NOVELS' => [
|
||||
@@ -348,7 +377,42 @@ class TemplateSeeder
|
||||
]
|
||||
],
|
||||
|
||||
// 最新替换模板分组id 119
|
||||
// 最新替换模板分组id 125
|
||||
];
|
||||
|
||||
/**
|
||||
* 替换模板分组 基础数据播种
|
||||
* 视频模板
|
||||
*/
|
||||
$arrVideoSubjectFomartGroupData = [
|
||||
'VIDEO_CATEGORY_INDEX_URL' => [
|
||||
'description' => '视频分类首页URL 模板1',
|
||||
'sfg_id' => 126,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodtype/{strCategory}',
|
||||
]
|
||||
],
|
||||
'VIDEO_CATEGORY_URL' => [
|
||||
'description' => '视频分类列表URL 模板1',
|
||||
'sfg_id' => 127,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodtype-{strCategory}/{strClass}-{strArea}-{strLang}-{strYear}-{strSort}-page{intPage}',
|
||||
]
|
||||
],
|
||||
'VIDEO_INFO_URL' => [
|
||||
'description' => '视频详情URL 模板1',
|
||||
'sfg_id' => 128,
|
||||
'arrSubjectFomart' => [
|
||||
'/voddetail/{strVideoPinyin}-{intVideoId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL' => [
|
||||
'description' => '视频播放URL 模板1',
|
||||
'sfg_id' => 129,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodplay/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user