This commit is contained in:
wangjinlei
2025-01-22 10:21:50 +08:00
parent 583bc87bbe
commit ce33a94db7
3 changed files with 177 additions and 3 deletions

View File

@@ -1217,8 +1217,8 @@ class Production extends Base
$typesetInfo['images'] = $images==[]?null:$images;
$typesetInfo['tables'] = $tables==[]?null:$tables;
// $url = $this->ts_base_url."api/typeset/createDocx";
$url = "http://192.168.110.110:8081/typeset/createDocx";
$url = $this->ts_base_url."api/typeset/createDocx";
// $url = "http://192.168.110.110:8081/typeset/createDocx";
// $url = "http://192.168.110.110:8081/typeset/testqt";
$res = object_to_array(json_decode(myPost1($url, $typesetInfo)));