注册
Showing
2 changed files
with
10 additions
and
1 deletions
| ... | @@ -257,6 +257,14 @@ function getInfo() { | ... | @@ -257,6 +257,14 @@ function getInfo() { |
| 257 | }) | 257 | }) |
| 258 | } | 258 | } |
| 259 | 259 | ||
| 260 | // 团队会员用户注册接口 | ||
| 261 | function groupMemberRegister(data) { | ||
| 262 | return request({ | ||
| 263 | url: '/groupMemberRegister', | ||
| 264 | method: 'post', | ||
| 265 | params: data | ||
| 266 | }) | ||
| 267 | } | ||
| 260 | 268 | ||
| 261 | export { | 269 | export { |
| 262 | getNowOpenId, | 270 | getNowOpenId, |
| ... | @@ -271,5 +279,6 @@ export { | ... | @@ -271,5 +279,6 @@ export { |
| 271 | getSmsCode, | 279 | getSmsCode, |
| 272 | h5Login, | 280 | h5Login, |
| 273 | h5LoginAuto, | 281 | h5LoginAuto, |
| 274 | loginByPhone | 282 | loginByPhone, |
| 283 | groupMemberRegister | ||
| 275 | } | 284 | } | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment