wallet array

This commit is contained in:
CHIEFSOFT\ameye
2024-10-16 22:28:30 -04:00
parent 9c3f39c228
commit 5abd8f4037
+4 -4
View File
@@ -240,7 +240,7 @@ class WrenchWallet extends BaseController
$local_url = "http://".$this->micro_service_net1.":3037/getkidswallets";
$out = $this->APIcall('GET', $local_url, $in);
}
/*
$out["result_list"][] = [
"amount" => 0,
"id" => 1,
@@ -260,7 +260,7 @@ class WrenchWallet extends BaseController
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg',
"icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/card.png'
];
*/
/* */
$out["wallet_cards"] = [];
return $this->respond( $this->summaryReturnData($in,$out), 200);
}
@@ -277,7 +277,7 @@ class WrenchWallet extends BaseController
$out = $this->APIcall('GET', $local_url, $in);
$this->saveCache($endpoint,$out,1500);
}
/*
$out["result_list"][] = [
"amount" => 0,
"id" => 1,
@@ -335,7 +335,7 @@ class WrenchWallet extends BaseController
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg',
"icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/point.png'
];
*/
/**/
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");
return $this->respond( $this->summaryReturnData($in,$out), 200);
}