mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Index.php
This commit is contained in:
parent
69b63644f0
commit
b1aef9f799
@ -19,6 +19,7 @@ use app\service\service\BuildService;
|
|||||||
use app\service\service\WechatService;
|
use app\service\service\WechatService;
|
||||||
use library\Controller;
|
use library\Controller;
|
||||||
use think\Db;
|
use think\Db;
|
||||||
|
use think\exception\HttpResponseException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 公众授权管理
|
* 公众授权管理
|
||||||
@ -90,7 +91,7 @@ class Index extends Controller
|
|||||||
if (data_save('WechatServiceConfig', $data, 'authorizer_appid')) {
|
if (data_save('WechatServiceConfig', $data, 'authorizer_appid')) {
|
||||||
$this->success('更新公众号授权成功!', '');
|
$this->success('更新公众号授权成功!', '');
|
||||||
}
|
}
|
||||||
} catch (\think\exception\HttpResponseException $exception) {
|
} catch (HttpResponseException $exception) {
|
||||||
throw $exception;
|
throw $exception;
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$this->error("获取授权信息失败,请稍候再试!<br>{$e->getMessage()}");
|
$this->error("获取授权信息失败,请稍候再试!<br>{$e->getMessage()}");
|
||||||
@ -120,7 +121,7 @@ class Index extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->success('同步所有授权信息成功!', '');
|
$this->success('同步所有授权信息成功!', '');
|
||||||
} catch (\think\exception\HttpResponseException $exception) {
|
} catch (HttpResponseException $exception) {
|
||||||
throw $exception;
|
throw $exception;
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$this->error("同步授权失败,请稍候再试!<br>{$e->getMessage()}");
|
$this->error("同步授权失败,请稍候再试!<br>{$e->getMessage()}");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user