chenjunkai 5 år sedan
förälder
incheckning
1094e61cb0
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)