This commit is contained in:
make
2026-01-11 00:14:03 +08:00
parent e23bf61f38
commit b6a533a9dd

View File

@@ -230,6 +230,7 @@ class VideoInfoPage extends BasePage
$arrUpdate = [ $arrUpdate = [
'updated_at' => new \MongoDB\BSON\UTCDateTime(), 'updated_at' => new \MongoDB\BSON\UTCDateTime(),
'v_play_url' => $sortedPlayUrl, 'v_play_url' => $sortedPlayUrl,
'v_name_en' => zhToPinYin($arrPageVideo['v_name']),
]; ];
$this->getVideoModel()->updateOne( $this->getVideoModel()->updateOne(