matched dev-users wallet API payload as same with app-dev #820
@@ -109,6 +109,7 @@ export const apiConst = {
|
||||
WRENCHBOARD_GETUSER_SETTINGS: 11059,
|
||||
|
||||
WRENCHBOARD_ACCOUNT_WALLETS: 11060,
|
||||
WRENCHBOARD_WALLET: 11200,
|
||||
|
||||
WRENCHBOARD_ACCOUNT_TOPUP_RESULT: 11061,
|
||||
WRENCHBOARD_ACCOUNT_PREPARE_TOPUP: 11062,
|
||||
|
||||
@@ -125,6 +125,9 @@ class usersService {
|
||||
uid: localStorage.getItem("uid"),
|
||||
member_id: localStorage.getItem("member_id"),
|
||||
sessionid: localStorage.getItem("session_token"),
|
||||
action: apiConst.WRENCHBOARD_WALLET,
|
||||
limit: 20,
|
||||
page: 1
|
||||
};
|
||||
return this.postAuxEnd("/wallets", postData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user