Commit 99a712e2 authored by jianghaiming's avatar jianghaiming

Merge branch 'marketing_20210824' into test

parents bc55f6e4 2a7d8766
......@@ -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;
}
......
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