소스 검색

Merge branch 'dev' of http://git.bocai108.com:10180/Ethan/Customer-Service into dev

Ethan 6 년 전
부모
커밋
83507fcf95
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      application/service/controller/Index.php

+ 2 - 2
application/service/controller/Index.php

@@ -209,7 +209,7 @@ class Index extends Common
      * @access public
      * @return array JsonString
      */
-    public function readnotice()
+    public function unreadnotice()
     {
         $user_id = input('post.user_id');
         //获取未读公告
@@ -227,7 +227,7 @@ class Index extends Common
      * @access public
      * @return array JsonString
      */
-    public function unreadnotice()
+    public function readnotice()
     {
         $user_id = input('post.user_id');
         //获取未读公告