Commit 8efe0ff9 authored by lcn's avatar lcn

修改

parent b4fca9cb
......@@ -151,7 +151,7 @@ def is_need_auth_verify_cid(path):
return False
if "swagger" in path:
return False
if re.match("^/unify-api/auth/", path):
if re.match("^/unify-api/auth/?$", path):
return False
if re.match("^/api/common/wechat/mp", path):
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