afa 7 달 전
부모
커밋
bcb153735b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/api/controller/Synthesis.php

+ 1 - 0
application/api/controller/Synthesis.php

@@ -45,6 +45,7 @@ class Synthesis extends Api
         $id = $this->request->param('id', 0, 'intval');
         if(empty($id)) $this->error(__("参数有误,无可用产品"));
         $lan = $this->request->getLan();
+
         //合成详情
         $synthesis = SynthesisModel::getBySynthesis($id, $lan);
         if (!empty($synthesis)) {