Commit 1b4b482f authored by luhongguang's avatar luhongguang

update:商户商品列表修改参数

parent 6af264aa
......@@ -804,7 +804,7 @@ class GoodsService
$lifeAccountId = $params["life_account_id"];
$type = empty($params["type"]) ? "online" : $params["type"];
$lastId = empty($params["last_id"]) ? "" : $params["last_id"];
$limit = empty($params["limit"]) ? 10 : $params["limit"];
$limit = empty($params["num"]) ? 10 : $params["num"];
$statusList = [
["type" => "online", "name" => "上架中"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment