fix: GET은 int를 arg로 받을 수 없음

This commit is contained in:
2022-05-15 17:00:14 +09:00
parent c067b8623c
commit e447a8d038
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class GetGeneralLog extends \sammo\BaseAPI
'generalID',
'type',
])
->rule('int', [
->rule('integer', [
'generalID',
'reqTo',
])