Documentation ¶
Overview ¶
Package wechat 微信小程序/小游戏管理
Index ¶
- func AppletCreate(clt *core.SDKClient, accessToken string, req *wechat.AppletCreateRequest) (uint64, error)
- func AppletList(clt *core.SDKClient, accessToken string, req *wechat.AppletListRequest) (*wechat.AppletListResult, error)
- func AppletUpdate(clt *core.SDKClient, accessToken string, req *wechat.AppletUpdateRequest) (*wechat.AppletUpdateResult, error)
- func GameCreate(clt *core.SDKClient, accessToken string, req *wechat.GameCreateRequest) (*wechat.WechatGame, error)
- func GameList(clt *core.SDKClient, accessToken string, req *wechat.GameListRequest) (*wechat.GameListResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppletCreate ¶ added in v1.17.3
func AppletCreate(clt *core.SDKClient, accessToken string, req *wechat.AppletCreateRequest) (uint64, error)
AppletCreate 创建微信小程序
func AppletList ¶
func AppletList(clt *core.SDKClient, accessToken string, req *wechat.AppletListRequest) (*wechat.AppletListResult, error)
AppletList 获取微信小程序列表
func AppletUpdate ¶ added in v1.17.3
func AppletUpdate(clt *core.SDKClient, accessToken string, req *wechat.AppletUpdateRequest) (*wechat.AppletUpdateResult, error)
AppletUpdate 更新微信小程序
func GameCreate ¶ added in v1.17.3
func GameCreate(clt *core.SDKClient, accessToken string, req *wechat.GameCreateRequest) (*wechat.WechatGame, error)
GameCreate 创建微信小游戏
func GameList ¶
func GameList(clt *core.SDKClient, accessToken string, req *wechat.GameListRequest) (*wechat.GameListResult, error)
GameList 获取微信小游戏列表
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.