Browse Source

wesmiler 报恩寺项目提交

wesmiler 4 years ago
parent
commit
99a2edb36e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Api/v1/IndexController.php

+ 1 - 1
app/Http/Controllers/Api/v1/IndexController.php

@@ -184,7 +184,7 @@ class IndexController extends BaseController
         preg_match("/<td>(.*)<\/td>/", $temp1, $yi);
         preg_match("/<td colspan=\"3\">(.*)<\/td>/", $temp1, $ji);
 
-        return message(MESSAGE_OK, true, ['content'=> $content, 'result'=> $temp,'yi'=> $yi,'ji'=> $ji]);
+        return message(MESSAGE_OK, true, ['content'=> $content, 'result'=> $temp,'yj'=> $temp1,'yi'=> $yi,'ji'=> $ji]);
 
     }
 }