This commit is contained in:
zpc 2025-09-27 14:23:57 +08:00
parent 6811251e22
commit 361c24b063
6 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@ namespace CoreCms.Net.Core.Config
public static void AddAdminSwaggerSetup(this IServiceCollection services)
{
if (services == null) throw new ArgumentNullException(nameof(services));
var apiName = "核心商城系统管理端";
var apiName = "山雀棋牌管理端";
services.AddSwaggerGen((s) =>
{
@ -80,7 +80,7 @@ namespace CoreCms.Net.Core.Config
public static void AddClientSwaggerSetup(this IServiceCollection services)
{
if (services == null) throw new ArgumentNullException(nameof(services));
var apiName = "核心商城系统接口端";
var apiName = "山雀棋牌接口端";
services.AddSwaggerGen((s) =>
{

View File

@ -116,7 +116,7 @@ namespace CoreCms.Net.Services
NotifyUrl = weChatPayUrl,
TradeType = tradeType,
OpenId = openId,
TimeExpire= DateTime.Now.AddMinutes(5).ToString("yyyyMMddHHmmss")
TimeExpire = DateTime.Now.AddMinutes(5).ToString("yyyyMMddHHmmss")
};
var response = await _client.ExecuteAsync(request, _optionsAccessor.Value);
@ -183,7 +183,7 @@ namespace CoreCms.Net.Services
else
{
jm.status = false;
jm.msg = "退款失败";
jm.msg = "退款失败" + response.ErrCodeDes;
jm.data = response;
}

View File

@ -101,7 +101,7 @@ public class SQReservationRefundJob
}
else
{
await _participantsServices.UpdateAsync(it => new SQReservationParticipants { is_refund = 9, remarks = $"发起退款失败!" + refundInfo.refundId }, it => it.id == participant.id);
await _participantsServices.UpdateAsync(it => new SQReservationParticipants { is_refund = 9, remarks = $"发起退款失败!{refundInfo.refundId},{doRefundRes.msg}" }, it => it.id == participant.id);
}
}
catch (Exception ex)

View File

@ -11,9 +11,9 @@ layui.define(['laytpl', 'layer', 'element', 'util'], function (exports) {
, engine: '.html' //视图文件后缀名
, pageTabs: false //是否开启页面选项卡功能。单页版不推荐开启
, name: '核心商城系统'
, version: 'CoreShop v1.5.5'
, tableName: 'CoreCms' //本地存储表名
, name: '山雀棋牌'
, version: 'sqqp v1.0.0'
, tableName: 'sqqp' //本地存储表名
, MOD_NAME: 'admin' //模块事件名
, debug: true //是否开启调试模式。如开启,接口异常时会抛出异常 URL 等信息

View File

@ -63,8 +63,8 @@
lay-done="layui.element.render('nav', 'layadmin-system-side-menu');layui.data.updateMainBreadcrumb();" id="TPL_layout">
<div class="layui-logo" lay-href="">
<!--<span>{{ layui.setter.name || '核心商城系统' }}</span>-->
<img src="../static/images/common/coreshop.png" style="height: 50px;width: 220px;" />
<span>{{ layui.setter.name || '山雀棋牌' }}</span>
<!-- <img src="../static/images/common/coreshop.png" style="height: 50px;width: 220px;" /> -->
</div>
<ul class="layui-nav layui-nav-tree coreshop-nav-tree" lay-shrink="all" id="LAY-system-side-menu" lay-filter="layadmin-system-side-menu">

View File

@ -19,7 +19,7 @@
<div class="swiper-container pt-5 pb-5">
<div class="swiper-wrapper text-center">
<div class="swiper-slide testimony__slide">
<p class=mb-5><strong class="super-lead color--white">是否有核心,由你来确定。</strong>
<p class=mb-5><strong class="super-lead color--white">山雀棋牌</strong>
</div>
</div>
</div>
@ -28,7 +28,7 @@
<div class="col-lg-5 d-flex align-items-md-baseline py-5 background--light vh-md-100 overflow-auto">
<div class="w-75 mt-3 mt-md-5 mx-auto overflow-hidden px-md-5 px-lg-3">
<header class="mb-5">
<img src='/static/images/common/logo.png' style="height: 80px;">
<h2>后台管理</h2>
</header>
<main class="main">
<div class="form-validate layui-form">
@ -50,7 +50,7 @@
</div>
</main>
<footer class=mt-5>
<small>©2020 - <a href="http://www.coreshop.cn/" target="_blank">CoreShop.Cn</a> All rights reserved. <br><span>推荐使用 <a href="//www.microsoft.com/zh-cn/edge" target=_blank>新版 Microsoft Edge 浏览器</a> 访问本系统</span></small>
<!-- <small>©2020 - <a href="http://www.coreshop.cn/" target="_blank">CoreShop.Cn</a> All rights reserved. <br><span>推荐使用 <a href="//www.microsoft.com/zh-cn/edge" target=_blank>新版 Microsoft Edge 浏览器</a> 访问本系统</span></small> -->
</footer>
</div>
</div>