| 12345678910111213141516 |
- <?php
- declare(strict_types=1);
- return [
- 'id' => 'aliyun_idcard',
- 'name' => '身份证验证',
- 'is_core' => false,
- 'category' => 'other',
- 'description' => '验证姓名与身份证号是否一致,并且返回生日、性别,籍贯等信息',
- 'version' => '1.0.0',
- 'core_version' => '^1.0',
- 'author' => 'yourname',
- 'email' => '',
- 'website' => '',
- 'image' => '',
- 'license' => 'MIT',
- ];
|