作者 lyh

gx

... ... @@ -127,10 +127,10 @@ class LoginController extends BaseController
preg_match_all('/\"https:\/\/develop.globalso.com\/a\/image\/(.*?)\"/', $v['html'], $matches);
if (!empty($matches[1])) {
$srcValues = $matches[1];
var_dump($srcValues);
die();
$imageModel = new Image();
$html = $v['html'];
var_dump($html);
die();
foreach ($srcValues as $srcValue) {
$image_info = $imageModel->read(['hash'=>$srcValue]);
if($image_info !== false){
... ...