refer list ofset

This commit is contained in:
CHIEFSOFT\ameye
2024-11-28 06:01:59 -05:00
parent 66bfe4be82
commit b25a9c154b
+2 -2
View File
@@ -618,8 +618,8 @@ class usersService {
uid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
offset: 1,
limit: 100,
offset: 0,
limit: 140,
action: apiConst.WRENCHBOARD_ACCOUNT_REFFERHX,
};
return this.postAuxEnd("/refferhx", postData);