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")] [Newtonsoft.Json.JsonProperty("openid")]
[System.Text.Json.Serialization.JsonPropertyName("openid")] [System.Text.Json.Serialization.JsonPropertyName("openid")]
public string? OpenId { get; set; } public string? OpenId { get; set; }
/// <summary>
/// 获取或设置员工类型。
/// </summary>
[Newtonsoft.Json.JsonProperty("employee_type")]
[System.Text.Json.Serialization.JsonPropertyName("employee_type")]
public string? EmployeeType { get; set; }
} }
} }

View File

@@ -21,7 +21,8 @@
"bank_card_tail": "0722" "bank_card_tail": "0722"
}, },
"qr_recharge_info": { "qr_recharge_info": {
"openid": "owYiu0WOJdGCYxoHrPabGhI39uT4" "openid": "owYiu0WOJdGCYxoHrPabGhI39uT4",
"employee_type": "ADMIN"
}, },
"accept_time": "2015-05-20T13:29:35+08:00", "accept_time": "2015-05-20T13:29:35+08:00",
"success_time": "2015-05-20T13:29:35+08:00", "success_time": "2015-05-20T13:29:35+08:00",

View File

@@ -21,7 +21,8 @@
"bank_card_tail": "0722" "bank_card_tail": "0722"
}, },
"qr_recharge_info": { "qr_recharge_info": {
"openid": "owYiu0WOJdGCYxoHrPabGhI39uT4" "openid": "owYiu0WOJdGCYxoHrPabGhI39uT4",
"employee_type": "ADMIN"
}, },
"accept_time": "2015-05-20T13:29:35+08:00", "accept_time": "2015-05-20T13:29:35+08:00",
"success_time": "2015-05-20T13:29:35+08:00", "success_time": "2015-05-20T13:29:35+08:00",