登录方式重构

This commit is contained in:
Aaron
2021-07-19 19:37:35 +08:00
parent 79305d7497
commit b196b5237d
21 changed files with 858 additions and 323 deletions

View File

@ -403,6 +403,13 @@ export function wxappBindingPhone(data) {
return request.post('wxapp/binding', data)
}
/**
* 小程序上传用户头像
*/
export function wxappGetUserInfo (data) {
return request.post('/wxapp/loginAuth', data)
}
/*
* h5切换公众号登陆
* */