wallet array
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user