Class AppsCapacityBindSelfMountUserV1Response
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/v1/capacity/bind_self_mount_user 接口的响应。
public class AppsCapacityBindSelfMountUserV1Response : ByteDanceMicroAppResponse, ICommonResponse
- Inheritance
-
AppsCapacityBindSelfMountUserV1Response
- Implements
-
ICommonResponse
- Derived
- Inherited Members
Constructors
AppsCapacityBindSelfMountUserV1Response()
public AppsCapacityBindSelfMountUserV1Response()
Properties
ErrorCode
获取字节小程序 API 返回的详细错误号。
[JsonPropertyName("err_no")]
public override long ErrorCode { get; set; }
Property Value
ErrorMessage
获取字节小程序 API 返回的错误描述。
[JsonPropertyName("err_msg")]
public override string? ErrorMessage { get; set; }