| 
...
 | 
...
 | 
@@ -578,6 +578,6 @@ public function search(Request $request) | 
| 
 | 
 | 
         //转发data
 | 
| 
 | 
 | 
         $transmitUrl = env("API_URL");
 | 
| 
 | 
 | 
         $resp = $this->httpPost($transmitUrl."api/get_search_content/",json_encode($req));
 | 
| 
 | 
 | 
         return $resp["html"];
 | 
| 
 | 
 | 
         return $resp["data"]["html"];
 | 
| 
 | 
 | 
     }
 | 
| 
 | 
 | 
 } | 
...
 | 
...
 | 
 |