添加绑定小程序账号
This commit is contained in:
parent
8fd02c2695
commit
4788ddabeb
@ -65,6 +65,15 @@ export function login(data) {
|
||||
noAuth: true
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 绑定小程序账号
|
||||
* @param data object 小程序用户登陆信息
|
||||
*/
|
||||
export function bindMp(data) {
|
||||
return request.post("auth/bindMp", data, {
|
||||
noAuth: true
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 分享
|
||||
* @returns {*}
|
||||
|
Loading…
x
Reference in New Issue
Block a user