Browse Source

获取持有产品订单列表

afa 7 tháng trước cách đây
mục cha
commit
d8dd67eb0b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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('参数错误');