Browse Source

生成

Signed-off-by: skywolf627 <skywolf627@qq.com>
skywolf627 2 years ago
parent
commit
164349ed20
1 changed files with 6 additions and 1 deletions
  1. 6 1
      Admin.NET/Admin.NET.Core/Service/Wechat/Dto/WechatInput.cs

+ 6 - 1
Admin.NET/Admin.NET.Core/Service/Wechat/Dto/WechatInput.cs

@@ -1,4 +1,4 @@
-// 大名科技(天津)有限公司版权所有  电话:18020030720  QQ:515096995
+// 大名科技(天津)有限公司版权所有  电话:18020030720  QQ:515096995
 //
 // 此源代码遵循位于源代码树根目录中的 LICENSE 文件的许可证
 
@@ -18,6 +18,11 @@ public class GenAuthUrlInput
     /// Scope
     /// </summary>
     public string Scope { get; set; }
+    
+    /// <summary>
+    /// State
+    /// </summary>
+    public string State { get; set; }
 }
 
 /// <summary>