From ed314d07e2a9c9c5fb3434151b55aa9d16939bb1 Mon Sep 17 00:00:00 2001 From: zpc Date: Wed, 23 Jul 2025 01:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CoreCms.Net.Web.WebApi/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CoreCms.Net.Web.WebApi/appsettings.json b/src/CoreCms.Net.Web.WebApi/appsettings.json index ea3c6f7..3109df4 100644 --- a/src/CoreCms.Net.Web.WebApi/appsettings.json +++ b/src/CoreCms.Net.Web.WebApi/appsettings.json @@ -16,8 +16,8 @@ //Swagger授权访问设置 "SwaggerConfig": { "RoutePrefix": "doc", //路由地址,默认doc - "UserName": "123", - "PassWord": "123" + "UserName": "gy", + "PassWord": "gy" }, "AppConfig": { "AppUrl": "https://admin.demo.coreshop.cn/", //后端管理地址