comment extra wallet

This commit is contained in:
CHIEFSOFT\ameye
2024-10-16 22:12:09 -04:00
parent 99ee13ab80
commit 9c3f39c228
+4 -2
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,6 +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,
@@ -334,6 +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);
}