Commit 86ec23b4 by 宋毅

tj

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