登录和个人中心修改手机号,重置页面绑定手机号
This commit is contained in:
@@ -2,6 +2,9 @@ export default {
|
||||
userwxlogin(data) { //登录
|
||||
return uni.api.post("/login/wx/custom/login", data);
|
||||
},
|
||||
userwxlogins(data) { // 获取手机号
|
||||
return uni.api.post("/login/getPhoneNumber", data);
|
||||
},
|
||||
loginapplogin(data) { //APP登录(登录即注册)
|
||||
return uni.api.post("/login/app/login", data);
|
||||
},
|
||||
@@ -170,7 +173,7 @@ export default {
|
||||
return uni.api.get("/login/mpdifyPwd", data);
|
||||
},
|
||||
cashierServicesong(data) { // 获取所有歌曲,支持搜索及分页
|
||||
return uni.api.get("/song", data,false);
|
||||
return uni.api.get("/song", data, false);
|
||||
},
|
||||
cashierServicerecord(data) { // 点歌记录
|
||||
return uni.api.get("/song/record", data);
|
||||
|
||||
Reference in New Issue
Block a user