Commit 326e9929 by 王栋源

wdy

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