|
|
@@ -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)) {
|