|
@@ -11,12 +11,12 @@ export const postWxCode = data => {
|
|
|
* 点击授权获取用户信息 mini
|
|
* 点击授权获取用户信息 mini
|
|
|
*/
|
|
*/
|
|
|
export const getWxInfo = data => {
|
|
export const getWxInfo = data => {
|
|
|
- return https.post('/user/mini-full-info', data)
|
|
|
|
|
|
|
+ return https.post('/admin/mini-full-info', data)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/** *
|
|
/** *
|
|
|
* 点击授权获取手机号 mini
|
|
* 点击授权获取手机号 mini
|
|
|
*/
|
|
*/
|
|
|
export const getWxPhone = data => {
|
|
export const getWxPhone = data => {
|
|
|
- return https.post('/user/mini-mobile', data)
|
|
|
|
|
|
|
+ return https.post('/admin/mini-mobile', data)
|
|
|
}
|
|
}
|