This commit is contained in:
toom1996
2025-06-18 15:12:42 +08:00
parent ce68974b58
commit 2f985d9f6f
3 changed files with 15 additions and 2 deletions

12
app/Constants/Config.php Normal file
View File

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