hospital-applets-api/app/Services/VideoService.php
2024-01-30 11:03:40 +08:00

10 lines
155 B
PHP

<?php
namespace App\Services;
use App\Exception\BusinessException;
use Extend\TencentVideo\Safe as VideoSafe;
class VideoService extends BaseService
{
}