|
...
|
...
|
@@ -266,6 +266,8 @@ class LoginController extends BaseController |
|
|
|
preg_match_all('/\"https:\/\/admin.item.globalso.site\/a\/image\/(.*?)\"/', $v['html'], $matches);
|
|
|
|
if (!empty($matches[1])) {
|
|
|
|
$srcValues = $matches[1];
|
|
|
|
var_dump($srcValues);
|
|
|
|
die();
|
|
|
|
$imageModel = new Image();
|
|
|
|
$html = $v['html'];
|
|
|
|
foreach ($srcValues as $srcValue) {
|
...
|
...
|
|