现有企业微信应用,想要实现快速转为微信小程序使用。暂时没有合适的代码转换工具,于是使用web-view引入的方式。
创建一个新的微信小程序,首页改为web-view直接引入企业微信应用对应的授权页面(比如https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww2170b959e5dac682&redirect_uri=http://xxx.html&response_type=code&scope=snsapi_base&agentid=xxx&state=xxx#wechat_redirect)。
