Versions in this module Expand all Collapse all v2 v2.1.8 Mar 10, 2024 Changes in this version + type Component struct + func NewComponent(opContext *openContext.Context) *Component + func (component *Component) GetRegistrationStatus(param *GetRegistrationStatusParam) error + func (component *Component) RegisterMiniProgram(param *RegisterMiniProgramParam) error + type GetRegistrationStatusParam struct + LegalPersonaName string + LegalPersonaWechat string + Name string + type RegisterMiniProgramParam struct + Code string + CodeType string + ComponentPhone string + LegalPersonaName string + LegalPersonaWechat string + Name string