初始化项目:添加后端代码、ThinkPHP框架、前端资源
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'order_success'=>[
|
||||
'category_type' => 'order',
|
||||
'name'=>'商品购买成功通知',
|
||||
'config'=>[
|
||||
'course_name'=>'课程名称',
|
||||
'time'=>'购买时间',
|
||||
'price'=>'订单金额'
|
||||
],
|
||||
'tip'=>'课程/活动/会员卡/练习等商品购买后,给用户发送提醒'
|
||||
],
|
||||
'course_update'=>[
|
||||
'category_type' => 'course',
|
||||
'name'=>'课程更新提醒',
|
||||
'config'=>[
|
||||
'course_name'=>'课程名称',
|
||||
'time'=>'更新时间'
|
||||
],
|
||||
'tip'=>'课程有更新时,给用户发送提醒'
|
||||
],
|
||||
'activity_audit'=>[
|
||||
'category_type' => 'activity',
|
||||
'name'=>'活动报名审核结果通知',
|
||||
'config'=>[
|
||||
'activity_name'=>'活动名称',
|
||||
'result'=>'审核结果',
|
||||
'time'=>'审核时间'
|
||||
],
|
||||
'tip'=>'活动报名通过或拒绝时候,给用户发送提醒'
|
||||
],
|
||||
'activity_sing_in'=>[
|
||||
'category_type' => 'activity',
|
||||
'name'=>'活动签到结果通知',
|
||||
'config'=>[
|
||||
'activity_name'=>'活动名称',
|
||||
'time'=>'签到时间'
|
||||
],
|
||||
'tip'=>'活动签到后,给用户发送提醒'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user