注册增加注册类型参数
This commit is contained in:
parent
85ffec1293
commit
d47ef54c5d
|
@ -149,6 +149,7 @@ export default {
|
|||
password: user.password,
|
||||
openid: user.openId,
|
||||
verification_code: verificationCode,
|
||||
register_type: user.registerType,
|
||||
types: 2,
|
||||
}
|
||||
}).then((response) => {
|
||||
|
|
|
@ -237,6 +237,7 @@ export default {
|
|||
mobile: this.mobile,
|
||||
password: this.password,
|
||||
openId: this.openId,
|
||||
registerType: 0,
|
||||
},
|
||||
this.verificationCode
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue