app.YQPoint_views module¶
- class app.YQPoint_views.myPrize(**kwargs)[源代码]¶
-
- http_method_names: list[str] = ['get']¶
- page_name: str = '我的奖品'¶
- template_name: str = 'myPrize.html'¶
- class app.YQPoint_views.myYQPoint(**kwargs)[源代码]¶
-
- http_method_names: list[str] = ['get']¶
- page_name: str = '我的元气值'¶
- template_name: str = 'myYQPoint.html'¶
- app.YQPoint_views.showPools(request: HttpRequest) HttpResponse [源代码]¶
展示各种奖池的页面,可以通过POST请求发起兑换/抽奖/买盲盒
:param request :type request: HttpRequest :return :rtype: HttpResponse