mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
10 lines
251 B
C#
10 lines
251 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Ads.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /custom_audiences/update 接口的响应。</para>
|
|
/// </summary>
|
|
public class CustomAudiencesUpdateResponse : WechatAdsResponse
|
|
{
|
|
}
|
|
}
|