Commit da07a336 authored by wwccw0591's avatar wwccw0591

pc

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