Browse Source

获取持有产品订单列表

afa 7 months ago
parent
commit
d8dd67eb0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Product.php

+ 1 - 1
application/api/controller/Product.php

@@ -144,7 +144,7 @@ class Product extends Api
     }
  
     //获取持有产品订单列表
-    public function getHoldList(OrderLogic $orderLogic)
+    public function getHoldProductOrderList(OrderLogic $orderLogic)
     {
         $productId = $this->request->post('product_id/d', '');
         if(empty($productId)) $this->error('参数错误');