This commit is contained in:
你的名字
2025-10-17 13:52:01 +08:00
parent 2910f57bcb
commit 73411438d1
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ use app\Request;
use think\App;
use think\response\Json;
#[ControllerAnnotation(title: '商城商品管理')]
#[ControllerAnnotation(title: 'IP黑名单管理')]
class Blackip extends AdminController
{

View File

@ -14,7 +14,7 @@ use think\response\Json;
use Wolfcode\Ai\Enum\AiType;
use Wolfcode\Ai\Service\AiChatService;
#[ControllerAnnotation(title: '商城商品管理')]
#[ControllerAnnotation(title: '支付订单管理')]
class Order extends AdminController
{