chenjunkai 5 년 전
부모
커밋
1094e61cb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)