Commit eb309372 by HTML5-侯张振

修复 eas_helpers bug

parent 203afb92
...@@ -22,6 +22,7 @@ class easApi { ...@@ -22,6 +22,7 @@ class easApi {
$sessionId = $this->_login(); $sessionId = $this->_login();
if (!$sessionId) { if (!$sessionId) {
exit('login failure'); exit('login failure');
} }
} }
......
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