fix api call
This commit is contained in:
@@ -18,7 +18,7 @@ class WrenchWallet extends BaseController
|
|||||||
public function apigate(){
|
public function apigate(){
|
||||||
log_message('critical', "0001");
|
log_message('critical', "0001");
|
||||||
header('Access-Control-Allow-Origin: *');
|
header('Access-Control-Allow-Origin: *');
|
||||||
log_message('critical', "WrenchBanners Path GATE 001");
|
log_message('critical', "WrenchWallet Path GATE 001");
|
||||||
$call_backend = true;
|
$call_backend = true;
|
||||||
|
|
||||||
header("Access-Control-Allow-Headers: Origin, X-API-KEY, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Access-Control-Allow-Headers, Authorization, observe, enctype, Content-Length, X-Csrf-Token");
|
header("Access-Control-Allow-Headers: Origin, X-API-KEY, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Access-Control-Allow-Headers, Authorization, observe, enctype, Content-Length, X-Csrf-Token");
|
||||||
@@ -94,10 +94,11 @@ class WrenchWallet extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch($endpoint) {
|
switch($endpoint) {
|
||||||
case 'familybanners':
|
case 'redeemoptions':
|
||||||
$in["action"] = 'familybanners'; //WRENCHBOARD_ACCOUNT_JOBLIST;
|
$in["action"] = 'redeemoptions'; //WRENCHBOARD_ACCOUNT_JOBLIST;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
$in["action"] = 'redeemoptions'; //WRENCHBOARD_ACCOUNT_JOBLIST;
|
||||||
|
|
||||||
if ( $call_backend == true && $in["action"] !='' ){
|
if ( $call_backend == true && $in["action"] !='' ){
|
||||||
$local_url = "http://".$micro_service_net1.":3037/redeemoptions";
|
$local_url = "http://".$micro_service_net1.":3037/redeemoptions";
|
||||||
@@ -108,6 +109,8 @@ class WrenchWallet extends BaseController
|
|||||||
$out = $local_out;
|
$out = $local_out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$this->doCacheStep($in, $out);
|
$this->doCacheStep($in, $out);
|
||||||
$final_out = $out; // start from all out
|
$final_out = $out; // start from all out
|
||||||
$final_out["environment"] = $current_env + 0; // force convert to interger = $this->getSiteConfigurations("system.live");
|
$final_out["environment"] = $current_env + 0; // force convert to interger = $this->getSiteConfigurations("system.live");
|
||||||
|
|||||||
Reference in New Issue
Block a user