fix hyphen

This commit is contained in:
CHIEFSOFT\ameye
2024-07-09 13:42:20 -04:00
parent b45e4aecca
commit 4c6830f58e
+1 -1
View File
@@ -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";