作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -38,7 +38,7 @@ class ProductLogic extends BaseLogic
public function getInfo($id)
{
$info = $this->model->read(['id'=>$id]);
$info = parent::getInfo($id);
$info = $this->formatData($info);
return $this->success($info);
}
... ...