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

4 lines
269 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操作人{{ reopened_by_name|escapejs }}\n撤销回应{{ rejected_reply_ids_display|escapejs }}\n说明{{ description|escapejs }}"
}