会员充值与设置密码

This commit is contained in:
魏啾
2024-05-22 15:13:29 +08:00
parent 75ac4e967c
commit 83413a2776
8 changed files with 1828 additions and 89 deletions

View File

@@ -149,4 +149,10 @@ export default {
upUserInfo(data) {
return uni.api.post("/login/upUserInfo", data);
},
loginresetPwd(data) { // 重置资金密码
return uni.api.post("/login/resetPwd", data);
},
paygetActive(data) { // 获取充值活动
return uni.api.get("/pay/getActive", data);
},
}