1
This commit is contained in:
@@ -1216,8 +1216,10 @@ class Production extends Base
|
||||
$typesetInfo['mainText'] = json_encode($mainList);
|
||||
$typesetInfo['images'] = $images;
|
||||
$typesetInfo['tables'] = $tables;
|
||||
$url = $this->ts_base_url."api/typeset/webGetDocx";
|
||||
// $url = "http://192.168.110.110:8081/typeset/createDocx";
|
||||
|
||||
// $url = $this->ts_base_url."api/typeset/webGetDocx";
|
||||
$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)));
|
||||
|
||||
if (!isset($res['data']['file']) || $res['data']['file'] == '') {
|
||||
|
||||
Reference in New Issue
Block a user