info.php 455 B

12345678910111213141516
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'id' => 'aliyun_wuliu',
  5. 'name' => '全国快递物流查询',
  6. 'is_core' => false,
  7. 'category' => 'other',
  8. 'description' => '全国快递物流查询(阿里云)',
  9. 'version' => '1.0.0',
  10. 'core_version' => '^1.0',
  11. 'author' => 'runphp',
  12. 'email' => 'runphp@qq.com',
  13. 'website' => 'https://market.aliyun.com/apimarket/detail/cmapi021863#sku=yuncode15863000017',
  14. 'image' => '',
  15. 'license' => 'MIT',
  16. ];