refac: API 검증시 integer(int-like)에서 is_int로 강제
This commit is contained in:
@@ -266,7 +266,7 @@ function checkCommandArg(?array $arg):?string{
|
||||
/*'string'=>[
|
||||
'nationName', 'optionText', 'itemType', 'nationType', 'commandType',
|
||||
],*/
|
||||
'integer'=>[
|
||||
'int'=>[
|
||||
'crewType', 'destGeneralID', 'destCityID', 'destNationID',
|
||||
'amount', 'colorType',
|
||||
'srcArmType', 'destArmType', //숙련전환 전용
|
||||
|
||||
Reference in New Issue
Block a user