Merge pull request '登录免授权' (#14) from answer/zyEtMAll-mobile:wss into master
Reviewed-on: #14
This commit is contained in:
commit
7b4eaf3219
@ -95,6 +95,22 @@ const AuthUtil = {
|
||||
},
|
||||
});
|
||||
},
|
||||
// 查询
|
||||
checkLogin: (type, code, state) => {
|
||||
return request({
|
||||
url: '/member/auth/checkLogin',
|
||||
method: 'POST',
|
||||
data: {
|
||||
type,
|
||||
code,
|
||||
state,
|
||||
},
|
||||
custom: {
|
||||
showSuccess: true,
|
||||
// loadingMsg: '查询中',
|
||||
},
|
||||
});
|
||||
},
|
||||
// 微信小程序的一键登录
|
||||
weixinMiniAppLogin: (phoneCode, loginCode, state) => {
|
||||
return request({
|
||||
|
Loading…
x
Reference in New Issue
Block a user