feat: 新增会员绑定手机号功能

This commit is contained in:
lele0521
2023-12-04 17:19:07 +08:00
parent 25677ced97
commit 20b2ca04f0
4 changed files with 257 additions and 1 deletions

View File

@@ -14,6 +14,17 @@ export function resetByMobile(params) {
});
}
/**
* 绑定手机号码
* @param mobile
*/
export function bindMobile(params) {
return http.request({
url: `/passport/member/bindMobile`,
method: "POST",
params,
});
}
//获取自动发券
export function getAutoCoup(){