注册增加注册类型参数

This commit is contained in:
TOP糯米 2023-04-03 14:14:15 +08:00
parent 85ffec1293
commit d47ef54c5d
2 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,7 @@ export default {
password: user.password, password: user.password,
openid: user.openId, openid: user.openId,
verification_code: verificationCode, verification_code: verificationCode,
register_type: user.registerType,
types: 2, types: 2,
} }
}).then((response) => { }).then((response) => {

View File

@ -237,6 +237,7 @@ export default {
mobile: this.mobile, mobile: this.mobile,
password: this.password, password: this.password,
openId: this.openId, openId: this.openId,
registerType: 0,
}, },
this.verificationCode this.verificationCode
) )