Commit 0a617808 by wkliang

remove test

parent ac1a3a06
......@@ -8,17 +8,6 @@ class ProductCtl extends CtlBase {
this.redisClient = system.getObject("util.redisClient");
}
async test(pobj, pobj2, req, res) {
console.log(pobj);
try {
let rs = {test: 1};
return system.getResultSuccess(rs);
} catch (error) {
console.log(error);
return system.getResultFail(500, "接口异常:" + error.message);
}
}
async getPage (pobj, pobj2, req) {
try {
let res = await this.prodSve.getPage(pobj)
......
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