添加绑定小程序账号

This commit is contained in:
luofei 2023-05-19 18:33:09 +08:00
parent 8fd02c2695
commit 4788ddabeb

View File

@ -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 {*}