diff --git a/app/wechat/controller/Fans.php b/app/wechat/controller/Fans.php
index 63475b5d1..281d2d210 100644
--- a/app/wechat/controller/Fans.php
+++ b/app/wechat/controller/Fans.php
@@ -17,6 +17,7 @@ namespace app\wechat\controller;
use app\wechat\service\WechatService;
use think\admin\Controller;
+use think\admin\Exception;
use think\exception\HttpResponseException;
/**
@@ -75,6 +76,13 @@ class Fans extends Controller
$this->success('创建任务成功,请等待完成!', $code);
} catch (HttpResponseException $exception) {
throw $exception;
+ } catch (Exception $exception) {
+ $queue = $exception->getData();
+ if (isset($queue['code'])) {
+ $this->success('任务已经存在,无需再次创建!', $queue['code']);
+ } else {
+ $this->error($exception->getMessage());
+ }
} catch (\Exception $exception) {
$this->error("创建任务失败,{$exception->getMessage()}");
}
@@ -96,7 +104,7 @@ class Fans extends Controller
} catch (HttpResponseException $exception) {
throw $exception;
} catch (\Exception $e) {
- $this->error("拉入黑名单失败,请稍候再试!{$e->getMessage()}");
+ $this->error("拉入黑名单失败,请稍候再试!
{$e->getMessage()}");
}
}
diff --git a/composer.lock b/composer.lock
index cc5dde88b..b2d073066 100644
--- a/composer.lock
+++ b/composer.lock
@@ -909,12 +909,12 @@
"source": {
"type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git",
- "reference": "3283e44ab0cce56c4054623497ff4f4fec195374"
+ "reference": "54d332d3a8bd5771dc8f84d052338b1191f260b7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/3283e44ab0cce56c4054623497ff4f4fec195374",
- "reference": "3283e44ab0cce56c4054623497ff4f4fec195374",
+ "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/54d332d3a8bd5771dc8f84d052338b1191f260b7",
+ "reference": "54d332d3a8bd5771dc8f84d052338b1191f260b7",
"shasum": "",
"mirrors": [
{
@@ -958,7 +958,7 @@
],
"description": "ThinkPHP v6.0 Development Library",
"homepage": "http://framework.thinkadmin.top",
- "time": "2020-03-22T13:13:51+00:00"
+ "time": "2020-03-22T14:10:23+00:00"
},
{
"name": "zoujingli/wechat-developer",
diff --git a/public/static/admin.js b/public/static/admin.js
index 319b27b0b..200a65ce2 100644
--- a/public/static/admin.js
+++ b/public/static/admin.js
@@ -741,7 +741,6 @@ $(function () {
if (this.action.length < 1) return $.msg.tips('任务地址不能为空!');
$.form.load(this.action, {}, 'post', function (ret) {
if (typeof ret.data === 'string' && ret.data.indexOf('Q') === 0) {
- $.msg.tips(ret.msg);
return $.loadQueue(ret.data), false;
}
});
@@ -756,7 +755,7 @@ $(function () {
'