chenjunkai 5 lat temu
rodzic
commit
1094e61cb0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      controller/Lottery.py

+ 1 - 1
controller/Lottery.py

@@ -208,7 +208,7 @@ class indexView(TemplateView):
                 return response.json(0, {'status': status, 'phone_list': list(phone_list), 'user': phone,
                                          'addr': qs[0]['addr']})
             else:
-                return response.json(0, '您已抽过奖了')
+                return response.json(10, '您已抽过奖了')
         else:
             return response.json(tko.code)