Documentation
¶
Overview ¶
Code generated by lark suite oapi sdk gen
Code generated by lark suite oapi sdk gen
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identity ¶
type Identity struct { IdentityName string `json:"identity_name,omitempty"` IdentityCode string `json:"identity_code,omitempty"` Mobile string `json:"mobile,omitempty"` ForceSendFields []string `json:"-"` }
func (*Identity) MarshalJSON ¶
type IdentityCreateReqBody ¶
type IdentityCreateReqBody struct { IdentityName string `json:"identity_name,omitempty"` IdentityCode string `json:"identity_code,omitempty"` Mobile string `json:"mobile,omitempty"` ForceSendFields []string `json:"-"` }
func (*IdentityCreateReqBody) MarshalJSON ¶
func (s *IdentityCreateReqBody) MarshalJSON() ([]byte, error)
type IdentityCreateReqCall ¶
type IdentityCreateReqCall struct {
// contains filtered or unexported fields
}
func (*IdentityCreateReqCall) Do ¶
func (rc *IdentityCreateReqCall) Do() (*IdentityCreateResult, error)
func (*IdentityCreateReqCall) SetUserId ¶
func (rc *IdentityCreateReqCall) SetUserId(userId string)
func (*IdentityCreateReqCall) SetUserIdType ¶
func (rc *IdentityCreateReqCall) SetUserIdType(userIdType string)
type IdentityCreateResult ¶
type IdentityCreateResult struct {
VerifyUid string `json:"verify_uid,omitempty"`
}
type IdentityService ¶
type IdentityService struct {
// contains filtered or unexported fields
}
func (*IdentityService) Create ¶
func (identitys *IdentityService) Create(ctx *core.Context, body *IdentityCreateReqBody, optFns ...request.OptFn) *IdentityCreateReqCall
type Service ¶
type Service struct { Identitys *IdentityService // contains filtered or unexported fields }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.