|
@@ -202,7 +202,7 @@ class refill_analysisControl extends SystemControl
|
|
|
if(!empty($_GET['quality'])){
|
|
|
$cond['qualitys'] = $_GET['quality'];
|
|
|
}
|
|
|
- $url = $this->ANALYSIS_URL . 'plot/channels';
|
|
|
+ $url = $this->ANALYSIS_URL . '/plot/channels';
|
|
|
Log::record("analysis get provider_data url : {$url}", Log::DEBUG);
|
|
|
$resp = http_request($url);
|
|
|
preg_match_all('/[a-z]+_*[a-z]*/', $resp, $matches);
|
|
@@ -225,7 +225,7 @@ class refill_analysisControl extends SystemControl
|
|
|
public function merchant_dataOp()
|
|
|
{
|
|
|
$cond = [];
|
|
|
- $url = $this->ANALYSIS_URL . 'plot/mchids';
|
|
|
+ $url = $this->ANALYSIS_URL . '/plot/mchids';
|
|
|
Log::record("analysis get merchant_data url : {$url}", Log::DEBUG);
|
|
|
$resp = http_request($url);
|
|
|
preg_match_all('/\d{2,6}/', $resp, $matches);
|