购买软路由-支付
This commit is contained in:
@@ -10,7 +10,7 @@ class Index
|
||||
public function getList() {
|
||||
$product_model = new ProductModel();
|
||||
|
||||
$list = $product_model->getList([],'*','id asc');
|
||||
$list = $product_model->getList(['status' => 1],'*','id asc');
|
||||
echo json_encode($list);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user