e51d7a54 by 华明祺

注册

1 parent 77c7322e
......@@ -256,7 +256,15 @@ function getInfo() {
app.globalData.userInfo = user
})
}
// 团队会员用户注册接口
function groupMemberRegister(data) {
return request({
url: '/groupMemberRegister',
method: 'post',
params: data
})
}
export {
getNowOpenId,
......@@ -271,5 +279,6 @@ export {
getSmsCode,
h5Login,
h5LoginAuto,
loginByPhone
loginByPhone,
groupMemberRegister
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!