Commit 326e9929 by 王栋源

wdy

parent 65e4c1dc
...@@ -59,8 +59,8 @@ class APIBase extends DocBase { ...@@ -59,8 +59,8 @@ class APIBase extends DocBase {
async isCheckWhiteList(gname, methodname) { async isCheckWhiteList(gname, methodname) {
var fullname = gname + "." + methodname; var fullname = gname + "." + methodname;
var lst = [ var lst = [
"test.testApi", // "test.testApi",
"auth.geossconfig" "auth.getOssConfig"
]; ];
var x = lst.indexOf(fullname); var x = lst.indexOf(fullname);
return x >= 0; return x >= 0;
......
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