Commit 75d24211 authored by jianghaiming's avatar jianghaiming Committed by suntengda

update:添加是否有下一页

parent 816155df
...@@ -165,8 +165,9 @@ class MarketingGoodsService ...@@ -165,8 +165,9 @@ class MarketingGoodsService
} }
} }
} }
$result = ['result' => $list ,'last_id' => $lastId]; $hasmore = !empty($list) ? 1 : 0 ;
$result = ['result' => $list ,'last_id' => $lastId, 'hasmore' => $hasmore];
return $result; return $result;
} }
......
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