mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
feat(wxapi): 随官方更新视频号小店绑定送检信息接口模型
This commit is contained in:
parent
7546a02dfe
commit
3313dd3240
@ -147,6 +147,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
[Newtonsoft.Json.JsonProperty("inspect_org_name")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("inspect_org_name")]
|
||||
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_name": "中质",
|
||||
"warehouse_name": "xxx",
|
||||
"warehouse_addr": "kklmp"
|
||||
"warehouse_addr": "kklmp",
|
||||
"remark": "xx"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user