|
@@ -1627,7 +1627,7 @@ class merchantControl extends SystemControl
|
|
|
else {
|
|
|
$url = 'https://www.xyzshops.cn/plot/days';
|
|
|
}
|
|
|
-
|
|
|
+ Log::record("successful get timestamp url : {$url}", Log::DEBUG);
|
|
|
$data = http_request($url);
|
|
|
if(empty($data)) return [];
|
|
|
preg_match_all('/\d{10}/', $data, $matches);
|
|
@@ -1647,7 +1647,7 @@ class merchantControl extends SystemControl
|
|
|
else {
|
|
|
$url = 'https://www.xyzshops.cn/plot/paths?time_stamp='.$_GET['timestamp'];
|
|
|
}
|
|
|
-
|
|
|
+ Log::record("successful get where url : {$url}", Log::DEBUG);
|
|
|
$data = http_request($url);
|
|
|
preg_match_all('/\d{10}\/[a-z]+\/\d{1,2}\/\d\/\d{2,4}/', $data, $matches);
|
|
|
$conds = $matches[0];
|