feat: 감찰부

This commit is contained in:
2022-07-16 15:35:12 +09:00
parent 52164f8da7
commit 6fd7c11ee5
10 changed files with 231 additions and 94 deletions
+2 -2
View File
@@ -18,12 +18,12 @@ class GetGeneralLog extends GetNationGeneralLog
$v = new Validator($this->args);
$v
->rule('required', [
'type',
'reqType',
])
->rule('int', [
'reqTo',
])
->rule('in', 'type', [
->rule('in', 'reqType', [
self::GENERAL_HISTORY,
self::GENERAL_ACTION,
self::BATTLE_RESULT,