mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 04:33:16 +08:00
10 lines
254 B
C#
10 lines
254 B
C#
![]() |
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// <para>表示 [POST] /wedata/wedata_set_user_perm 接口的响应。</para>
|
||
|
/// </summary>
|
||
|
public class WeDataSetUserPermissionResponse : WechatApiResponse
|
||
|
{
|
||
|
}
|
||
|
}
|