Browse Source

扫码登录

master
徐勤民 3 weeks ago
parent
commit
61db70d726
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/ets/http/HttpHelper.ts

+ 1
- 1
src/main/ets/http/HttpHelper.ts View File

@@ -86,7 +86,7 @@ export class HttpHelper {
extraData: params.data extraData: params.data
}) })
.then((data: http.HttpResponse) => { .then((data: http.HttpResponse) => {
// console.info('=====>' + 'Result:' + data.result as string);
console.info('=====>' + 'Result:' + data.result as string);
// console.info('=====>' + 'code:' + data.responseCode); // console.info('=====>' + 'code:' + data.responseCode);
// console.info('=====>' + 'type:' + JSON.stringify(data.resultType)); // console.info('=====>' + 'type:' + JSON.stringify(data.resultType));
// console.info('=====>' + 'header:' + JSON.stringify(data.header)); // console.info('=====>' + 'header:' + JSON.stringify(data.header));


Loading…
Cancel
Save