From 1d03ddefc1b5458eede592d5b5780c3c2b10dfca Mon Sep 17 00:00:00 2001
From: lijin <17408817@qq.com>
Date: 星期四, 20 十一月 2025 09:05:16 +0800
Subject: [PATCH] Merge branch 'dev-818-3.4.2.12' of http://120.26.58.240:8888/r/ApiTools into dev-818-3.4.2.12

---
 ApiTools.Core/Models/WxmpUtils/Commands/SaveWxSettingCommand.cs |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/ApiTools.Core/Models/WxmpUtils/Commands/SaveWxSettingCommand.cs b/ApiTools.Core/Models/WxmpUtils/Commands/SaveWxSettingCommand.cs
new file mode 100644
index 0000000..b316f80
--- /dev/null
+++ b/ApiTools.Core/Models/WxmpUtils/Commands/SaveWxSettingCommand.cs
@@ -0,0 +1,36 @@
+锘縰sing MediatR;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ApiTools.Core
+{
+    /// <summary>
+    /// 淇濆瓨寰俊閰嶇疆
+    /// </summary>
+    [Resource([EnumResourceController.CommonServerWxUtils], Method = EnumResourceMethod.Post)]
+    public class SaveWxSettingCommand : IRequest<Guid>
+    {
+        /// <summary>
+        /// 缂栧彿
+        /// </summary>
+        public string Code { get; set; }
+
+        /// <summary>
+        /// 灏忕▼搴廔D
+        /// </summary>
+        public string AppId { get; set; }
+
+        /// <summary>
+        /// 灏忕▼搴忓瘑閽�
+        /// </summary>
+        public string AppSecret { get; set; }
+
+        /// <summary>
+        /// 鐗堟湰
+        /// </summary>
+        public string EnvVersion { get; set; }
+    }
+}

--
Gitblit v1.9.1