收藏
回答

小程序获取到的手机号里面带有“****”,请问是什么情况?

const loginCode = await this.getWxMiniProgramCode();

const params = {

code: loginCode,

encryptedPhoneData: encryptedData,

phoneIv: iv,

uid: currentUid,

lx: currentLx, // 添加lx参数

type: 'wechat_mini',

deviceId: this.deviceInfo.deviceId

};

res = await getWechatLogin(params);

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容