pengzhibo168 5 年之前
父節點
當前提交
e22b7baddf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Controller/ApplicationController.py

+ 1 - 0
Controller/ApplicationController.py

@@ -71,6 +71,7 @@ class AuthView(View):
         # print("state", state)
         # print("response_type", response_type)
         # print("scope", scope)
+        # print("app_id", app_id)
         # print("redirect_uri", redirect_uri)
         tko = TokenObject(token)
         if tko.code == 0: