| 12345678910111213141516 |
- <?php
- declare(strict_types=1);
- return [
- 'id' => 'alicloud_wuliu',
- 'name' => '全国快递物流查询',
- 'is_core' => false,
- 'category' => 'other',
- 'description' => '全国快递物流查询(阿里云)',
- 'version' => '1.0.0',
- 'core_version' => '^1.0',
- 'author' => 'runphp',
- 'email' => 'runphp@qq.com',
- 'website' => 'https://market.aliyun.com/apimarket/detail/cmapi021863#sku=yuncode15863000017',
- 'image' => '',
- 'license' => 'MIT',
- ];
|