Browse Source

小程序授权地址修改

zyh
taozi 3 years ago
parent
commit
fc3aa4b107
  1. 6
      api/user.js

6
api/user.js

@ -404,11 +404,11 @@ export function wxappBindingPhone(data) {
} }
/** /**
* 小程序上传用户头像 * 小程序授权
*/ */
export function wxappGetUserInfo (data) { export function wxappGetUserInfo (data) {
// return request.post('/wxapp/loginAuth', data) return request.post('/wxapp/loginAuth', data)
return request.get('/wechat/auth', data) //return request.get('/wechat/auth', data)
} }
/* /*

Loading…
Cancel
Save