component

package
v2.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2022 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component struct {
	*openContext.Context
}

Component 快速创建小程序

func NewComponent

func NewComponent(opContext *openContext.Context) *Component

NewComponent new

func (*Component) GetRegistrationStatus

func (component *Component) GetRegistrationStatus(param *GetRegistrationStatusParam) error

GetRegistrationStatus 查询创建任务状态.

type GetRegistrationStatusParam

type GetRegistrationStatusParam struct {
	Name               string `json:"name"`                 // 企业名
	LegalPersonaWechat string `json:"legal_persona_wechat"` // 法人微信号
	LegalPersonaName   string `json:"legal_persona_name"`   // 法人姓名(绑定银行卡)

}

GetRegistrationStatusParam 查询任务创建状态

type RegisterMiniProgramParam

type RegisterMiniProgramParam struct {
	Name               string `json:"name"`                 // 企业名
	Code               string `json:"code"`                 // 企业代码
	CodeType           string `json:"code_type"`            // 企业代码类型 1:统一社会信用代码(18 位) 2:组织机构代码(9 位 xxxxxxxx-x) 3:营业执照注册号(15 位)
	LegalPersonaWechat string `json:"legal_persona_wechat"` // 法人微信号
	LegalPersonaName   string `json:"legal_persona_name"`   // 法人姓名(绑定银行卡)
	ComponentPhone     string `json:"component_phone"`      // 第三方联系电话(方便法人与第三方联系)
}

RegisterMiniProgramParam 快速注册小程序参数

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL