product_id to productId
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -106,7 +106,7 @@ class ItemData | @@ -106,7 +106,7 @@ class ItemData | ||
106 | { | 106 | { |
107 | $param = Yohobuy::param(); | 107 | $param = Yohobuy::param(); |
108 | $param['method'] = 'show.productShareOrderList'; | 108 | $param['method'] = 'show.productShareOrderList'; |
109 | - $param['product_id'] = $productId; | 109 | + $param['productId'] = $productId; |
110 | $param['page'] = $pageNum; | 110 | $param['page'] = $pageNum; |
111 | $param['limit'] = $pageSize; | 111 | $param['limit'] = $pageSize; |
112 | $param['client_secret'] = Sign::getSign($param); | 112 | $param['client_secret'] = Sign::getSign($param); |
-
Please register or login to post a comment