@@ -24,6 +24,10 @@ |
||
| 24 | 24 | $this->conversation = new Conversation(); |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | + /** |
|
| 28 | + * @param string $msg |
|
| 29 | + * @param boolean $para |
|
| 30 | + */ |
|
| 27 | 31 | public function receiverLoad($msg, $para) |
| 28 | 32 | { |
| 29 | 33 | $msg = json_decode($msg); |