mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-10-07 23:24:36 +08:00
feat(tenpayv3): 随官方更新预约扣费服务直连商户 App 预签约接口模型
This commit is contained in:
@@ -11,5 +11,19 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
||||
[Newtonsoft.Json.JsonProperty("pre_entrustweb_id")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("pre_entrustweb_id")]
|
||||
public string PresignSessionId { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置跳转签约小程序的账号。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("miniprogram_username")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("miniprogram_username")]
|
||||
public string? MiniProgramUsername { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置跳转签约小程序的页面路径。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("miniprogram_path")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("miniprogram_path")]
|
||||
public string? MiniProgramPagePath { get; set; }
|
||||
}
|
||||
}
|
||||
|
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"pre_entrustweb_id": "5778aadY9nltAsZzXixCkFIGYnV2V"
|
||||
"pre_entrustweb_id": "5778aadY9nltAsZzXixCkFIGYnV2V",
|
||||
"miniprogram_username": "gh_xxxxxxxxxxxxx",
|
||||
"miniprogram_path": "pages/index/index?sign_scene=app&domain_type=cn&pre_entrustweb_id=xxxxxxxxxx"
|
||||
}
|
||||
|
Reference in New Issue
Block a user