注册增加注册类型参数
This commit is contained in:
parent
85ffec1293
commit
d47ef54c5d
|
@ -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) => {
|
||||||
|
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue