Commit 79f438f0 authored by wwccw0591's avatar wwccw0591

pc

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