修改年龄计算

This commit is contained in:
2024-03-01 15:37:34 +08:00
parent 21c403ca69
commit 6e7692489b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ function UserTypeToString(int|string $user_type): string
/**
* 获取身份证年龄
* @param $idCard
* @param string $idCard
* @return false|int|mixed|string
*/
function getIdCardAge(string $idCard): mixed