mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-21 19:09:58 +08:00
feat(tenpayv3): 随官方更新发起商家转账接口模型
This commit is contained in:
@@ -115,5 +115,12 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
||||
[Newtonsoft.Json.JsonProperty("transfer_scene_id")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("transfer_scene_id")]
|
||||
public string? TransferSceneId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置通知地址。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("notify_url")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("notify_url")]
|
||||
public string? NotifyUrl { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
"user_id_card": "8609cb22e1774a50a930e414cc71eca06121bcd266335cda230d24a7886a8d9f"
|
||||
}
|
||||
],
|
||||
"transfer_scene_id": "1000"
|
||||
"transfer_scene_id": "1000",
|
||||
"notify_url": "https://www.weixin.qq.com/wxpay/pay.php"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user