Commit 219506a2 authored by chenchuanwen's avatar chenchuanwen

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into master_dev

parents a84e1bb8 83ce73b8
......@@ -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