소스 검색

获取持有产品订单列表

afa 7 달 전
부모
커밋
d8dd67eb0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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('参数错误');