Commit 809dcce0 by 孙龙

up

parent 086e8785
Showing with 1 additions and 0 deletions
...@@ -217,6 +217,7 @@ Class AjaxController extends Controller ...@@ -217,6 +217,7 @@ Class AjaxController extends Controller
throw new \Exception("添加模板失败",-1); throw new \Exception("添加模板失败",-1);
} }
}); });
return $this->ajaxReturn(0,"添加模板成功");
}catch(\Exception $e){ }catch(\Exception $e){
return $this->ajaxReturn(-1,$e->getMessage()); return $this->ajaxReturn(-1,$e->getMessage());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment