update
This commit is contained in:
12
app/Constants/Config.php
Normal file
12
app/Constants/Config.php
Normal 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";
|
||||
}
|
Reference in New Issue
Block a user