Commit ee700d54 by 蒋勇

d

parent 6cd7b9bd
......@@ -59,7 +59,8 @@ class APIBase extends DocBase {
async isCheckWhiteList(gname, methodname) {
var fullname = gname + "." + methodname;
var lst = [
"test.testApi"
"test.testApi",
"auth.zcosssignApi"
];
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