Versions in this module Expand all Collapse all v2 v2.0.2 Jan 15, 2024 Changes in this version + type OpenPlatform struct + func NewOpenPlatform(cfg *config.Config) *OpenPlatform + func (openPlatform *OpenPlatform) GetAccountManager() *account.Account + func (openPlatform *OpenPlatform) GetMiniProgram(appID string) *miniprogram.MiniProgram + func (openPlatform *OpenPlatform) GetOfficialAccount(appID string) *officialaccount.OfficialAccount + func (openPlatform *OpenPlatform) GetServer(req *http.Request, writer http.ResponseWriter) *server.Server