Explorar el Código

打印认证登录响应

locky hace 1 año
padre
commit
4425f6fcd0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      controller/index.py

+ 1 - 0
controller/index.py

@@ -177,6 +177,7 @@ class loginHandleView(TemplateView):
                 user_count_qs.update(amount=amount)
 
         redirect_uri += '?code=' + code + '&state=' + state
+        logger.info('------认证登录响应------:{}'.format(redirect_uri))
         return response.json(0, res=redirect_uri)