设置from
Showing
9 changed files
with
183 additions
and
50 deletions
-
Please register or sign in to post a comment
... | ... | @@ -12,4 +12,8 @@ namespace Hanson\Robot\Message; |
class Text | ||
{ | ||
public static function make($msg) | ||
{ | ||
} | ||
} | ||
\ No newline at end of file |
... | ... | @@ -12,4 +12,9 @@ namespace Hanson\Robot\Models; |
class Content | ||
{ | ||
public $type; | ||
public $msg; | ||
public $raw; | ||
} | ||
\ No newline at end of file |
... | ... | @@ -12,4 +12,13 @@ namespace Hanson\Robot\Models; |
class Origin | ||
{ | ||
public $type; | ||
public $id; | ||
const GROUP = 'Group'; | ||
const CONTACT = 'Contact'; | ||
} | ||
\ No newline at end of file |