Versions in this module Expand all Collapse all v2 v2.1.8 Mar 10, 2024 Changes in this version + type AccountBasicInfo struct + type Basic struct + func NewBasic(opContext *openContext.Context, appID string) *Basic + func (basic *Basic) CheckNickName(nickname string) (*CheckNickNameResp, error) + func (basic *Basic) GetAccountBasicInfo() (*AccountBasicInfo, error) + func (basic *Basic) GetSearchStatus(signature string) (*GetSearchStatusResp, error) + func (basic *Basic) SetHeadImage(imgMediaID string) error + func (basic *Basic) SetHeadImageFull(param *SetHeadImageParam) error + func (basic *Basic) SetNickName(nickname string) (*SetNickNameResp, error) + func (basic *Basic) SetNickNameFull(param *SetNickNameParam) (*SetNickNameResp, error) + func (basic *Basic) SetSearchStatus(status int) error + func (basic *Basic) SetSignature(signature string) error + type CheckNickNameResp struct + HitCondition bool + Wording string + type GetSearchStatusResp struct + Status int + type SetHeadImageParam struct + HeadImageMediaID string + X1 string + X2 string + Y1 string + Y2 string + type SetHeadImageResp struct + type SetNickNameParam struct + IDCard string + License string + NameingOtherStuff1 string + NameingOtherStuff2 string + NameingOtherStuff3 string + NameingOtherStuff4 string + NameingOtherStuff5 string + NickName string + type SetNickNameResp struct + AuditID int64 + Wording string + type SetSearchStatusResp struct + type SetSignatureResp struct