hyperf-chat/app/Constant/FileDriveConstant.php

11 lines
157 B
PHP

<?php
declare(strict_types=1);
namespace App\Constant;
class FileDriveConstant
{
const Local = 1; // 本地系统
const Cos = 2; // Cos 存储
}