added third
This commit was merged in pull request #549.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user