Skip to content

Commit

Permalink
[WeChatPay] WeChatPayUnifiedOrderRequest (统一下单) 新增 Receipt (电子发票入口开放标识)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roc committed May 6, 2020
1 parent 9957e0d commit 1260479
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ public class WeChatPayUnifiedOrderRequest : IWeChatPayRequest<WeChatPayUnifiedOr
/// </summary>
public string SubOpenId { get; set; }

/// <summary>
/// 电子发票入口开放标识
/// </summary>
public string Receipt { get; set; }

/// <summary>
/// 场景信息
/// </summary>
Expand Down Expand Up @@ -133,6 +138,7 @@ public IDictionary<string, string> GetParameters()
{ "limit_pay", LimitPay },
{ "openid", OpenId },
{ "sub_openid", SubOpenId },
{ "receipt", Receipt },
{ "scene_info", SceneInfo },
{ "profit_sharing", ProfitSharing }
};
Expand Down

0 comments on commit 1260479

Please sign in to comment.