첩보를 join '|' 에서 json dict로 변경

This commit is contained in:
2018-07-07 04:39:44 +09:00
parent a556877a17
commit 837db5183e
11 changed files with 119 additions and 91 deletions
+3
View File
@@ -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);