花生币换成天医币

This commit is contained in:
wuchunlei
2024-08-30 13:08:41 +08:00
parent 9eefe13021
commit 66fcf9a34d
2 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ public class UserVipController {
return R.error("积分不足");
}
}else {
return R.error("花生币不足");
return R.error("天医币不足");
}
}
@@ -107,7 +107,7 @@ public class UserVipController {
return R.error("积分不足");
}
}else {
return R.error("花生币不足");
return R.error("天医币不足");
}
}