feat(tenpayv3): 随官方更新预约扣费服务直连商户 App 预签约接口模型

This commit is contained in:
Fu Diwei
2025-09-24 18:16:21 +08:00
parent bb5f0dbaea
commit da22c4af25
2 changed files with 17 additions and 1 deletions

View File

@@ -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; }
}
}

View File

@@ -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"
}