mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Fans.php
This commit is contained in:
parent
09653ee4e5
commit
f5929aaa2c
@ -93,8 +93,8 @@ class Fans extends Controller
|
||||
$this->success('拉入黑名单成功!');
|
||||
} catch (HttpResponseException $exception) {
|
||||
throw $exception;
|
||||
} catch (\Exception $e) {
|
||||
$this->error("拉入黑名单失败,请稍候再试!<br>{$e->getMessage()}");
|
||||
} catch (\Exception $exception) {
|
||||
$this->error("拉入黑名单失败,请稍候再试!<br>{$exception->getMessage()}");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user