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

This commit is contained in:
2022-05-15 17:00:14 +09:00
parent 459c108b13
commit 8104852abf
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',
])