dever 4 years ago
parent
commit
779e587e0f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/Api.php

+ 4 - 0
src/Api.php

@@ -24,6 +24,10 @@ class Api
             } else {
                 $info['add'] = $info['name'] . '(未知)';
             }
+
+            if (!$info['birthday']) {
+                $info['birthday'] = '';
+            }
         }
         
         return $info;