You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
563 B

  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'logistics' => [
  5. 'SELF' => '商家配送',
  6. 'shunfeng' => '顺丰速运',
  7. 'suteng' => '速腾快递',
  8. 'shentong' => '申通快递',
  9. 'zhongtong' => '中通快递',
  10. 'yuantong' => '圆通快递',
  11. 'huitong' => '百世快递(原汇通)',
  12. 'yunda' => '韵达快递',
  13. 'yousu' => 'UC优速快递',
  14. 'gnxb' => '邮政小包',
  15. 'youzhengguonei' => '邮政包裹/平邮/挂号信',
  16. 'jingdong' => '京东快递',
  17. ],
  18. ];