mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(wxapi): 随官方更新视频号小店绑定送检信息接口模型
This commit is contained in:
@@ -147,6 +147,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||||||
[Newtonsoft.Json.JsonProperty("inspect_org_name")]
|
[Newtonsoft.Json.JsonProperty("inspect_org_name")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("inspect_org_name")]
|
[System.Text.Json.Serialization.JsonPropertyName("inspect_org_name")]
|
||||||
public string InspectOrganizationName { get; set; } = string.Empty;
|
public string InspectOrganizationName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取或设置备注。
|
||||||
|
/// </summary>
|
||||||
|
[Newtonsoft.Json.JsonProperty("remark")]
|
||||||
|
[System.Text.Json.Serialization.JsonPropertyName("remark")]
|
||||||
|
public string Remark { get; set; } = string.Empty;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
"inspect_org_id": "001",
|
"inspect_org_id": "001",
|
||||||
"inspect_org_name": "中质",
|
"inspect_org_name": "中质",
|
||||||
"warehouse_name": "xxx",
|
"warehouse_name": "xxx",
|
||||||
"warehouse_addr": "kklmp"
|
"warehouse_addr": "kklmp",
|
||||||
|
"remark": "xx"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user