Class AppsMessageCustomSendResponse
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/message/custom/send 接口的响应。
public class AppsMessageCustomSendResponse : ByteDanceMicroAppResponse, ICommonResponse
- Inheritance
-
AppsMessageCustomSendResponse
- Implements
-
ICommonResponse
- Inherited Members
Constructors
AppsMessageCustomSendResponse()
public AppsMessageCustomSendResponse()
Properties
ErrorCode
获取字节小程序 API 返回的详细错误号。
[JsonPropertyName("errno")]
public override long ErrorCode { get; set; }