mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 13:26:42 +08:00
13 lines
319 B
C#
13 lines
319 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// <para>表示 [POST] /cgi-bin/service/get_provider_token 接口的请求。</para>
|
|||
|
/// </summary>
|
|||
|
public class CgibinServiceGetProviderTokenRequest : WechatWorkRequest
|
|||
|
{
|
|||
|
}
|
|||
|
}
|