|
@@ -58,8 +58,7 @@ class Index extends Controller
|
|
|
|
|
|
header("Cache-Control: no-cache, must-revalidate");
|
|
|
header("Pragma: no-cache");
|
|
|
- $str=file_get_contents('https://lidadz.hdlkeji.com/store/contract/mb');
|
|
|
- dump($str);die();
|
|
|
+ $str=file_get_contents('https://lidadz.hdlkeji.com/mb.html');
|
|
|
$wordStr = $str;
|
|
|
$fileContent = $this->getWordDocument($wordStr);
|
|
|
$fileName = iconv("utf-8", "GBK", 'ttttttt111');
|