Browse Source

weex 登录测试

xiao.qiang 10 months ago
parent
commit
d6f14cca9f
2 changed files with 14 additions and 5 deletions
  1. 5 0
      client/hotcoin.test.js
  2. 9 5
      client/weex.test.js

+ 5 - 0
client/hotcoin.test.js

@@ -268,6 +268,11 @@ describe('hotcoin站点测试', () => {
             }
         }
 
+        Network.requestWillBeSent((params) => {
+            console.log('Request Headers:', params.request.headers);
+        });
+
+
         Network.webSocketCreated(params => {
             console.log('WebSocket created:', params.url)
             requestInfo[params.requestId] = {

File diff suppressed because it is too large
+ 9 - 5
client/weex.test.js


Some files were not shown because too many files changed in this diff