Skip to content

Commit

Permalink
[WeChatPay-V2] UnifiedOrderNotify 增加 sign_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Roc committed Dec 18, 2020
1 parent 3b76da9 commit 0f79c74
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -77,6 +77,12 @@ public class WeChatPayUnifiedOrderNotify : WeChatPayNotify
[XmlElement("sign")]
public string Sign { get; set; }

/// <summary>
/// 签名类型
/// </summary>
[XmlElement("sign_type")]
public string SignType { get; set; }

/// <summary>
/// 业务结果
/// </summary>
Expand Down

0 comments on commit 0f79c74

Please sign in to comment.