mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 08:37:22 +08:00
10 lines
267 B
C#
10 lines
267 B
C#
![]() |
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// <para>表示 [POST] /cgi-bin/advanced_api/cancel_order 接口的响应。</para>
|
||
|
/// </summary>
|
||
|
public class CgibinAdvancedApiCancelOrderResponse : WechatWorkResponse
|
||
|
{
|
||
|
}
|
||
|
}
|