Versions in this module Expand all Collapse all v2 v2.0.2 Jul 8, 2020 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