From 47e03d0aa72b6bd1c62c4ecff0c25289890f7abc Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Wed, 12 Feb 2025 10:49:17 +0800
Subject: [PATCH] refactor(mall): 根据系统配置选择不同的物流服务接口 - 在 AdminMallOrderService 和 CommonService 中添加了根据系统配置选择物流服务接口的逻辑 - 新增了 SENDER_STATE 数据字典项,用于控制使用测试环境还是生产环境的物流服务 - 根据系统配置,选择不同的 ClientParamEnum 实例来调用
---
src/main/resources/templates/febs/views/modules/system/faPiao.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/system/faPiao.html b/src/main/resources/templates/febs/views/modules/system/faPiao.html
index d12dcaf..016ac60 100644
--- a/src/main/resources/templates/febs/views/modules/system/faPiao.html
+++ b/src/main/resources/templates/febs/views/modules/system/faPiao.html
@@ -11,7 +11,7 @@
<!-- <input type="radio" name="giveState" value="2" title="关闭" lay-filter="giveStateOpen" checked/>-->
<!-- </div>-->
<!-- </div>-->
- <div class="layui-form-item activityBulletin-input febs-hide">
+ <div class="layui-form-item">
<label class="layui-form-label">回调地址:</label>
<div class="layui-input-block">
<input id="callbackUrl" type="text" name="callbackUrl" placeholder="" autocomplete="off" class="layui-input">
--
Gitblit v1.9.1