Skip to content
On this page

JSSDK配置

获取JSSDK配置

url := "https://www.artisan-cloud.com/"
jsapiList := []string{"chooseImage"}
debug := false
beta := false
isJson := false
openTagList := []string{"wx-open-launch-app", "wx-open-launch-weapp"}
OfficialAccountApp.JSSDK.BuildConfig(jsapiList, debug, beta, isJson, openTagList, url)

微信官方文档

TIP

使用示例

参考: PowerWechatTutorial

JSSDK配置 has loaded