mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(tenpayv3): 随官方更新平台收付通查询二级商户充值结果接口模型
This commit is contained in:
@@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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",
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user