Commit 83ce73b8 authored by wwccw0591's avatar wwccw0591

pc

parent b0f24cb9
......@@ -6,6 +6,7 @@ class MessageController extends \Our\Controller_AbstractApi {
public function init(){
parent::init();
$this->messageService=MessageServiceModel::getInstance();
echo 111;exit;
$this->messageService->memberId=$this->memberId;
}
public function indexAction() {
......
......@@ -39,7 +39,6 @@ abstract class Controller_AbstractApi extends \Our\Controller_Abstract {
$memberService->clearKey($this->req['data']['key']);
ErrorModel::throwException(CodeConfigModel::otherDriverLogin);
}
echo 223;exit;
\Yaf\Dispatcher::getInstance()->disableView();
}
public function getAuthKey(){
......
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