mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
api接口分页优化
This commit is contained in:
@ -65,9 +65,9 @@ class UserIntegral extends Common
|
||||
|
||||
// 获取列表
|
||||
$data_params = array(
|
||||
'limit_start' => $start,
|
||||
'limit_number' => $number,
|
||||
'where' => $where,
|
||||
'm' => $start,
|
||||
'n' => $number,
|
||||
'where' => $where,
|
||||
);
|
||||
$data = IntegralService::UserIntegralLogList($data_params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user