Commit 2edd3d6e authored by agping's avatar agping

新增公告

parent 00f749b7
......@@ -133,4 +133,8 @@ class Notice extends Basic
return $this->response(101, "删除失败!");
}
}
public function addNoticeView() {
return view('add_notice_view');
}
}
\ No newline at end of file
{layout name="global/frame_tpl" /}
2222
\ No newline at end of file
......@@ -245,7 +245,7 @@ Route::group('index', [
'getNoticeInfo' => [ 'index/notice/getNoticeInfo', [ 'method' => 'GET' ] ], //公告详情
'delNotice' => [ 'index/notice/delNotice', [ 'method' => 'POST' ] ], //删除公告
'addNotice' => [ 'index/notice/addNotice', [ 'method' => 'POST' ] ], //新增公告
'addNoticeView' => [ 'index/notice/addNoticeView', [ 'method' => 'GET' ] ], //新增公告
'getWxInfo' => [ 'index/WxAuthorization/getWxInfo', [ 'method' => 'POST|GET' ] ], //wx
......
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 to comment