400 Code Error when sending discord webhook with c#

后端 未结 0 918
栀梦
栀梦 2021-01-06 01:57

This is my code:

        WebRequest web = (HttpWebRequest)WebRequest.Create(DISCORDWEBHOOKURL);
        web.ContentType = "application/json";
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题