From fb245f04af0c848128da7d14c61694736b4afde7 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 20 十一月 2025 14:50:46 +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/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs | 69 ++++++++++++++++++++++++++++++++++
1 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/ApiTools.Core/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs b/ApiTools.Core/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs
index 2cf4fdd..86515bc 100644
--- a/ApiTools.Core/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs
+++ b/ApiTools.Core/Utils/WxmpUtils/WxmpGetQrCodeRequest.cs
@@ -106,4 +106,73 @@
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