Commit c1c0052b by 蒋勇

d

parent a0b4a4a2
...@@ -27,13 +27,6 @@ class AppCtl extends CtlBase { ...@@ -27,13 +27,6 @@ class AppCtl extends CtlBase {
var rtn = {}; var rtn = {};
rtn.appkey = this.getUUID(); rtn.appkey = this.getUUID();
rtn.secret = this.getUUID(); rtn.secret = this.getUUID();
return system.getResult(rtn); return system.getResult(rtn);
} }
async resetPass(pobj, queryobj, req) { async resetPass(pobj, queryobj, req) {
......
var system = require("../../../system")
const http = require("http")
const querystring = require('querystring');
var settings = require("../../../../config/settings");
const CtlBase = require("../../ctl.base");
var cacheBaseComp = null;
class RouteCtl extends CtlBase {
constructor() {
super("common", CtlBase.getServiceName(RouteCtl));
}
}
module.exports = RouteCtl;
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