shawenguan 1 year ago
parent
commit
381bcb64cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Scripts/telecom/cloud189Helper.js

+ 1 - 1
Scripts/telecom/cloud189Helper.js

@@ -264,7 +264,7 @@ async function login(username, password){
         magicJS.http.post(options).then(resp => {
             const htmlText = resp.body;
             try {
-                magicJS.logger.info(`接口数据:${data}`);
+                magicJS.logger.info(`接口数据:${JSON.stringify(data)}`);
                 resolve(true);
             } catch (err) {
                 resolve(false);