Commit 426827b7 authored by chenchuanwen's avatar chenchuanwen

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

parents 219506a2 79f438f0
......@@ -5,8 +5,9 @@ class MessageController extends \Our\Controller_AbstractApi {
public function init(){
parent::init();
echo 111222;exit;
$this->messageService=MessageServiceModel::getInstance();
echo 111;exit;
$this->messageService->memberId=$this->memberId;
}
public function indexAction() {
......
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