1
This commit is contained in:
@@ -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)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user