Table of Contents

Class AppsSubscribeNotificationDeveloperNotifyV1Request

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [POST] /apps/subscribe_notification/developer/v1/notify 接口的请求。

public class AppsSubscribeNotificationDeveloperNotifyV1Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsSubscribeNotificationDeveloperNotifyV1Request
Implements
ICommonRequest
Inherited Members

Constructors

AppsSubscribeNotificationDeveloperNotifyV1Request()

public AppsSubscribeNotificationDeveloperNotifyV1Request()

Properties

AccessToken

获取或设置字节小程序的 AccessToken。

注意:部分第三方平台的接口中该字段表示授权方的 AuthorizerAccessToken。

[JsonPropertyName("access_token")]
public override string? AccessToken { get; set; }

Property Value

string

AppId

获取或设置小程序的 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。

[JsonPropertyName("app_id")]
public string? AppId { get; set; }

Property Value

string

Data

获取或设置模板内容信息。

[JsonPropertyName("data")]
public IDictionary<string, string> Data { get; set; }

Property Value

IDictionary<string, string>

OpenId

获取或设置用户的 OpenId。

[JsonPropertyName("open_id")]
public string OpenId { get; set; }

Property Value

string

PagePath

获取或设置跳转的页面。

[JsonPropertyName("page")]
public string? PagePath { get; set; }

Property Value

string

TemplateId

获取或设置模板 ID。

[JsonPropertyName("tpl_id")]
public string TemplateId { get; set; }

Property Value

string