Merge branch 'develop' of http://192.168.100.104:49153/Volunteer/newgaokao into develop
commit
3943a20605
|
|
@ -13,10 +13,16 @@ namespace New_College.Common
|
|||
/// <param name="title"></param>
|
||||
/// <param name="message"></param>
|
||||
public static void DingTalkHookMessage(string controllername, string message)
|
||||
{
|
||||
try
|
||||
{
|
||||
string title = "weipay";
|
||||
DingtalkChatbotSdk.DingDingClient.SendMessageAsync("https://oapi.dingtalk.com/robot/send?access_token=879f3d3511b90d2e13080f0f729d9c65c3e6737de76c6074da3b98f8e432cef0", string.Format("title:{0};message:{1}", title, message));
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue