dispatch.php 403 B

123456789101112131415
  1. <?php
  2. return [
  3. 'Name' => '名称',
  4. 'Type' => '发货方式',
  5. 'Type express' => '物流快递',
  6. 'Type selfetch' => '自提/到店',
  7. 'Type store' => '商家配送',
  8. 'Type autosend' => '自动发货',
  9. 'Type_ids' => '包含模板',
  10. 'Createtime' => '创建时间',
  11. 'Updatetime' => '更新时间',
  12. 'Deletetime' => '删除时间'
  13. ];