Merge branch 'master' into cyl/master-0804

cyl/master-0804
jscyl13849007907 4 months ago
commit 0f33935b6d

@ -27,12 +27,12 @@ export default {
if (uni.getStorageSync("TEMPORARY_CODE")) {
let wxRes = uni.getStorageSync("TEMPORARY_CODE");
that.G.Get(
that.api.login_wechat,
that.api.login_wechat,
{
openId: wxRes.openId,
tel: wxRes.phoneNumber,
unionid: wxRes.unionid,
createFakerAgency: 1,
createFakerAgency: 1,
},
(res) => {
console.log("res", res);

Loading…
Cancel
Save