1、代码生成时间查询支持uniapp 2、新增date范围选择组件

This commit is contained in:
不做码农
2023-05-23 18:36:35 +08:00
parent 253d21cb54
commit 21ac0f666d
4 changed files with 20 additions and 10 deletions

View File

@@ -60,7 +60,6 @@ namespace ZR.Admin.WebApi.Controllers
[Log(Title = "企业消息测试")]
public IActionResult SendMsg(string msg, string toUser = "")
{
throw new Exception("ddddd");
WxNoticeHelper.SendMsg("消息测试", msg, toUser, WxNoticeHelper.MsgType.markdown);
return SUCCESS(msg);
}