diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECQIC/ChannelsECQICInspectSubmitConfigGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECQIC/ChannelsECQICInspectSubmitConfigGetRequest.cs index ed389d3e..c86c9494 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECQIC/ChannelsECQICInspectSubmitConfigGetRequest.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECQIC/ChannelsECQICInspectSubmitConfigGetRequest.cs @@ -5,5 +5,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models /// public class ChannelsECQICInspectSubmitConfigGetRequest : WechatApiRequest, IInferable { + /// + /// 获取或设置订单 ID。 + /// + [Newtonsoft.Json.JsonProperty("order_id")] + [System.Text.Json.Serialization.JsonPropertyName("order_id")] + public string? OrderId { get; set; } } } diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECQIC/ChannelsECQICInspectSubmitConfigGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECQIC/ChannelsECQICInspectSubmitConfigGetResponse.cs index 7d5a4f3e..a2dbc922 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECQIC/ChannelsECQICInspectSubmitConfigGetResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECQIC/ChannelsECQICInspectSubmitConfigGetResponse.cs @@ -118,6 +118,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [Newtonsoft.Json.JsonProperty("name")] [System.Text.Json.Serialization.JsonPropertyName("name")] public string Name { get; set; } = default!; + + /// + /// 获取或设置质检机构类别。 + /// + [Newtonsoft.Json.JsonProperty("org_category")] + [System.Text.Json.Serialization.JsonPropertyName("org_category")] + public int OrganizationCategory { get; set; } } }