Browse Source

测试推送到langer

chanjunkai 5 năm trước cách đây
mục cha
commit
b34f76884a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = {