作者 lyh

gx

... ... @@ -68,6 +68,8 @@ class ProductController extends BaseController
$v = $this->getHandleFileImage($v);
$lists['list'][$k] = $v;
}
$lists['order_type'] = $this->order_type;
$lists['order'] = $this->order;
}
$this->response('success',Code::SUCCESS,$lists);
}
... ...