diff --git a/CoreCms.Net.Web.WebApi/Controllers/CommonController.cs b/CoreCms.Net.Web.WebApi/Controllers/CommonController.cs index 1d8f71c..7e47230 100644 --- a/CoreCms.Net.Web.WebApi/Controllers/CommonController.cs +++ b/CoreCms.Net.Web.WebApi/Controllers/CommonController.cs @@ -173,7 +173,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers userAgreementId, privacyPolicyId, playingMethodOptions = options, - subscribeMessage = template + subscribeMessage = templateList }; jm.Data = data; return jm;