첩보를 join '|' 에서 json dict로 변경
This commit is contained in:
@@ -160,6 +160,9 @@ class Util extends \utilphp\util
|
||||
if ($val == null) {
|
||||
return null;
|
||||
}
|
||||
if ($val == ''){
|
||||
return null;
|
||||
}
|
||||
return intval($val);
|
||||
}
|
||||
throw new \InvalidArgumentException('올바르지 않은 타입형 :'.$val);
|
||||
|
||||
Reference in New Issue
Block a user