This commit is contained in:
make
2026-01-09 19:21:52 +08:00
parent 90fc16fbc3
commit 20008dbf97
6 changed files with 33 additions and 9 deletions

View File

@@ -158,6 +158,7 @@ if ($strTmpCode == 'videoGpt1') {
case 'play':
$register($route, 'video/getVideoPlayUrl.html', [
'intVId' => '\d+',
'strPinyin' => '[\w-]+',
'intPlayIndex' => '\d+'
]);
break;