added third

This commit was merged in pull request #549.
This commit is contained in:
2024-01-23 09:33:56 +01:00
parent 926837c656
commit 8139fbb090
15 changed files with 743 additions and 597 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import Axios from "axios";
import { apiConst } from "../lib/apiConst";
class SiteService {
constructor() {
@@ -32,7 +33,7 @@ class SiteService {
uid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
action: 22015,
action: apiConst.WRENCHBOARD_FAMILY_ADD,
...reqData,
};
return this.postAuxEnd("/familyadd", postData);