mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-18 14:16:22 +08:00
10 lines
304 B
C#
10 lines
304 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /cgi-bin/card/invoice/reimburse/updateinvoicestatus 接口的响应。</para>
|
|
/// </summary>
|
|
public class CgibinCardInvoiceReimburseUpdateInvoiceStatusResponse : WechatWorkResponse
|
|
{
|
|
}
|
|
}
|