From c87d61d03b48a6f55c0a0819b9be522f77e3c9a0 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 01 十二月 2025 14:48:40 +0800
Subject: [PATCH] feat:开发

---
 ApiTools.Core/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs |   69 ----------------------------------
 1 files changed, 0 insertions(+), 69 deletions(-)

diff --git a/ApiTools.Core/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs b/ApiTools.Core/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs
index 86515bc..2cf4fdd 100644
--- a/ApiTools.Core/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs
+++ b/ApiTools.Core/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs
@@ -106,73 +106,4 @@
         public string ErrorMessage { get; set; }
 
     }
-
-    /// <summary>
-    /// 鍙戦�佽闃呮秷鎭�
-    /// </summary>
-    public class SendRequest
-    {
-
-        /// <summary>
-        /// 灏忕▼搴忕紪鍙�
-        /// </summary>
-        [JsonProperty("WxmpCode")]
-        [Required]
-        public string WxmpCode { get; set; }
-
-        /// <summary>
-        /// 瑕佹墦寮�鐨勫皬绋嬪簭鐗堟湰銆傛寮忕増涓� "release"锛屼綋楠岀増涓� "trial"锛屽紑鍙戠増涓� "develop"銆傞粯璁ゆ槸姝e紡鐗堛��
-        /// </summary>
-        [JsonProperty("env_version")]
-        public string EnvVersion { get; set; }
-
-        /// <summary>
-        /// 鎵�闇�涓嬪彂鐨勮闃呮ā鏉縤d
-        /// </summary>
-        [JsonProperty("template_id")]
-        [Required]
-        public string template_id { get; set; }
-
-        /// <summary>
-        /// 鐐瑰嚮妯℃澘鍗$墖鍚庣殑璺宠浆椤甸潰锛屼粎闄愭湰灏忕▼搴忓唴鐨勯〉闈€�傛敮鎸佸甫鍙傛暟,锛堢ず渚媔ndex?foo=bar锛夈�傝瀛楁涓嶅~鍒欐ā鏉挎棤璺宠浆
-        /// </summary>
-        [JsonProperty("page")]
-        [Required]
-        public string page { get; set; }
-
-        /// <summary>
-        /// 鎺ユ敹鑰咃紙鐢ㄦ埛锛夌殑 openid
-        /// </summary>
-        [JsonProperty("touser")]
-        [Required]
-        public string touser { get; set; }
-
-        /// <summary>
-        /// 妯℃澘鍐呭锛屾牸寮忓舰濡倇 "phrase3": { "value": "瀹℃牳閫氳繃" }, "name1": { "value": "璁㈤槄" }, "date2": { "value": "2019-12-25 09:42" } }
-        /// </summary>
-        [JsonProperty("data")]
-        [Required]
-        public object data { get; set; }
-
-        [JsonProperty("璺宠浆灏忕▼搴忕被鍨嬶細developer涓哄紑鍙戠増锛泃rial涓轰綋楠岀増锛沠ormal涓烘寮忕増锛涢粯璁や负姝e紡鐗�")]
-        [Required]
-        public string miniprogram_state { get; set; }
-
-        [JsonProperty("杩涘叆灏忕▼搴忔煡鐪嬧�濈殑璇█绫诲瀷锛屾敮鎸亃h_CN(绠�浣撲腑鏂�)銆乪n_US(鑻辨枃)銆亃h_HK(绻佷綋涓枃)銆亃h_TW(绻佷綋涓枃)锛岄粯璁や负zh_CN")]
-        [Required]
-        public string lang { get; set; }
-
-    }
-
-    /// <summary>
-    /// 鍙戦�佽闃呮秷鎭�-缁撴灉
-    /// </summary>
-    public class SendResponse
-    {
-        [JsonProperty("ErrorCode")]
-        public int ErrorCode { get; set; }
-
-        [JsonProperty("errmsg")]
-        public int errmsg { get; set; }
-    }
 }

--
Gitblit v1.9.1