mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 04:49:10 +00:00
feat: menuName 추가
This commit is contained in:
@@ -205,6 +205,9 @@ class SnsContentService:
|
||||
"""
|
||||
metadata_html = '<div style="margin-top: 20px; padding-top: 15px; border-top: 1px solid #e1e8ed; font-size: 12px; color: #666;">'
|
||||
|
||||
if request.menuName:
|
||||
metadata_html += f'<div><strong>메뉴:</strong> {request.menuName}</div>'
|
||||
|
||||
if request.eventName:
|
||||
metadata_html += f'<div><strong>이벤트:</strong> {request.eventName}</div>'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user