mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-09 04:19:32 +08:00
up
This commit is contained in:
parent
d8e2482ac9
commit
816327dfa2
@ -16,7 +16,7 @@ use think\Exception;
|
||||
|
||||
class User extends Base
|
||||
{
|
||||
public function images($keyword = '', $limit = 30)
|
||||
public function images($keyword = '', $limit = 60)
|
||||
{
|
||||
if ($this->request->isPost()) {
|
||||
try {
|
||||
@ -30,7 +30,7 @@ class User extends Base
|
||||
return $item;
|
||||
});
|
||||
} catch (Exception $e) {
|
||||
exit(dump($e->getMessage()));
|
||||
return $this->error($e->getMessage());
|
||||
}
|
||||
return $this->success('success', null, $images);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user