mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
C#SDK提交,在window上验证
This commit is contained in:
@@ -30,6 +30,8 @@ namespace SDKCSharp.Request
|
||||
public string BizContent { set => bizContent = value; }
|
||||
public object BizModel { set => bizModel = value; }
|
||||
public string Version { get => version; set => version = value; }
|
||||
public string Charset { get => charset; set => charset = value; }
|
||||
public string SignType { get => signType; set => signType = value; }
|
||||
|
||||
/// <summary>
|
||||
/// 返回接口名
|
||||
|
Reference in New Issue
Block a user