package
Version:
v3.0.48
Opens a new window with list of versions in this module.
Published: Jul 12, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type GetRegistrationStatus struct {
Name string `json:"name"`
LegalPersonaWechat string `json:"legal_persona_wechat"`
LegalPersonaName string `json:"legal_persona_name"`
}
type RequestRegisterMiniProgram struct {
Name string `json:"name"`
Code string `json:"code"`
CodeType int `json:"code_type"`
LegalPersonaWechat string `json:"legal_persona_wechat"`
LegalPersonaName string `json:"legal_persona_name"`
ComponentPhone string `json:"component_phone"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.