注册微信平台账号
登录微信开放平台网址
微信开放平台网址: https://open.weixin.qq.com/
开发者认证
1.进入账号核心,进行开发者企业认证
2.认证胜利后如截图所示
留神:开发者企业认证和安卓端须要提交的软著公司需统一,否则需提供软著受权协定证实
创立利用
填写根本信息
依照要求填入
填入平台信息
提交审核
审核通过获取appid和appserect
备注: 申请本人须要的能力如受权和分享等
集成应用
将在微信开发者后盾看到的appId和appSerect复制到您的工程中配置微信平台信息的中央(微信和微信朋友圈是雷同的appId和appSecret)
MobSDK { appKey "您的appkey" appSecret "您的appsecrt" ShareSDK { devInfo { Wechat { appId "xxxxxxxxxx" appSecret "xxxxxxxxxxx" userName "xxxxxxx" path "pages/index/index.html?id=1" withShareTicket true miniprogramType 2 } WechatMoments { appId "xxxxxxxxxx" appSecret "xxxxxxxxxx" } ....... } } }