no message
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace app\adminapi\validate\ai;
|
||||
|
||||
use app\common\validate\BaseValidate;
|
||||
|
||||
class KbSyncJobValidate extends BaseValidate
|
||||
{
|
||||
protected $rule = [
|
||||
'domain' => 'require|in:article,post,lottery,all',
|
||||
];
|
||||
|
||||
protected $message = [
|
||||
'domain.require' => '重建域不能为空',
|
||||
'domain.in' => '重建域不合法',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user