webpush django with pywebpush

后端 未结 0 1267
南方客
南方客 2021-02-14 17:50

I wrote the following simple code to send web push messages to an Angular application:

profile = Profile.objects.filter(user__id=1).first()
subscription_info = {
         


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