Files
backend/app/Constants/Config.php
toom1996 2f985d9f6f update
2025-06-18 15:12:42 +08:00

12 lines
221 B
PHP

<?php
namespace App\Constants;
use Hyperf\Constants\AbstractConstants;
#[Constants]
class Config extends AbstractConstants
{
//以下为图片业务自定义常量
public const DOMAIN = "https://seo.23cm.cn";
}