作者 anyv
1 个管道 的构建 通过 耗费 0 秒

产品

... ... @@ -91,7 +91,7 @@ class ProductController extends HomeBaseController{
public function details(){
$id = input('get.id');
return $this -> fetch();
}
... ...