This commit is contained in:
wangjinlei
2024-01-11 11:44:19 +08:00
parent 98c6e56d7f
commit f99cd7c9a8
5 changed files with 14 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ class Production extends Base
return jsonError('No Manuscript');
}
$url = "http://ts.tmrjournals.com/api/typeset/webReaddoc";
$url = $this->ts_base_url."api/typeset/webReaddoc";
$program['fileRoute'] = "https://submission.tmrjournals.com/public/" . $files[0]['file_url'];
$res = object_to_array(json_decode(myPost($url, $program)));
$file_runs = $res['data'];
@@ -1077,7 +1077,7 @@ class Production extends Base
// $typesetInfo['refers'] = json_encode($refers);
$typesetInfo['refers'] = json_encode($rs);
$url = "http://ts.tmrjournals.com/api/typeset/webGetDocx";
$url = $this->ts_base_url."api/typeset/webGetDocx";
// $url = "http://localhost:8081/typeset/webGetDocx";
$res = object_to_array(json_decode(myPost1($url, $typesetInfo)));