fix hyphen
This commit is contained in:
@@ -108,7 +108,7 @@ class WrenchJobs extends BaseController
|
||||
if ( isset($out['internal_return'])
|
||||
&& $out["internal_return"] > 0
|
||||
&& isset( $out['offer_code']) ){
|
||||
$endpoint = "INTEREST_MSG_".$in["offer_code"]."-". $out["member_id"];
|
||||
$endpoint = "INTEREST_MSG-".$in["offer_code"]."-". $out["member_id"];
|
||||
log_message('critical', "***** ***** WrenchJobs::sendJobInterest INTEREST_MSG_ = ".$endpoint );
|
||||
$this->saveCache($endpoint,$out,25000);
|
||||
$local_url = "http://".$this->micro_service_net1.":3030/eventInterest";
|
||||
|
||||
Reference in New Issue
Block a user