Django wait notify mechanism for webhooks

前端 未结 0 605
面向向阳花
面向向阳花 2020-12-13 01:08

I have the below function which calls an API:

def verify(request):
    if request.method==\'POST\':
        url=some_url
        data={some data}
        r=re         


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