Browse Source

Merge branch 'dev' of http://code.pacsonline.cn/zskk_bg/yuanchengpasc into pro

lgy 6 years ago
parent
commit
7602ffd571
1 changed files with 4 additions and 0 deletions
  1. 4 0
      application/inter/controller/Login.php

+ 4 - 0
application/inter/controller/Login.php

@@ -155,4 +155,8 @@ class Login extends Controller
             echo '更改失败';
         }
     }
+
+    public function send_message(){
+        
+    }
 }