template.php 577 B

123456789101112131415
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'User_notice_template' => '接单通知',
  5. 'User_order_template' => '订单状态通知',
  6. 'User_sales_template' => '售后处理通知',
  7. 'Skill_order_template' => '服务者订单通知',
  8. 'Skill_sales_template' => '服务者售后订单通知',
  9. 'Shop_order_template' => '商户新订单通知',
  10. 'Shop_finish_template' => '商户订单完成通知',
  11. 'Shop_sales_template' => '商户售后通知',
  12. 'Createtime' => '创建时间',
  13. 'Updatetime' => '更新时间'
  14. ];