Commit 7df30419 authored by 黄奎's avatar 黄奎

配置修改

parent be8f6978
......@@ -53,6 +53,21 @@ namespace Edu.WebApi.Controllers.User
[AllowAnonymous]
public ApiResult Test()
{
Common.Message.MessageHelper.SendMessage(new Common.Message.PushMessageModel()
{
CategoryId = 0,
Content = "1111",
CoverImg = "",
CreateByName = "HK",
JumpUrl = "",
MsgSign = "1",
MsgTemplateCode = "",
Platform = 2,
ReceiveId = "1",
SendTime = DateTime.Now,
SendType = 0,
Title = "HKHK"
});
return ApiResult.Success();
}
......
......@@ -93,8 +93,8 @@
//订单转班流程编号
"OrderTransClassFlowId": 5,
//订单分拆流程编号
"OrderSplitClassFlowId": 6
"ErpUrl": "http://localhost:8181/#",
//是否开启调课数据验证
"IsOpenChangeClassVerify":1
"OrderSplitClassFlowId": 6,
"ErpUrl": "http://localhost:8181/#",
//是否开启调课数据验证
"IsOpenChangeClassVerify":1
}
\ No newline at end of file
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