Commit 62abfc56 by guojuxing

短信模板

parent f8af5bcb
...@@ -178,7 +178,7 @@ public class EnterpriseSmsController { ...@@ -178,7 +178,7 @@ public class EnterpriseSmsController {
channelType = 1; channelType = 1;
} }
return ResultControllerUtils return ResultControllerUtils
.commonResult(smsOuterApiService.channelSmsTemplatePage(enterpriseId, channelType, search, type, beginTime, endTime, page), SmsTemplateVO.class); .commonPageResult(smsOuterApiService.channelSmsTemplatePage(enterpriseId, channelType, search, type, beginTime, endTime, page), SmsTemplateVO.class);
} }
@RequestMapping("/get-sms-channel-template-number") @RequestMapping("/get-sms-channel-template-number")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment