Commit 52a0289a by 宋毅

tj

parent 4789b57a
......@@ -160,7 +160,7 @@ class tmqueryCtl extends CtlBase {
async getUserInfo(pobj, qobj, req) {
try {
console.log(result, "getUserInfo..######################.....");
console.log(qobj, "getUserInfo..######################.qobj....");
var result = await this.execClient.execPostJDTK("", this.jdOauthUrl, qobj.token_type + " " + qobj.access_token);
console.log(result, "getUserInfo.....result.......");
if (!result || !result.account) {
......
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