How to send ajax request to bots business webhook?

前端 未结 0 641
一整个雨季
一整个雨季 2021-01-26 16:52

Hello I am trying to send ajax request to bb webhook by following code.

$.ajax({ type: "POST",
 url: webhookUrl,
 data: { user_id: YOUR_USER_ID },
 succ         


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