小bug修复

This commit is contained in:
wangjinlei
2025-10-22 13:33:38 +08:00
parent bb308bea6f
commit 1de6125d4d
5 changed files with 36 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ use app\api\controller\Base;
use think\Db;
use think\Queue;
use think\Validate;
use think\log;
/**
* @title 公共管理相关
@@ -1932,6 +1933,20 @@ class Production extends Base
my_doiToFrag2($r);
}
public function myreaddoc(){
Log::log("ceshi");
$file = "D://11/327ef248323aa75a3ba8347752b03764.docx";
$fileRoute['fileRoute'] = $file;
$url = "http://192.168.110.110:8081/typeset/readDocxNormal";
$res = object_to_array(json_decode(myPost1($url, $fileRoute)));
// $r = readDocx($file);
return jsonSuccess($res);
}
/**
* 验证参考文献是否全部通过
*/