feat(wxapi): 随官方更新视频号小店绑定送检信息接口模型

This commit is contained in:
Fu Diwei 2024-11-04 20:12:52 +08:00
parent 7546a02dfe
commit 3313dd3240
2 changed files with 9 additions and 1 deletions

View File

@ -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;
}
}

View File

@ -14,6 +14,7 @@
"inspect_org_id": "001",
"inspect_org_name": "中质",
"warehouse_name": "xxx",
"warehouse_addr": "kklmp"
"warehouse_addr": "kklmp",
"remark": "xx"
}
}