Browse Source

临时修改

lizhen_gitee 9 months ago
parent
commit
3b6ffc3e8f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/api/controller/Ems.php

+ 2 - 1
application/api/controller/Ems.php

@@ -49,7 +49,8 @@ class Ems extends Api
                 $this->error(__('未注册'));
             }
         }
-        $ret = Emslib::send($email, null, $event);
+//        $ret = Emslib::send($email, null, $event);
+        $ret = true;
         if ($ret) {
             $this->success(__('发送成功'));
         } else {