### 获取微信登录二维码(内嵌式)GetWechatLoginCode
npm install third-login#### 参数说明
- htmlId(必须):对应页面中需要放二维码的位置, 例
#### 使用
在需要展示微信登录二维码的地方调用该方法即可
``shell${window.location.protocol}//${window.location.host}/third-login-callback?isLogin=true
import { GetWechatLoginCode } from 'third-login';
const params = {
htmlId: 'bind-qrcode',
appid: 'xxxxxxxxxx',
redirectUri: ,``
};
GetWechatLoginCode(params);