购买软路由-支付

This commit is contained in:
“wanyongkang”
2022-03-23 16:28:57 +08:00
parent aab0d282c1
commit 5661016d4f
3 changed files with 87 additions and 4 deletions

View File

@@ -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);
}
}