摘要: #生成二维码 ```python class QRlogin(ViewSet): @action(methods=['GET'], detail=False) def scan(self, request, *args, **kwargs): img = qrcode.make("http://12 阅读全文
posted @ 2023-07-21 16:29 无敌大帅逼 阅读(36) 评论(0) 推荐(0)