Commit 30f763b5 by 蒋勇

d

parent a253b66e
...@@ -11,6 +11,7 @@ class BaseCompAPI extends APIBase { ...@@ -11,6 +11,7 @@ class BaseCompAPI extends APIBase {
async upline(pobj, gobj, req){ async upline(pobj, gobj, req){
console.log(JSON.stringify(pobj)); console.log(JSON.stringify(pobj));
return {};
} }
async clearAllCache(pobj, gobj, req) { async clearAllCache(pobj, gobj, req) {
......
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