diff --git a/CoreCms.Net.Task/HangfireDispose.cs b/CoreCms.Net.Task/HangfireDispose.cs index a09a3b9..2dfe371 100644 --- a/CoreCms.Net.Task/HangfireDispose.cs +++ b/CoreCms.Net.Task/HangfireDispose.cs @@ -65,8 +65,8 @@ namespace CoreCms.Net.Task //定时刷新获取微信AccessToken RecurringJob.AddOrUpdate(s => s.Execute(), "0 0/4 * * * ? ", TimeZoneInfo.Local); // 每2分钟刷新获取微信AccessToken - //每天5点定时刷新用户余额 - RecurringJob.AddOrUpdate(s => s.Execute(), "0 0 5 * * ?", TimeZoneInfo.Local); + //每月1号凌晨3点刷新用户余额 + RecurringJob.AddOrUpdate(s => s.Execute(), "0 0 3 1 * ?", TimeZoneInfo.Local); } diff --git a/CoreCms.Net.Web.Admin/wwwroot/index.html b/CoreCms.Net.Web.Admin/wwwroot/index.html index 9f742e2..5d5480f 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/index.html @@ -2,9 +2,9 @@ - 核心商城(CoreShop)后台管理 - - + 雨宝庄严-后台管理 + + diff --git a/CoreCms.Net.Web.WebApi/wwwroot/favicon.ico b/CoreCms.Net.Web.WebApi/wwwroot/favicon.ico deleted file mode 100644 index c898123..0000000 Binary files a/CoreCms.Net.Web.WebApi/wwwroot/favicon.ico and /dev/null differ diff --git a/CoreCms.Net.Web.WebApi/wwwroot/index.html b/CoreCms.Net.Web.WebApi/wwwroot/index.html index 3f7e3a6..11535a3 100644 --- a/CoreCms.Net.Web.WebApi/wwwroot/index.html +++ b/CoreCms.Net.Web.WebApi/wwwroot/index.html @@ -3,27 +3,80 @@ - 核心商城(CoreShop)系统社区版接口端管理 + API - - + + -
恭喜您,核心商城(CoreShop)系统社区版接口端部署成功!!!
+
API部署成功!!!
请访问组件地址测试是否正常:

|- HangFire    定制任务 【点击前往

@@ -36,8 +89,6 @@

5、如果无法访问接口,请检查【1、数据库配置是否正常】【2、Redis是否配置正常并可正常链接使用】【3、Mysql数据库请保持5.7+版本】【4、站点日志文件夹写入权限】。

6、如果第三方请求接口服务获取不到数据,Debug提示【Access-Control-Allow-Origin】的错误,表示为跨域问题,请打开【appsettings.json】文件在【Cors】节点设置请求白名单。

- + \ No newline at end of file diff --git a/CoreCms.Net.Web.WebApi/wwwroot/static/images/logo.png b/CoreCms.Net.Web.WebApi/wwwroot/static/images/logo.png deleted file mode 100644 index 6f53958..0000000 Binary files a/CoreCms.Net.Web.WebApi/wwwroot/static/images/logo.png and /dev/null differ