mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-01 19:31:37 +08:00
安装程序
This commit is contained in:
@ -68,7 +68,7 @@ class UserIntegral extends Common
|
||||
'page_total' => $page_total,
|
||||
'data' => $data['data'],
|
||||
];
|
||||
return json(DataReturn('success', 0, $result));
|
||||
return DataReturn('success', 0, $result);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user