mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(wxapi): 随官方更新微信小店获取拒绝售后原因接口模型
This commit is contained in:
@@ -29,6 +29,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
[Newtonsoft.Json.JsonProperty("reject_reason")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("reject_reason")]
|
||||
public string? RejectReasonDescription { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置售后拒绝原因适用场景。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("reject_scene")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("reject_scene")]
|
||||
public int RejectScene { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user