Skip to content

Commit 94b960b

Browse files
committed
返回信息增加地址码是否废弃字段
1 parent ffdb8bf commit 94b960b

File tree

5 files changed

+3480
-3467
lines changed

5 files changed

+3480
-3467
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,15 @@ $idValidator->getInfo('610104620927690'); // 15 位
4949

5050
```php
5151
[
52-
'addressCode' => '440308',
53-
'address' => '广东省深圳市盐田区',
54-
'birthdayCode' => '1999-01-10',
55-
'constellation' => '水瓶座',
56-
'chineseZodiac' => '卯兔',
57-
'sex' => 1,
58-
'length' => 18,
59-
'checkBit' => '2',
52+
'addressCode' => '440308', // 地址码
53+
'abandoned' => 0, // 地址码是否废弃,1 为废弃的,0 为正在使用的
54+
'address' => '广东省深圳市盐田区', // 地址
55+
'birthdayCode' => '1999-01-10', // 出生日期
56+
'constellation' => '水瓶座', // 星座
57+
'chineseZodiac' => '卯兔', // 生肖
58+
'sex' => 1, // 性别,1 为男性,0 为女性
59+
'length' => 18, // 号码长度
60+
'checkBit' => '2', // 校验码
6061
]
6162
```
6263

0 commit comments

Comments
 (0)