1
0
forked from erp-dev/erp
Files
erpnew/notifier/templates/notifier/events/mission_unreplied.json

4 lines
366 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"msgtype": "text",
"content": "任务未回复提醒\n任务ID{{ mission_id }}\n分类{{ category_name|escapejs }}\n提醒间隔{{ unreplied_notify_interval_minutes }} 分钟\n提醒次数{{ unreplied_notify_sent_count }}/{{ unreplied_notify_max_count }}\n参与人{{ participant_names_display|escapejs }}\n说明{{ description|escapejs }}"
}