hyperf-chat/app/Constants/FileDriveConstant.php

11 lines
158 B
PHP
Raw Normal View History

2022-01-16 10:29:16 +08:00
<?php
declare(strict_types=1);
namespace App\Constants;
class FileDriveConstant
{
const Local = 1; // 本地系统
const Cos = 2; // Cos 存储
}