Commit 8efe0ff9 authored by lcn's avatar lcn

修改

parent b4fca9cb
...@@ -151,7 +151,7 @@ def is_need_auth_verify_cid(path): ...@@ -151,7 +151,7 @@ def is_need_auth_verify_cid(path):
return False return False
if "swagger" in path: if "swagger" in path:
return False return False
if re.match("^/unify-api/auth/", path): if re.match("^/unify-api/auth/?$", path):
return False return False
if re.match("^/api/common/wechat/mp", path): if re.match("^/api/common/wechat/mp", path):
return False return False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment