Commit da07a336 authored by wwccw0591's avatar wwccw0591

pc

parent d10b8090
......@@ -6,7 +6,6 @@ class MessageController extends \Our\Controller_AbstractApi {
public function init(){
parent::init();
$this->messageService=MessageServiceModel::getInstance();
$this->messageService->memberId=$this->memberId;
}
public function indexAction() {
......
......@@ -10,6 +10,7 @@
<body>
<form action="/message/getSet" method="post">
用户登录状态key:<input name="data[key]" value="ca44044c38f5a6d06ddd7304e1c7666c"/><br />
debug:<input name="data[debug]" value="1"/><br />
<input type="submit" value="提交">
</form>
......
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