Procházet zdrojové kódy

测试推送到langer

chanjunkai před 5 roky
rodič
revize
b34f76884a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      controller/User.py

+ 1 - 1
controller/User.py

@@ -40,7 +40,7 @@ class registerView(TemplateView):
         username = request_dict.get('username', None)
         password = request_dict.get('password', None)
         role_id = request_dict.get('role_id', None)
-
+        # 2020-04-26测一下
         if username and password:
             nowTime = int(time.time())
             create_dict = {