Commit 45310a8a authored by clone's avatar clone

bug

parent b834527d
......@@ -29,7 +29,7 @@ class ChatVerifyValidate extends Validate
'target' => 'require',
'source' => 'require|in:1,2,3',
'is_user' => 'require|in:0,1',
'type' => 'require|in:1,3',
'type' => 'require|in:1,2,3',
'msg_content' => 'require',
'from' => 'require',
];
......
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