| 123456789101112131415 |
- <?php
- return [
- 'Id' => 'id',
- 'User_notice_template' => '接单通知',
- 'User_order_template' => '订单状态通知',
- 'User_sales_template' => '售后处理通知',
- 'Skill_order_template' => '服务者订单通知',
- 'Skill_sales_template' => '服务者售后订单通知',
- 'Shop_order_template' => '商户新订单通知',
- 'Shop_finish_template' => '商户订单完成通知',
- 'Shop_sales_template' => '商户售后通知',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间'
- ];
|