Commit 0f163417 by 宋毅

增加token方法

parent e3fe1a74
...@@ -144,6 +144,10 @@ class tmqueryCtl extends CtlBase { ...@@ -144,6 +144,10 @@ class tmqueryCtl extends CtlBase {
} }
} }
async doTokenPost(pobj, obj, req) {
return await this.getToken(pobj.actionProcess);
}
async getToken(reqType) { async getToken(reqType) {
var self = this; var self = this;
var token = ""; var token = "";
......
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