feat(tenpayv3): 随官方更新平台收付通查询二级商户充值结果接口模型

This commit is contained in:
Fu Diwei
2024-11-05 21:28:45 +08:00
parent 4203fe6111
commit d6c247c908
3 changed files with 11 additions and 2 deletions

View File

@@ -25,6 +25,13 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
[Newtonsoft.Json.JsonProperty("openid")]
[System.Text.Json.Serialization.JsonPropertyName("openid")]
public string? OpenId { get; set; }
/// <summary>
/// 获取或设置员工类型。
/// </summary>
[Newtonsoft.Json.JsonProperty("employee_type")]
[System.Text.Json.Serialization.JsonPropertyName("employee_type")]
public string? EmployeeType { get; set; }
}
}