小bug修复
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
* 验证参考文献是否全部通过
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user