debug.log.2021-06-29
187 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
[2021-06-29 13:49:09.084] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:49:09.369] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:49:09.747] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:49:09.748] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:49:09.748] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:49:09.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:49:09.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:49:09.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:49:09.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:49:09.753] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 13:49:09.754] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:49:09.755] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 13:49:09.755] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:49:09.756] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:49:10.403] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:49:10.403] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:49:10.403] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:49:10.403] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:49:10.404] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:49:10.404] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:49:10.404] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:49:10.404] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 13:49:10.404] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:49:09 GMT
[2021-06-29 13:49:10.404] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:49:10.405] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:49:10.405] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:49:10.405] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"f77a74f402c14d95a94e352d59b1e120","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 13:49:10.405] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:49:10.406] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:49:10.408] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/lottery/activity/list
[2021-06-29 13:49:10.408] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:49:10.522] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:49:10.522] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:49:10.523] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/lottery/activity/list
[2021-06-29 13:49:10.523] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:49:10.524] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:49:10.524] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:f77a74f402c14d95a94e352d59b1e120
[2021-06-29 13:49:10.525] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:49:10.525] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:49:10.526] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {pageSize=10, activityType=1, pageNum=1}
[2021-06-29 13:49:10.526] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:49:10.526] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - pageSize=10&activityType=1&pageNum=1
[2021-06-29 13:49:10.527] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:49:10.527] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:49:10.891] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:49:10.892] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:49:10.892] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:49:10.892] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:49:10.892] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 13:49:10.892] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:49:10.893] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:49:10.893] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:49:10.893] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:49:10 GMT
[2021-06-29 13:49:10.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:49:10.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:49:10.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:49:10.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"startRow":1,"lastPage":3,"navigatepageNums":[1,2,3],"prePage":0,"hasNextPage":true,"nextPage":2,"pageSize":10,"orderBy":"sort desc","endRow":10,"list":[{"remark":"","openedTimes":25198,"staticUrl":"null","delFlag":false,"operatorName":"章宇","openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/3/1/e2557719cc714dcc903cc370d7c9b0be.png\",\"decorationId\":365,\"decorationName\":\"萌小兔座位框\"}","lotteryRules":"[{\"amount\":210,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-许愿瓶\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/5fa24da0548944d28cbd6cb2aea0617a.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1427},{\"amount\":266,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-喵克里里\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/7/d3b1b940840b4a719eb1ab8c7c3f0e2d.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1428},{\"amount\":406,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-林中鹿\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/5/2b0c79a2e2854e26ab823e9546fa5b5f.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1429},{\"amount\":520,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-流光溢彩\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/2/20/98fe4490ca97451e8fc3bd785e6f1aab.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1430},{\"amount\":999,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-小精灵\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/8b79080ee17d4e4f98a37dee5d6e1d25.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1431},{\"amount\":1314,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-环游星河\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/20/9522617a9aa84a6784568652a834380f.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1432},{\"amount\":5200,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-恋爱星球\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/4/589a496283614a41a8c47ade9e7d00dd.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1433},{\"amount\":13140,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-逐爱星辰\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/2/3/d9b767450047432494dc1199f4fde25b.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1434},{\"amount\":66666,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-时光之恋\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/24/d2db47083eaa40de9c8b324bc41ea564.png\",\"rewardLevel\":4,\"isNew\":0,\"lotteryId\":1435},{\"amount\":18888,\"isReward\":1,\"isNotice\":1,\"name\":\"魅力值礼物-爱恋之城\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/24/1b3cae6c924b4c8db2cf70e00435f18a.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1436}]","id":189,"operatorId":25,"rewardLotteryCount":25198,"openRewardDiamonds":22563247,"objectGifUrl":"null","updateTime":"2021-05-24 20:58:26","sort":121,"labelUrl":"null","gifUrl":"null","remainLotteryDiamonds":1023301,"openPayDiamonds":0,"createTime":"2021-05-24 12:04:17","name":"梦幻糖果机","remainLotteryCount":794,"activityType":1,"priceRules":"[{\"price\":\"10\",\"times\":\"1\"},{\"price\":\"50\",\"times\":\"5\"},{\"price\":\"100\",\"times\":\"10\"}]","isActivate":false,"status":0},{"remark":"","openedTimes":216285,"staticUrl":"null","delFlag":false,"operatorName":"章宇","openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/8/11/e31940fe579b4f60bdeac12bb29eaaeb.png\",\"decorationId\":224,\"decorationName\":\"绚烂阳光座位框\"}","lotteryRules":"[{\"amount\":21,\"isReward\":0,\"isNotice\":0,\"name\":\"礼物-蓝色焰火*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/17/12ffd98a9694444aa73a6e85af69a502.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1414},{\"amount\":30,\"isReward\":0,\"isNotice\":0,\"name\":\"礼物-小礼花*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/17/b9762148eee5495a9cc45d437ce7059a.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1415},{\"amount\":52,\"isReward\":0,\"isNotice\":0,\"name\":\"礼物-点赞*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/10/0747a72cbf0949f8a4ac99035fb779cc.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1416},{\"amount\":66,\"isReward\":0,\"isNotice\":0,\"name\":\"礼物-乐符*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/b436e56b9f7e4c6aab4d9318e3221362.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1417},{\"amount\":99,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-水晶瓶*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/3de3e42108db46f08eecf50a073cff90.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1418},{\"amount\":213,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-天鹅之恋*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/159767cfb5194c28bf81c9e02723f6fe.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1419},{\"amount\":520,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-天生一对*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/5/b6d39e61857a4f8697c4ce6b77b69e43.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1420},{\"amount\":1314,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-一生有你*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/65e3617e22f545ec887c66f02d1a7a6f.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1421},{\"amount\":5200,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-为你摘星*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/24/e19bacb19bfa46f481bb8c16dc02747e.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1422},{\"amount\":2000,\"isReward\":1,\"isNotice\":1,\"name\":\"礼物-梦幻奇遇*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/24/6b487a5275984ba1a779fa5436c88d19.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1423}]","id":188,"operatorId":25,"rewardLotteryCount":216285,"openRewardDiamonds":19093404,"objectGifUrl":"null","updateTime":"2021-05-24 20:58:19","sort":120,"labelUrl":"null","gifUrl":"null","remainLotteryDiamonds":172431,"openPayDiamonds":0,"createTime":"2021-05-24 11:55:16","name":"甜心糖果机","remainLotteryCount":1556,"activityType":1,"priceRules":"[{\"price\":\"1\",\"times\":\"1\"},{\"price\":\"5\",\"times\":\"5\"},{\"price\":\"10\",\"times\":\"10\"}]","isActivate":false,"status":0},{"remark":"","openedTimes":5,"staticUrl":"null","delFlag":false,"operatorName":"admin","coverThreshold":0,"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2019/11/8/77fe938706df40e4a5b652d13153eee9.png\",\"decorationId\":71,\"decorationName\":\"小翅膀座位框\"}","lotteryRules":"[{\"amount\":3,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-小开心*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/23/0f8e0239b55d490181ed2542984f646e.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1289},{\"amount\":1,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-小蛋糕*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/f23a2d65b84444afba2fa0c518793e48.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1290},{\"amount\":1,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-小嘎嘎*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/00527efdb7514484acd8f91740244781.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1291},{\"amount\":5,\"isReward\":1,\"isNotice\":1,\"name\":\"礼物-鼓掌*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/fd836076c9724c1f8b8e8e0a0f903517.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1292}]","id":157,"operatorId":34,"rewardLotteryCount":5,"openRewardDiamonds":5,"objectGifUrl":"null","updateTime":"2021-04-28 16:21:39","sort":113,"labelUrl":"null","gifUrl":"null","remainLotteryDiamonds":775,"openPayDiamonds":0,"createTime":"2021-04-28 14:38:56","name":"梦幻测试","remainLotteryCount":295,"activityType":1,"priceRules":"[{\"price\":\"2\",\"times\":\"1\"},{\"price\":\"10\",\"times\":\"5\"},{\"price\":\"20\",\"times\":\"10\"}]","isActivate":false,"status":0},{"remark":"","openedTimes":47,"delFlag":false,"operatorName":"章宇","coverThreshold":0,"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2019/11/8/77fe938706df40e4a5b652d13153eee9.png\",\"decorationId\":71,\"decorationName\":\"小翅膀座位框\"}","lotteryRules":"[{\"amount\":3,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-甜甜草莓*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/35a6f9da5fe7446c90274189a2cad94c.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1285},{\"amount\":1,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-荧光棒*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/19/22ef4d05f54a4b3298d8c12cdb2bae19.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1286},{\"amount\":1,\"isReward\":0,\"isNotice\":1,\"name\":\"礼物-萤火虫*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/065f98b0ab44431eb1afcd3a0140bc93.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1287},{\"amount\":7,\"isReward\":1,\"isNotice\":1,\"name\":\"礼物-小花朵*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/23/8cb5e2f00a5044d5a6a34808107b40a1.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1288}]","id":156,"operatorId":25,"rewardLotteryCount":47,"openRewardDiamonds":81,"sort":111,"remainLotteryDiamonds":1599,"openPayDiamonds":0,"createTime":"2021-04-28 14:37:13","name":"甜心测试","remainLotteryCount":353,"activityType":1,"priceRules":"[{\"price\":\"1\",\"times\":\"1\"},{\"price\":\"5\",\"times\":\"5\"},{\"price\":\"10\",\"times\":\"10\"}]","isActivate":false,"status":0},{"remark":"4/23日刷新","openedTimes":3449320,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/7c31798619334da792fff5279b8ec7bf.png","delFlag":false,"operatorName":"admin","coverThreshold":0,"lotteryActivityExt":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/33a2ea85233149debbfcb2cfc19e0b67.png","lotteryActivityId":152,"createTime":"2021-06-16 10:06:26","id":127,"content":"","activityH5Url":"https://pre-test-h5.apeiwan.com/htm/lottery?hideNavi=1&box=ordinary","status":1},"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/9/1/adada30dad754189afae0142db13d8e6.png\",\"decorationId\":229,\"decorationName\":\"尘铜座位框\"}","lotteryRules":"[{\"amount\":333,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-亲亲热热\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/7/50da269ad0ca48a7a5a30ee1369ec1c8.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1241},{\"amount\":199,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-桃花水晶\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/183eb56a2eec4e54b4252bb949f2a1e1.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1240},{\"amount\":106,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-变瘦药水\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/ccf4111a1cc14e6594aeab4ce38af585.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1239},{\"amount\":99,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-接放学\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/ec1613815581492abad699a4be0cea58.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1238},{\"amount\":30,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-小礼花\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/17/b9762148eee5495a9cc45d437ce7059a.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1237},{\"amount\":21,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-蓝色焰火\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/17/12ffd98a9694444aa73a6e85af69a502.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1236},{\"amount\":10,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-小可乐\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/23/9ce71421d70d47b099995395e9e330d9.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1235},{\"amount\":8,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-四叶草\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/aca61b210ff74f70a3d690e6310154f8.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1234},{\"amount\":7,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-小花朵\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/23/8cb5e2f00a5044d5a6a34808107b40a1.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1233},{\"amount\":6,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-666\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/89b13ea938644bab88424ed47c163cb2.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1232},{\"amount\":5,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-鼓掌\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/fd836076c9724c1f8b8e8e0a0f903517.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1231},{\"amount\":3,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-小开心\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/23/0f8e0239b55d490181ed2542984f646e.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1230}]","id":152,"operatorId":34,"rewardLotteryCount":3449320,"openRewardDiamonds":34507957,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/651949676dec41fa9648ca8ab447e408.svga","updateTime":"2021-06-16 10:06:26","sort":60,"labelUrl":"","gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/e228e5a2414145809b4abc41efacbbba.webp","remainLotteryDiamonds":3420,"openPayDiamonds":34493160,"createTime":"2021-04-23 18:20:19","name":"普通宝箱","remainLotteryCount":316,"activityType":1,"priceRules":"[{\"price\":\"10\",\"times\":\"1\"},{\"price\":\"50\",\"times\":\"5\"},{\"price\":\"100\",\"times\":\"10\"}]","isActivate":true,"status":1},{"remark":"4/23日刷新","openedTimes":282085,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/717f1ee388b24e38b5888485e5299472.png","delFlag":false,"operatorName":"admin","coverThreshold":0,"lotteryActivityExt":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/c42f032ebb9f43ff81a127d8bd4b1a19.png","lotteryActivityId":153,"createTime":"2021-06-16 10:06:45","id":128,"content":"","activityH5Url":"https://pre-test-app.apeiwan.com/lob-social-contact/lottery.html?lotteryActivityId=153&dialog=1&hideNavi=1","status":1},"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/9/1/fd549c9d823d4954b04d436123c021e1.png\",\"decorationId\":230,\"decorationName\":\"璀银座位框\"}","lotteryRules":"[{\"amount\":5200,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-恋爱星球\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/4/589a496283614a41a8c47ade9e7d00dd.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1253},{\"amount\":1066,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-好运锦鲤\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/303af9a3e43e4196a14cd57a09d9a4f2.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1252},{\"amount\":990,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-心愿许愿池\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/485d2c5f13c240d9ac30ce5df5e010a9.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1251},{\"amount\":888,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-发财摇铃\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/ca40bc15dd9e40d997df5fe830ce64ef.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1250},{\"amount\":266,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-喵克里里\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/7/d3b1b940840b4a719eb1ab8c7c3f0e2d.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1249},{\"amount\":222,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-感恩豹豹\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/25/053cce3535de4611908d09f879dc426b.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1248},{\"amount\":213,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-天鹅之恋\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/159767cfb5194c28bf81c9e02723f6fe.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1247},{\"amount\":199,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-桃花水晶\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/183eb56a2eec4e54b4252bb949f2a1e1.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1246},{\"amount\":122,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-告白气球\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/f892a7c8674c4541bc5c1d5ed1d33f6e.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1244},{\"amount\":106,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-变瘦药水\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/ccf4111a1cc14e6594aeab4ce38af585.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1243},{\"amount\":99,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-幸运铃\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/e54e5085b02b48efbea6ab23b0765cfe.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1242},{\"amount\":15000,\"isReward\":1,\"isNotice\":1,\"name\":\"魅力值礼物-魔法城堡\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/11/a0242a4240b74d6184617e27c39eeedb.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1256},{\"amount\":10000,\"isReward\":1,\"isNotice\":1,\"name\":\"魅力值礼物-暗夜城堡\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/11/988ead23d14042538f4316c510b82cdf.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1255},{\"amount\":3000,\"isReward\":1,\"isNotice\":1,\"name\":\"魅力值礼物-星辰之钥\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/11/e27498efe41b44e488810af8a2f95615.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1254},{\"amount\":135,\"isReward\":0,\"isNotice\":0,\"name\":\"礼物-木碗星空*\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/e0549adc52ff4c1394cf3d41bad12237.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1284}]","id":153,"operatorId":34,"rewardLotteryCount":282085,"openRewardDiamonds":63150024,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/672a8ff1ad884ff6aea38eea7e88758b.svga","updateTime":"2021-06-16 10:06:45","sort":59,"labelUrl":"","gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/bba8816d05324864bdbd80ca475525ae.webp","remainLotteryDiamonds":666294,"openPayDiamonds":59235750,"createTime":"2021-04-23 18:37:26","name":"白银宝箱","remainLotteryCount":3051,"activityType":1,"priceRules":"[{\"price\":\"210\",\"times\":\"1\"},{\"price\":\"1050\",\"times\":\"5\"},{\"price\":\"2100\",\"times\":\"10\"}]","isActivate":true,"status":1},{"remark":"423刷新","openedTimes":155474,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/b97af0eb6d784dad9557d4f4c734fc2d.png","delFlag":false,"operatorName":"admin","coverThreshold":0,"lotteryActivityExt":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/1da468049c9a4df7aea562239b93bdab.png","lotteryActivityId":154,"createTime":"2021-06-16 10:06:53","id":129,"content":"","activityH5Url":"https://pre-test-h5.apeiwan.com/htm/lottery/index.html?box=gold&hideNavi=1","status":1},"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/9/1/1ec5742a6b2f47bfa9b463cf34e3ef8d.png\",\"decorationId\":231,\"decorationName\":\"耀金座位框\"}","lotteryRules":"[{\"amount\":33440,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-深海精灵\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/23/05b37aede2014994a3094c7ccab4e55a.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1268},{\"amount\":13140,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-逐爱星辰\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/2/3/d9b767450047432494dc1199f4fde25b.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1267},{\"amount\":2998,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-花开万物\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/6145fc5f4bb24a99a972764527999da7.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1266},{\"amount\":1314,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-环游星河\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/20/9522617a9aa84a6784568652a834380f.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1265},{\"amount\":999,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-圆梦精灵\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2019/10/22/0a49819db4d542c1be74f52fe72def0f.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1264},{\"amount\":888,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-发财摇铃\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/ca40bc15dd9e40d997df5fe830ce64ef.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1263},{\"amount\":666,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-666\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/2/4/4c21272581fa4bb9aca4c0df6567a70e.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1262},{\"amount\":520,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-流光溢彩\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/2/20/98fe4490ca97451e8fc3bd785e6f1aab.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1261},{\"amount\":520,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-天生一对\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/5/b6d39e61857a4f8697c4ce6b77b69e43.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1260},{\"amount\":406,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-林中鹿\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/5/2b0c79a2e2854e26ab823e9546fa5b5f.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1259},{\"amount\":300,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-飞鸽传书\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/9d32f897dcf34ff6948cff77d3ebb30c.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1258},{\"amount\":222,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-广寒月\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/9f34c21030404601aaacfebea908f7ee.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1257}]","id":154,"operatorId":34,"rewardLotteryCount":155474,"openRewardDiamonds":108134265,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/31a4637256394f9ebfdda5a4b3fc2c55.svga","updateTime":"2021-06-16 10:06:53","sort":58,"labelUrl":"","gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/d31522c02db2434d9879a0f60005092b.webp","remainLotteryDiamonds":310175,"openPayDiamonds":103545684,"createTime":"2021-04-23 18:49:41","name":"黄金宝箱","remainLotteryCount":510,"activityType":1,"priceRules":"[{\"price\":\"666\",\"times\":\"1\"},{\"price\":\"3330\",\"times\":\"5\"},{\"price\":\"6660\",\"times\":\"10\"}]","isActivate":true,"status":1},{"remark":"423刷新","openedTimes":209616,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/ed1d7bf6ce3347a7b7d57ae1196b6e23.png","delFlag":false,"operatorName":"admin","coverThreshold":0,"lotteryActivityExt":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/873b5a8b240349fb8c310d314e6fb32b.png","lotteryActivityId":155,"createTime":"2021-06-16 10:07:01","id":130,"content":"","activityH5Url":"https://pre-test-h5.apeiwan.com/htm/lottery/index.html?box=magic&hideNavi=1","status":1},"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/9/1/21172075a5c9422692cd4529d90d1a80.png\",\"decorationId\":232,\"decorationName\":\"幻尊座位框\"}","lotteryRules":"[{\"amount\":58888,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-浴火凤凰\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/f6c6128dfdaf400384125602fc516504.png\",\"rewardLevel\":4,\"isNew\":0,\"lotteryId\":1280},{\"amount\":9999,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-毁灭魔法\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/0b8db93fb99d445d8cd18923b759669a.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1279},{\"amount\":8888,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-战神之翼\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/f3f840c6159c42ec8e25d86328d0555c.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1278},{\"amount\":6666,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-恶魔之翼\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/4e0febbdd402462b841d34a92949e667.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1277},{\"amount\":1688,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-天使之翼\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/498d1b0089e84308801095724e0593e6.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1276},{\"amount\":1199,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-白马王子\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/68e1039b32da4dd080a339e25529a9ff.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1275},{\"amount\":999,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-破茧成蝶\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/6c65021c3fab48ba949b9036b448dc1a.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1274},{\"amount\":568,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-鎏金百合\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/2601a655d29e4f74954aa67919557d53.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1273},{\"amount\":455,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-魔法手杖\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/7/21/2a8944054a554632b62c4cc7d7a076b4.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1272},{\"amount\":388,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-魔力娃娃\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/e6600ac593bc4ae88b95049bca873fd6.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1271},{\"amount\":299,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-万箭穿心\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/3/9/5b77d17b7a9c4c75a36286771eaedac9.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1270},{\"amount\":199,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-紫惊雷\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/3/9/44cf7b20185742fea258deffe6f11e45.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1269}]","id":155,"operatorId":34,"rewardLotteryCount":209616,"openRewardDiamonds":207980409,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/cafbb47e71764273bb172c8e64570738.svga","updateTime":"2021-06-16 10:07:01","sort":57,"labelUrl":"","gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/23/c467ccae646a4904bf580e3f2baffbb8.webp","remainLotteryDiamonds":659306,"openPayDiamonds":209406384,"createTime":"2021-04-23 19:19:29","name":"魔幻宝箱","remainLotteryCount":353,"activityType":1,"priceRules":"[{\"price\":\"999\",\"times\":\"1\"},{\"price\":\"4995\",\"times\":\"5\"},{\"price\":\"9990\",\"times\":\"10\"}]","isActivate":true,"status":1},{"remark":"4月7日刷新","openedTimes":2574673,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/7/7f480df733a64dbcb2e0a1d61da99295.png","delFlag":false,"operatorName":"张迪","coverThreshold":0,"lotteryActivityExt":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/7/4da3ee04c91e42249905d614d2d14627.png","lotteryActivityId":149,"createTime":"2021-04-24 20:39:54","id":74,"content":"","activityH5Url":"https://h5.apeiwan.com/htm/lottery?hideNavi=1&box=ordinary","status":1},"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/9/1/adada30dad754189afae0142db13d8e6.png\",\"decorationId\":229,\"decorationName\":\"尘铜座位框\"}","lotteryRules":"[{\"amount\":333,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-亲亲热热\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/7/50da269ad0ca48a7a5a30ee1369ec1c8.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1185},{\"amount\":199,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-桃花水晶\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/183eb56a2eec4e54b4252bb949f2a1e1.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1184},{\"amount\":106,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-变瘦药水\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/ccf4111a1cc14e6594aeab4ce38af585.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1183},{\"amount\":99,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-接放学\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/ec1613815581492abad699a4be0cea58.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1182},{\"amount\":30,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-小礼花\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/17/b9762148eee5495a9cc45d437ce7059a.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1181},{\"amount\":21,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-蓝色焰火\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/17/12ffd98a9694444aa73a6e85af69a502.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1180},{\"amount\":10,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-心相印\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/889e68e2182a478eaa024dfb751fce05.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1179},{\"amount\":8,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-许愿星\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/cb68fc35ea3e42d6bf7b4149ecb9d91b.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1178},{\"amount\":6,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-小心心\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/364b732988a64d1aa4c7d6e4594607fe.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1177},{\"amount\":6,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-666\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/89b13ea938644bab88424ed47c163cb2.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1176},{\"amount\":5,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-鼓掌\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/fd836076c9724c1f8b8e8e0a0f903517.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1175},{\"amount\":3,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-甜甜草莓\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/35a6f9da5fe7446c90274189a2cad94c.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1174}]","id":149,"operatorId":139,"rewardLotteryCount":2574673,"openRewardDiamonds":25548878,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/7/580c3d76e85c42eaaf6cde0a4a8038fd.svga","updateTime":"2021-04-24 20:39:55","sort":53,"labelUrl":"","gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/7/a49899ab5cb44bd6a659e8244ca1d0a3.webp","remainLotteryDiamonds":13372,"openPayDiamonds":25746730,"createTime":"2021-04-07 10:49:04","name":"普通宝箱","remainLotteryCount":1288,"activityType":1,"priceRules":"[{\"price\":\"10\",\"times\":\"1\"},{\"price\":\"50\",\"times\":\"5\"},{\"price\":\"100\",\"times\":\"10\"}]","isActivate":false,"status":0},{"remark":"4月7日刷新","openedTimes":155755,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/6/fcdc82b7cf044a2e810dba863dfc90d3.png","delFlag":false,"operatorName":"张迪","coverThreshold":0,"lotteryActivityExt":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/7/8d729db7b2d34cf4a93165c3a85104ed.png","lotteryActivityId":148,"createTime":"2021-04-24 20:40:09","id":75,"content":"","activityH5Url":"https://app.apeiwan.com/lob-social-contact/lottery.html?lotteryActivityId=148&dialog=1&hideNavi=1","status":1},"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/9/1/fd549c9d823d4954b04d436123c021e1.png\",\"decorationId\":230,\"decorationName\":\"璀银座位框\"}","lotteryRules":"[{\"amount\":15000,\"isReward\":1,\"isNotice\":1,\"name\":\"魅力值礼物-魔法城堡\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/11/a0242a4240b74d6184617e27c39eeedb.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1173},{\"amount\":10000,\"isReward\":1,\"isNotice\":1,\"name\":\"魅力值礼物-暗夜城堡\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/11/988ead23d14042538f4316c510b82cdf.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1172},{\"amount\":3000,\"isReward\":1,\"isNotice\":1,\"name\":\"魅力值礼物-星辰之钥\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/11/e27498efe41b44e488810af8a2f95615.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1171},{\"amount\":5200,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-恋爱星球\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/4/589a496283614a41a8c47ade9e7d00dd.png\",\"rewardLevel\":3,\"isNew\":0,\"lotteryId\":1170},{\"amount\":1066,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-好运锦鲤\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/303af9a3e43e4196a14cd57a09d9a4f2.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1169},{\"amount\":990,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-心愿许愿池\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/485d2c5f13c240d9ac30ce5df5e010a9.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1168},{\"amount\":888,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-发财摇铃\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/ca40bc15dd9e40d997df5fe830ce64ef.png\",\"rewardLevel\":2,\"isNew\":0,\"lotteryId\":1167},{\"amount\":266,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-喵克里里\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/7/d3b1b940840b4a719eb1ab8c7c3f0e2d.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1166},{\"amount\":222,\"isReward\":0,\"isNotice\":1,\"name\":\"魅力值礼物-感恩豹豹\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/25/053cce3535de4611908d09f879dc426b.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1165},{\"amount\":202,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-火花闪闪\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/17/d54cf1d5c1e24a2c8134e0912a0489e5.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1164},{\"amount\":199,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-桃花水晶\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/183eb56a2eec4e54b4252bb949f2a1e1.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1163},{\"amount\":128,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-星缤乐\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/24/ae30fc413a3e493f86707f9eb266a6d2.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1162},{\"amount\":122,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-告白气球\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/f892a7c8674c4541bc5c1d5ed1d33f6e.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1161},{\"amount\":106,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-变瘦药水\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/30/ccf4111a1cc14e6594aeab4ce38af585.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1160},{\"amount\":99,\"isReward\":0,\"isNotice\":0,\"name\":\"魅力值礼物-冰淇淋\",\"preUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/f751d14df3f143f2956e65545a0fba0f.png\",\"rewardLevel\":1,\"isNew\":0,\"lotteryId\":1159}]","id":148,"operatorId":139,"rewardLotteryCount":155755,"openRewardDiamonds":34290329,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/6/7ff85fc4ff684b14819318e632b5f4a5.svga","updateTime":"2021-04-24 20:40:10","sort":52,"labelUrl":"","gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/4/6/92989c97fd8e40319e6d1ed460bce0c4.webp","remainLotteryDiamonds":890573,"openPayDiamonds":32708550,"createTime":"2021-04-06 20:25:46","name":"白银宝箱","remainLotteryCount":4255,"activityType":1,"priceRules":"[{\"price\":\"210\",\"times\":\"1\"},{\"price\":\"1050\",\"times\":\"5\"},{\"price\":\"2100\",\"times\":\"10\"}]","isActivate":false,"status":0}],"pageNum":1,"navigatePages":8,"total":28,"pages":3,"size":10,"firstPage":1,"isLastPage":false,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 13:49:10.897] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:49:10.897] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:49:10.919] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:49:10.925] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:49:11.054] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:49:11.055] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:49:11.055] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:49:11.055] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:49:11.055] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:49:11.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:49:11.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:49:11.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 13:49:11.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:49:11.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 13:49:11.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:49:11.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:49:11.476] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:49:11.476] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:49:11.476] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:49:11.477] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:49:11.477] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:49:11.477] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:49:11.477] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:49:11.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 13:49:11.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:49:10 GMT
[2021-06-29 13:49:11.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:49:11.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:49:11.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:49:11.479] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"cc420c57dc104a2f827bd9a7d2775076","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 13:49:11.479] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:49:11.479] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:49:11.480] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:49:11.480] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:49:11.649] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:49:11.649] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:49:11.649] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:49:11.649] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:49:11.650] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:49:11.650] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:49:11.650] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:49:11.650] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 13:49:11.650] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:49:11.650] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 13:49:11.650] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:49:11.651] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:49:11.751] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:49:11.752] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:49:11.752] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:49:11.753] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:49:11.753] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:49:11.753] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:49:11.753] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:49:11.754] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 13:49:11.754] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:49:11 GMT
[2021-06-29 13:49:11.754] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:49:11.755] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:49:11.755] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:49:11.755] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"488483facd2b4111b1ef72fc69b73ef1","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 13:49:11.755] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:49:11.756] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:49:11.756] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/virtual-product/gift-list
[2021-06-29 13:49:11.756] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:49:11.873] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:49:11.874] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:49:11.874] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/virtual-product/gift-list
[2021-06-29 13:49:11.874] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:49:11.874] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:49:11.874] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:488483facd2b4111b1ef72fc69b73ef1
[2021-06-29 13:49:11.874] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:49:11.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:49:11.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {pageSize=10, type=1, pageNum=1, useStatus=1}
[2021-06-29 13:49:11.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:49:11.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - pageSize=10&type=1&pageNum=1&useStatus=1
[2021-06-29 13:49:11.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:49:11.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:49:12.155] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:49:12.156] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:49:12.156] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:49:12.156] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:49:12.156] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 13:49:12.156] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:49:12.157] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:49:12.157] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:49:12.157] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:49:11 GMT
[2021-06-29 13:49:12.157] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:49:12.159] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:49:12.159] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:49:12.159] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询成功!","data":{"startRow":1,"lastPage":4,"navigatepageNums":[1,2,3,4],"prePage":0,"hasNextPage":true,"nextPage":2,"pageSize":10,"orderBy":"sort desc","endRow":10,"list":[{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":26,"virtualProductId":328,"roomType":1,"userRange":1},"virtualProductActivity":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/12/23/c49a4eceb1474d5392c04806c08bdd17.png","createTime":"2020-12-23 14:37:34","refType":1,"id":44,"virtualProductId":328,"content":"每送1个,可增加房间热度10","activityH5Url":"","status":2},"virtualProduct":{"isUse":true,"previewUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/12/17/87b078a0991b4776bab5ca1ada5580ca.webp","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/17/d92b29c9777a46658c5303de2c0694af.png","type":1,"hotValue":10,"singleShow":true,"playDesc":"每送1个,可增加房间热度10","giftVersion":24,"price":0,"remarkUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/12/23/391fcd549b614572835d85936669cac1.png","id":328,"objectGifUrl":"","giftType":2,"sort":5000,"charmValue":0,"limitUpdateTime":"2020-06-23 10:25:10","useStatus":1,"name":"小星星","isWall":true,"permissionDesc":"","remark":"聊天室热度礼物","delFlag":false,"obtainType":3,"hasAnimation":false,"rewardLevel":1,"updateTime":"2021-04-28 13:11:04","labelUrl":"","createTime":"2020-06-23 10:25:10"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":69,"virtualProductId":314,"roomType":1,"userRange":1},"virtualProductPlays":[{"playType":1,"createTime":"2020-06-24 14:48:40","playMethod":"[{\"chainNum\":\"1\",\"showUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/7/9/a599100e5f7e4cc489d32977b28bf41f.svga\",\"remark\":\"一心一意\"}]","id":55,"virtualProductId":314}],"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/bc49bc3143b8478e8c7a2cb04822d691.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"每送1个,可触发动效,增加对方185魅力值","giftVersion":11,"price":185,"remarkUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/app/images/newhome/week-icon.png","id":314,"objectGifUrl":"","giftType":1,"sort":2140,"charmValue":185,"useStatus":1,"name":"超人泡泡糖","isWall":true,"permissionDesc":"","remark":"周星","delFlag":false,"obtainType":1,"hasAnimation":true,"rewardLevel":1,"updateTime":"2021-05-31 00:00:05","labelUrl":"","createTime":"2020-05-27 11:11:04"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":285,"virtualProductId":517,"roomType":1,"userRange":1},"virtualProductActivity":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/5/24/5023164918ca4d0cb72a47a3a7d9ca17.png","createTime":"2021-05-24 10:02:07","refType":1,"id":76,"virtualProductId":517,"content":"","activityH5Url":"https://pre-test-app.apeiwan.com/lob-vas/candy.html?sweetId=188&dreamId=189&dialog=1&animationName=popular","status":2},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/24/b75f989b51ae4a28993257c541164f51.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":8,"price":100,"remarkUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/5/24/325a30b6b166488b84793b220942ce8c.png","id":517,"objectGifUrl":"","giftType":1,"sort":1001,"charmValue":10,"limitUpdateTime":"2021-05-24 10:02:08","useStatus":1,"name":"皮皮糖","isWall":true,"permissionDesc":"","remark":"糖果制造机玩法礼物","delFlag":false,"obtainType":5,"hasAnimation":false,"rewardLevel":1,"updateTime":"2021-06-17 17:23:08","labelUrl":"","wallLabelUrl":"","wallBigUrl":"","createTime":"2021-05-24 10:02:08"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":25,"virtualProductId":327,"roomType":1,"userRange":2},"virtualProductPlays":[{"playType":1,"createTime":"2020-06-22 17:56:35","playMethod":"[{\"chainNum\":\"1\",\"showUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/7/9/9eaf3d9972cb4c95862169bf86339e1d.svga\",\"remark\":\"1\"}]","id":24,"virtualProductId":327}],"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/12/9/0d8b6614ce9e4b558f563fd79b199a7a.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"每送1个,可增加对方1魅力值","giftVersion":17,"price":1,"remarkUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/12/4/47616b7102824d6a93cfc83fe18f18fc.png","id":327,"objectGifUrl":"","giftType":1,"sort":980,"charmValue":1,"limitUpdateTime":"2020-06-22 18:06:48","useStatus":1,"name":"壁咚主播","receiveLimitCount":1,"isWall":true,"permissionDesc":"","remark":"新用户专属","delFlag":false,"obtainType":1,"hasAnimation":true,"rewardLevel":1,"updateTime":"2021-04-28 13:11:04","labelUrl":"","createTime":"2020-06-22 17:56:36"}},{"virtualProductRange":{"roomRange":"834861","rangeName":"","id":242,"virtualProductId":474,"roomType":2,"userRange":1},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/2/23/40edaab9a3ac4a3fb4371da93b2ea3bc.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":5,"price":99,"remarkUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/2/23/dad204fd37394fc181dd8db08d3ce9d5.png","id":474,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/2/23/5544a220aee34320a5e04e01f019a63d.svga","giftType":1,"sort":980,"charmValue":99,"limitUpdateTime":"2021-02-23 18:01:57","useStatus":1,"name":"雾时牛啤","isWall":true,"permissionDesc":"","remark":"【雾时】聊天室专属礼物","delFlag":false,"obtainType":1,"startTime":"2021-03-22 00:00:00","hasAnimation":false,"rewardLevel":1,"updateTime":"2021-04-28 13:11:04","labelUrl":"","createTime":"2021-02-23 18:01:57","endTime":"2021-08-22 23:59:59"}},{"virtualProductRange":{"roomRange":"3","rangeName":"全部","id":244,"virtualProductId":476,"roomType":1,"userRange":1},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/3/6/0940ac14e35445b09d18cc23c74d48ed.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":7,"price":128,"remarkUrl":"","id":476,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/3/6/8356f437f8234067ab33ae6ae5717d8b.svga","giftType":1,"sort":975,"charmValue":128,"limitUpdateTime":"2021-03-06 10:48:39","useStatus":1,"name":"爱你女神","isWall":true,"permissionDesc":"","remark":"女生厅专属礼物","delFlag":false,"obtainType":1,"hasAnimation":false,"rewardLevel":1,"updateTime":"2021-04-28 13:11:04","labelUrl":"","wallLabelUrl":"","wallBigUrl":"","createTime":"2021-03-06 10:48:39"}},{"virtualProductRange":{"roomRange":"17","rangeName":"全部","id":260,"virtualProductId":492,"roomType":1,"userRange":1},"virtualProductActivity":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/5/13/e49c90bb59ac48afa99e43be61562f1d.png","createTime":"2021-05-13 15:42:15","refType":1,"id":73,"virtualProductId":492,"content":"男生厅专属礼物","activityH5Url":"","status":2},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/20/bcec13db65ed444798da89e07069c06d.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":3,"price":128,"remarkUrl":"","id":492,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/20/e7029523684541e6be534bc81398829a.svga","giftType":1,"sort":975,"charmValue":128,"limitUpdateTime":"2021-04-20 12:01:04","useStatus":1,"name":"游戏机","isWall":true,"permissionDesc":"","remark":"聊天室礼物","delFlag":false,"obtainType":1,"hasAnimation":false,"rewardLevel":1,"updateTime":"2021-05-13 15:42:15","labelUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/5/13/b7dba13400ec4ad0b9432a5df6e8ee06.png","wallLabelUrl":"","wallBigUrl":"","createTime":"2021-04-20 12:01:04"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":292,"virtualProductId":524,"roomType":1,"userRange":1},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/28/21f8b4cee83e495088addb84afa3377e.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":3,"price":6,"remarkUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/5/28/482abc44e4a94a29b1c2ef98c2131498.png","id":524,"objectGifUrl":"","giftType":1,"sort":971,"charmValue":6,"limitUpdateTime":"2021-05-28 17:21:11","useStatus":1,"name":"爱心补给","isWall":true,"permissionDesc":"","remark":"聊天室礼物","delFlag":false,"obtainType":1,"hasAnimation":false,"rewardLevel":1,"updateTime":"2021-05-28 18:00:32","labelUrl":"","wallLabelUrl":"","wallBigUrl":"","createTime":"2021-05-28 17:21:11"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":293,"virtualProductId":525,"roomType":1,"userRange":1},"virtualProductPlays":[{"playType":1,"createTime":"2021-06-02 13:43:36","playMethod":"[{\"chainNum\":\"66\",\"showUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/2/9a1bcd25a58d456ca115a2945ab0f265.svga\",\"remark\":\"一切顺利\"}]","id":265,"virtualProductId":525}],"virtualProductActivity":{"backgroundUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/2/4ba3fb736eef422d9ab9d4f25699269a.png","createTime":"2021-06-02 13:43:36","refType":1,"id":79,"virtualProductId":525,"content":"一次性赠送66个该礼物,触发进阶动效。","activityH5Url":"","status":2},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/28/94ec50fb1dd4496c8fffcbb29f51c00c.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":3,"price":10,"remarkUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/5/28/fd6a7be3566e4c9384d635e6f4824220.png","id":525,"objectGifUrl":"","giftType":1,"sort":970,"charmValue":10,"limitUpdateTime":"2021-05-28 18:07:48","useStatus":1,"name":"永远滴神","isWall":true,"permissionDesc":"","remark":"聊天室礼物","delFlag":false,"obtainType":1,"hasAnimation":true,"rewardLevel":1,"updateTime":"2021-06-02 13:49:15","labelUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/2/703b25c3f87a4df2a34b3fe17a51d2b0.png","wallLabelUrl":"","wallBigUrl":"","createTime":"2021-05-28 18:07:48"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":97,"virtualProductId":220,"roomType":1,"userRange":1},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/1/21/8ba5e16553b44d1893d1b063faddd256.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"每送1个,可触发动效,增加对方21魅力值","giftVersion":10,"price":21,"remarkUrl":"","id":220,"objectGifUrl":"","giftType":1,"sort":960,"charmValue":21,"useStatus":1,"name":"甜甜圈","isWall":true,"permissionDesc":"","remark":"聊天室礼物","delFlag":false,"obtainType":1,"hasAnimation":false,"rewardLevel":1,"updateTime":"2021-04-28 13:11:04","labelUrl":"","createTime":"2019-08-07 16:02:15"}}],"pageNum":1,"navigatePages":8,"total":34,"pages":4,"size":10,"firstPage":1,"isLastPage":false,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 13:49:12.160] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:49:12.160] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:49:12.167] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:49:12.169] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:49:12.348] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:49:12.349] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:49:12.349] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:49:12.349] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:49:12.350] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:49:12.350] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:49:12.351] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:49:12.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 13:49:12.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:49:12.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 13:49:12.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:49:12.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:49:12.447] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:49:12.447] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:49:12.448] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:49:12.448] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:49:12.448] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:49:12.449] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:49:12.449] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:49:12.449] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 13:49:12.449] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:49:11 GMT
[2021-06-29 13:49:12.450] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:49:12.450] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:49:12.450] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:49:12.450] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"d24d8d937c9a4997b48f7cbd895b2aaa","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 13:49:12.451] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:49:12.451] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:49:12.452] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 13:49:12.453] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:49:12.626] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:49:12.627] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:49:12.627] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 13:49:12.627] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:49:12.628] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:49:12.628] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:d24d8d937c9a4997b48f7cbd895b2aaa
[2021-06-29 13:49:12.628] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:49:12.629] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:49:12.629] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774138, pageSize=10, pageNum=1}
[2021-06-29 13:49:12.629] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:49:12.629] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774138&pageSize=10&pageNum=1
[2021-06-29 13:49:12.629] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:49:12.630] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:49:12.924] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:49:12.925] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:49:12.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:49:12.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:49:12.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 13:49:12.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:49:12.927] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:49:12.927] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:49:12.927] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:49:12 GMT
[2021-06-29 13:49:12.927] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:49:12.927] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:49:12.928] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:49:12.928] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":507,"platformAuthUrl":"","platformAuth":0,"publicOpenId":"1047683-os6HU059MQKLgBJqzwKcdEau6Mzo-1624520485363","nobleName":"未开通","type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":4022309,"chargeBalance":10030.00,"headPortraitsUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/18/82cd5b8c0bb741979ca92e634899fdf2.jpg","lastMemberExp":0,"nobleRankCode":-1,"activeTime":"2021-06-25 10:42:39","userInfoAuth":2,"status":1,"gender":1,"city":"武汉","registerType":3,"guildCode":"16208545","userCode":"190322040","loginTime":"2021-06-25 10:42:38","ordersTakeStatus":1,"nickname":"雨落心玄","registIp":"113.89.34.116","virtualBalance":172,"isCancel":false,"memberLevel":0,"mobile":"13823774138","imPsw":"2b98dd8b27e24e87937428bd67d7ba6b","updateTime":"2021-05-12 23:23:25","quickServerStatus":0,"imId":"4022309_20210415","scoreAvg":4.0,"charm":0,"createTime":"2021-04-15 15:23:14","newUser":false,"sourceName":"华为市场","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 13:49:12.928] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:49:12.928] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:49:12.929] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/virtual-money/modify
[2021-06-29 13:49:12.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:49:13.125] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:49:13.126] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:49:13.127] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/virtual-money/modify
[2021-06-29 13:49:13.127] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:49:13.127] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:49:13.128] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:d24d8d937c9a4997b48f7cbd895b2aaa
[2021-06-29 13:49:13.128] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:49:13.129] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:49:13.129] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {ext=1, money=1, remark=1, type=1, userId=4022309}
[2021-06-29 13:49:13.130] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:49:13.130] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - ext=1&money=1&remark=1&type=1&userId=4022309
[2021-06-29 13:49:13.130] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:49:13.131] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:49:13.429] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:49:13.430] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:49:13.430] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:49:13.430] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:49:13.431] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 13:49:13.431] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:49:13.431] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:49:13.431] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:49:13.432] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:49:12 GMT
[2021-06-29 13:49:13.432] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:49:13.432] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:49:13.432] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:49:13.432] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"操作成功!","status":200}
[2021-06-29 13:49:13.433] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:49:13.433] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:52:09.555] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:52:09.751] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:52:10.072] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:52:10.073] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:52:10.073] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 13:52:10.073] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:52:10.073] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:52:10.074] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:52:10.074] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:52:09.654] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 13:52:09.654] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:52:09.655] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 13:52:09.656] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:52:09.656] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:52:10.112] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:52:10.113] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:52:10.113] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:52:10.113] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:52:10.113] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:52:10.113] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:52:10.114] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:52:10.114] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 13:52:10.114] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:52:09 GMT
[2021-06-29 13:52:10.114] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:52:10.114] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:52:10.115] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:52:10.115] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"50dec01ed50e4e389ffb62004f885fb3","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 13:52:10.115] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:52:10.116] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:52:10.120] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 13:52:10.120] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:52:10.235] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:52:10.236] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:52:10.236] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 13:52:10.236] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:52:10.237] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:52:10.237] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:50dec01ed50e4e389ffb62004f885fb3
[2021-06-29 13:52:10.237] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:52:10.237] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:52:10.237] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774138, pageSize=10, pageNum=1}
[2021-06-29 13:52:10.237] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:52:10.238] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774138&pageSize=10&pageNum=1
[2021-06-29 13:52:10.238] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:52:10.238] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:52:10.413] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:52:10.415] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:52:10.415] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:52:10.415] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:52:10.415] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 13:52:10.416] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:52:10.416] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:52:10.417] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:52:10.417] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:52:10 GMT
[2021-06-29 13:52:10.417] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:52:10.417] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:52:10.418] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:52:10.418] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":507,"platformAuthUrl":"","platformAuth":0,"publicOpenId":"1047683-os6HU059MQKLgBJqzwKcdEau6Mzo-1624520485363","nobleName":"未开通","type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":4022309,"chargeBalance":10030.00,"headPortraitsUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/18/82cd5b8c0bb741979ca92e634899fdf2.jpg","lastMemberExp":0,"nobleRankCode":-1,"activeTime":"2021-06-25 10:42:39","userInfoAuth":2,"status":1,"gender":1,"city":"武汉","registerType":3,"guildCode":"16208545","userCode":"190322040","loginTime":"2021-06-25 10:42:38","ordersTakeStatus":1,"nickname":"雨落心玄","registIp":"113.89.34.116","virtualBalance":173,"isCancel":false,"memberLevel":0,"mobile":"13823774138","imPsw":"2b98dd8b27e24e87937428bd67d7ba6b","updateTime":"2021-05-12 23:23:25","quickServerStatus":0,"imId":"4022309_20210415","scoreAvg":4.0,"charm":0,"createTime":"2021-04-15 15:23:14","newUser":false,"sourceName":"华为市场","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 13:52:10.418] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:52:10.419] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 13:52:10.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/virtual-money/modify
[2021-06-29 13:52:10.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 13:52:11.602] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 13:52:11.602] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 13:52:11.603] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/virtual-money/modify
[2021-06-29 13:52:11.603] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 13:52:11.604] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 13:52:11.604] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:50dec01ed50e4e389ffb62004f885fb3
[2021-06-29 13:52:11.605] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 13:52:11.605] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 13:52:11.605] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {ext=1, money=1, remark=1, type=1, userId=4022309}
[2021-06-29 13:52:11.606] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 13:52:11.606] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - ext=1&money=1&remark=1&type=1&userId=4022309
[2021-06-29 13:52:11.606] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 13:52:11.607] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 13:52:11.756] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 13:52:11.757] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 13:52:11.757] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 13:52:11.757] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 13:52:11.758] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 13:52:11.758] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 13:52:11.758] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 13:52:11.758] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 13:52:11.758] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 05:52:11 GMT
[2021-06-29 13:52:11.758] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 13:52:11.758] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 13:52:11.759] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 13:52:11.759] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"操作成功!","status":200}
[2021-06-29 13:52:11.759] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 13:52:11.759] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:06.872] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-app.apeiwan.com/sms/verify
[2021-06-29 14:04:07.126] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:07.434] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:07.435] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:07.435] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-app.apeiwan.com/sms/verify
[2021-06-29 14:04:07.436] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:07.436] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:07.436] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:07.441] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:07.445] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774135}
[2021-06-29 14:04:07.446] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:07.446] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774135
[2021-06-29 14:04:07.447] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:07.448] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:08.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:08.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:08.015] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:08.016] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:08.016] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.14.0
[2021-06-29 14:04:08.016] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:08.017] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:08.017] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:56
[2021-06-29 14:04:08.017] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:07 GMT
[2021-06-29 14:04:08.017] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:08.017] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:08.018] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:08.018] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"验证码发送成功","status":200}
[2021-06-29 14:04:08.018] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:08.021] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:08.023] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-app.apeiwan.com/login
[2021-06-29 14:04:08.024] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:08.173] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:08.173] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:08.173] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-app.apeiwan.com/login
[2021-06-29 14:04:08.173] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:08.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:08.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:08.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:08.175] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {code=2222, mobile=13823774135}
[2021-06-29 14:04:08.175] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:08.175] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - code=2222&mobile=13823774135
[2021-06-29 14:04:08.175] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:08.175] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:08.473] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:08.474] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:08.474] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:08.474] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:08.474] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.14.0
[2021-06-29 14:04:08.474] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:08.474] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:08.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:934
[2021-06-29 14:04:08.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:08 GMT
[2021-06-29 14:04:08.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:08.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:08.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:08.476] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"gender":0,"platformAuth":0,"type":1,"userCode":"104076540","nickname":"游客6374424","id":4567040,"headPortraitsUrl":"https://game-play.oss-cn-hangzhou.aliyuncs.com/app/images/defaultusericon/userpic13.jpg","mobile":"13823774135","imPsw":"312a71ebad3f4f56b8b312283fcb5b05","updateTime":"2021-06-22 17:38:43","imId":"4567040_20210622","token":"APP-3af3d55ef3364983acfd1f7621652f8a#4567040","createTime":"2021-06-22 17:38:44","newUser":false,"status":1},"status":200}
[2021-06-29 14:04:08.476] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:08.476] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:08.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/search
[2021-06-29 14:04:08.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:08.672] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:08.672] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:08.673] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/search
[2021-06-29 14:04:08.673] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:08.673] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:08.673] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:APP-3af3d55ef3364983acfd1f7621652f8a#4567040
[2021-06-29 14:04:08.673] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:08.674] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:08.674] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {pageSize=20, pageNum=1, queryStr=10113062}
[2021-06-29 14:04:08.674] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:08.674] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - pageSize=20&pageNum=1&queryStr=10113062
[2021-06-29 14:04:08.674] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:08.675] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:08.893] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:08.893] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:08.893] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:08.893] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:08.893] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:04:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.14.0
[2021-06-29 14:04:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:08 GMT
[2021-06-29 14:04:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":100,"orderBy":"id desc","endRow":1,"list":[{"guildStatus":2,"description":"欢迎来到我的公会","updateTime":"2021-06-22 17:38:45","maxNum":50,"guildCode":"10113062","logoUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/10/41ccae2242e74da8a554726da01f1dc2.jpeg","guildName":"心玄的公会","leaderId":4566986,"curNum":3,"createTime":"2021-06-22 11:38:34","guildType":1,"id":1302,"guildBiz":0}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 14:04:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:08.895] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:08.898] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/join
[2021-06-29 14:04:08.898] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:09.055] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:09.055] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:09.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/join
[2021-06-29 14:04:09.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:09.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:09.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:APP-3af3d55ef3364983acfd1f7621652f8a#4567040
[2021-06-29 14:04:09.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:09.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:09.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {applyRemark=我是test,想加入公会, guildId=1302}
[2021-06-29 14:04:09.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:09.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - applyRemark=%E6%88%91%E6%98%AFtest%EF%BC%8C%E6%83%B3%E5%8A%A0%E5%85%A5%E5%85%AC%E4%BC%9A&guildId=1302
[2021-06-29 14:04:09.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:09.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:09.339] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:09.340] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:09.340] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:09.341] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:09.341] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:04:09.341] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.14.0
[2021-06-29 14:04:09.342] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:09.342] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:09.342] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:09 GMT
[2021-06-29 14:04:09.343] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:09.343] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:09.343] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:09.343] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"已在公会中","data":{"errcode":1009},"status":500}
[2021-06-29 14:04:09.344] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:09.344] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:09.345] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:04:09.345] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:09.510] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:09.510] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:09.511] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:04:09.511] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:09.511] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:09.511] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:09.511] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:09.512] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 14:04:09.512] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:09.512] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 14:04:09.512] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:09.512] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:09.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:09.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:09.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:09.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:09.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:04:09.595] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:09.595] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:09.595] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 14:04:09.595] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:09 GMT
[2021-06-29 14:04:09.595] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:09.596] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:09.596] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:09.596] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"7a10e88bf0b14880b707c62fd5cdaca2","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 14:04:09.596] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:09.597] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:09.598] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/guild-center/guild/list
[2021-06-29 14:04:09.598] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:09.701] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:09.702] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:09.702] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/guild-center/guild/list
[2021-06-29 14:04:09.702] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:09.702] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:09.703] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:7a10e88bf0b14880b707c62fd5cdaca2
[2021-06-29 14:04:09.704] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:09.704] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:09.704] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {pageSize=999999, guildCode=10113062, pageNum=1}
[2021-06-29 14:04:09.705] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:09.705] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - pageSize=999999&guildCode=10113062&pageNum=1
[2021-06-29 14:04:09.705] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:09.705] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:10.543] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:10.543] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:10.543] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:10.544] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:10.544] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:04:10.544] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:04:10.544] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:10.545] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:10.545] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:10 GMT
[2021-06-29 14:04:10.545] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:10.545] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:10.545] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:10.545] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":999999,"endRow":1,"list":[{"roomNums":1,"guildStatus":2,"mobile":"13823774131","description":"欢迎来到我的公会","updateTime":"2021-06-22 17:38:45","leaderNickName":"test","maxNum":50,"guildCode":"10113062","logoUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/10/41ccae2242e74da8a554726da01f1dc2.jpeg","guildName":"心玄的公会","leaderId":4566986,"guildMaxNumDesc":"50人以下","curNum":3,"createTime":"2021-06-22 11:38:34","guildType":1,"id":1302,"guildBiz":0}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 14:04:10.545] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:10.546] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:10.547] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-app.apeiwan.com/sms/verify
[2021-06-29 14:04:10.547] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:11.243] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:11.243] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:11.243] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-app.apeiwan.com/sms/verify
[2021-06-29 14:04:11.243] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:11.243] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:11.243] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:11.244] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:11.244] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774131}
[2021-06-29 14:04:11.244] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:11.244] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774131
[2021-06-29 14:04:11.244] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:11.244] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:11.460] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:11.460] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:11.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:11.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:11.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.14.0
[2021-06-29 14:04:11.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:11.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:11.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:56
[2021-06-29 14:04:11.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:11 GMT
[2021-06-29 14:04:11.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:11.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:11.462] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:11.462] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"验证码发送成功","status":200}
[2021-06-29 14:04:11.462] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:11.462] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:11.463] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-app.apeiwan.com/login
[2021-06-29 14:04:11.463] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:11.925] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:11.925] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:11.925] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-app.apeiwan.com/login
[2021-06-29 14:04:11.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:11.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:11.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:11.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:11.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {code=2222, mobile=13823774131}
[2021-06-29 14:04:11.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:11.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - code=2222&mobile=13823774131
[2021-06-29 14:04:11.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:11.927] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:12.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:12.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:12.056] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:12.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:12.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.14.0
[2021-06-29 14:04:12.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:12.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:12.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:929
[2021-06-29 14:04:12.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:12 GMT
[2021-06-29 14:04:12.057] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:12.058] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:12.058] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:12.058] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"gender":1,"city":"","platformAuth":0,"type":2,"userCode":"168966540","nickname":"test","id":4566986,"headPortraitsUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg","mobile":"13823774131","imPsw":"bd5113932f1e4577875e42d86d0af1ff","updateTime":"2021-06-11 15:21:26","imId":"4566986_20210611","token":"APP-2dbcb1d44c5343339538267fd72ae3ec#4566986","createTime":"2021-06-11 15:21:27","newUser":false,"status":1},"status":200}
[2021-06-29 14:04:12.058] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:12.058] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:12.059] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:04:12.059] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:12.206] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:12.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:12.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:04:12.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:12.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:12.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:12.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:12.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 14:04:12.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:12.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 14:04:12.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:12.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:12.323] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:12.323] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:12.323] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:12.324] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:12.324] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:04:12.324] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:12.324] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:12.324] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 14:04:12.324] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:12 GMT
[2021-06-29 14:04:12.325] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:12.325] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:12.325] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:12.325] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"3eb6ce1cb2b04b9fb89813864f851131","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 14:04:12.325] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:12.326] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:12.327] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 14:04:12.328] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:12.527] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:12.528] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:12.528] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 14:04:12.529] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:12.529] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:12.529] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:3eb6ce1cb2b04b9fb89813864f851131
[2021-06-29 14:04:12.529] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:12.530] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:12.530] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774131, pageSize=10, pageNum=1}
[2021-06-29 14:04:12.530] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:12.530] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774131&pageSize=10&pageNum=1
[2021-06-29 14:04:12.531] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:12.531] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:12.677] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:12.679] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:12.679] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:12.679] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:12.679] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:04:12.680] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:04:12.680] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:12.680] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:12.680] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:12 GMT
[2021-06-29 14:04:12.680] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:12.680] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:12.681] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:12.681] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":5,"platformAuthUrl":"","platformAuth":0,"nobleName":"富商Ⅲ","type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":4566986,"chargeBalance":0.00,"headPortraitsUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg","lastMemberExp":0,"nobleRankCode":13,"activeTime":"2021-06-25 10:42:44","userInfoAuth":2,"status":1,"gender":1,"city":"","registerType":3,"guildCode":"10113062","userCode":"168966540","loginTime":"2021-06-29 14:04:11","ordersTakeStatus":1,"nickname":"test","registIp":"61.183.246.70","virtualBalance":5605,"isCancel":false,"memberLevel":0,"mobile":"13823774131","imPsw":"bd5113932f1e4577875e42d86d0af1ff","updateTime":"2021-06-11 15:21:26","quickServerStatus":0,"imId":"4566986_20210611","scoreAvg":4.0,"charm":0,"createTime":"2021-06-11 15:21:27","newUser":false,"sourceName":"android注册来源","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 14:04:12.681] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:12.681] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:12.682] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/search
[2021-06-29 14:04:12.682] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:12.763] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:12.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:12.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/search
[2021-06-29 14:04:12.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:12.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:12.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:APP-2dbcb1d44c5343339538267fd72ae3ec#4566986
[2021-06-29 14:04:12.765] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:12.765] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:12.765] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {pageSize=20, pageNum=1, queryStr=10113062}
[2021-06-29 14:04:12.765] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:12.766] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - pageSize=20&pageNum=1&queryStr=10113062
[2021-06-29 14:04:12.766] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:12.766] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:12.905] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:12.906] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:12.906] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:12.906] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:12.906] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:04:12.907] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.14.0
[2021-06-29 14:04:12.907] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:12.907] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:12.907] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:12 GMT
[2021-06-29 14:04:12.907] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:12.908] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:12.908] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:12.908] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":100,"orderBy":"id desc","endRow":1,"list":[{"guildStatus":2,"description":"欢迎来到我的公会","updateTime":"2021-06-22 17:38:45","maxNum":50,"guildCode":"10113062","logoUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/10/41ccae2242e74da8a554726da01f1dc2.jpeg","guildName":"心玄的公会","leaderId":4566986,"curNum":3,"createTime":"2021-06-22 11:38:34","guildType":1,"id":1302,"guildBiz":0}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 14:04:12.908] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:12.908] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:12.909] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/apply-list
[2021-06-29 14:04:12.910] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:13.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:13.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:13.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/apply-list
[2021-06-29 14:04:13.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:13.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:13.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:APP-2dbcb1d44c5343339538267fd72ae3ec#4566986
[2021-06-29 14:04:13.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:13.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:13.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {applyType=1, pageSize=20, pageNum=1, guildId=1302}
[2021-06-29 14:04:13.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:13.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - applyType=1&pageSize=20&pageNum=1&guildId=1302
[2021-06-29 14:04:13.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:13.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:13.993] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:13.993] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:13.994] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:13.994] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:13.995] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:04:13.995] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.14.0
[2021-06-29 14:04:13.995] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:13.996] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:13.996] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:13 GMT
[2021-06-29 14:04:13.996] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:13.996] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:13.996] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:13.997] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":100,"orderBy":"id desc","endRow":1,"list":[{"baseInfo":{"headPortraitsUrl":"https://game-play.oss-cn-hangzhou.aliyuncs.com/app/images/defaultusericon/userpic11.jpg","memberExp":0,"gender":0,"memberLevel":0,"type":1,"userId":4567053,"userCode":"135076540","fans":0,"nickname":"游客8720475","status":1},"applyType":1,"applyId":87151,"applyRemark":"我是游客8720475,想加入公会","handleDesc":"","handleStatus":1,"applyTime":"2021-06-24 13:34:21"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 14:04:13.997] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:13.997] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:13.998] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/handle-apply
[2021-06-29 14:04:13.998] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:14.115] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:14.115] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:14.115] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-guild-api.apeiwan.com/api/v1/guild-center/guild/handle-apply
[2021-06-29 14:04:14.116] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:14.116] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:14.116] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:APP-2dbcb1d44c5343339538267fd72ae3ec#4566986
[2021-06-29 14:04:14.116] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:14.116] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:14.116] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {applyId=87151, configs=[], handleStatus=2}
[2021-06-29 14:04:14.116] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:14.117] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - applyId=87151&configs=%5B%5D&handleStatus=2
[2021-06-29 14:04:14.117] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:14.117] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:14.768] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:14.768] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:14.768] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:14.768] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:14.769] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:04:14.769] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.14.0
[2021-06-29 14:04:14.769] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:14.769] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:14.769] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:14 GMT
[2021-06-29 14:04:14.769] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:14.769] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:14.770] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:14.770] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"已同意","status":200}
[2021-06-29 14:04:14.770] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:14.770] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:37.839] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:04:38.050] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:38.248] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:38.248] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:38.249] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:04:38.249] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:38.249] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:38.250] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:38.250] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:38.253] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 14:04:38.253] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:38.253] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 14:04:38.253] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:38.254] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:38.653] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:38.653] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:38.654] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:38.654] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:38.654] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:04:38.654] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:38.655] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:38.655] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 14:04:38.655] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:38 GMT
[2021-06-29 14:04:38.655] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:38.656] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:38.656] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:38.656] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"5b496d08a17649a7b337a6a41bc98024","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 14:04:38.656] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:38.658] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:38.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 14:04:38.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:38.719] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:38.719] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:38.720] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 14:04:38.720] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:38.720] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:38.720] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:5b496d08a17649a7b337a6a41bc98024
[2021-06-29 14:04:38.720] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:38.721] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:38.721] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774138, pageSize=10, pageNum=1}
[2021-06-29 14:04:38.721] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:38.721] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774138&pageSize=10&pageNum=1
[2021-06-29 14:04:38.722] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:38.722] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:38.880] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:38.880] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:38.881] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:38.881] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:38.882] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:04:38.882] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:04:38.882] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:38.883] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:38.883] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:38 GMT
[2021-06-29 14:04:38.883] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:38.883] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:38.884] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:38.884] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":507,"platformAuthUrl":"","platformAuth":0,"publicOpenId":"1047683-os6HU059MQKLgBJqzwKcdEau6Mzo-1624520485363","nobleName":"未开通","type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":4022309,"chargeBalance":10030.00,"headPortraitsUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/18/82cd5b8c0bb741979ca92e634899fdf2.jpg","lastMemberExp":0,"nobleRankCode":-1,"activeTime":"2021-06-25 10:42:39","userInfoAuth":2,"status":1,"gender":1,"city":"武汉","registerType":3,"guildCode":"16208545","userCode":"190322040","loginTime":"2021-06-25 10:42:38","ordersTakeStatus":1,"nickname":"雨落心玄","registIp":"113.89.34.116","virtualBalance":174,"isCancel":false,"memberLevel":0,"mobile":"13823774138","imPsw":"2b98dd8b27e24e87937428bd67d7ba6b","updateTime":"2021-05-12 23:23:25","quickServerStatus":0,"imId":"4022309_20210415","scoreAvg":4.0,"charm":0,"createTime":"2021-04-15 15:23:14","newUser":false,"sourceName":"华为市场","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 14:04:38.884] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:38.884] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:04:38.886] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/virtual-money/modify
[2021-06-29 14:04:38.886] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:04:38.982] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:04:38.982] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:04:38.983] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/virtual-money/modify
[2021-06-29 14:04:38.984] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:04:38.984] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:04:38.985] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:5b496d08a17649a7b337a6a41bc98024
[2021-06-29 14:04:38.985] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:04:38.985] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:04:38.986] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {ext=1, money=1, remark=1, type=1, userId=4022309}
[2021-06-29 14:04:38.986] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:04:38.987] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - ext=1&money=1&remark=1&type=1&userId=4022309
[2021-06-29 14:04:38.987] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:04:38.988] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:04:39.101] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:04:39.102] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:04:39.102] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:04:39.102] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:04:39.103] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:04:39.103] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:04:39.103] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:04:39.104] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:04:39.104] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:04:39 GMT
[2021-06-29 14:04:39.105] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:04:39.105] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:04:39.105] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:04:39.106] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"操作成功!","status":200}
[2021-06-29 14:04:39.106] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:04:39.108] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:09:07.286] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:09:07.498] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:09:07.826] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:09:07.827] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:09:07.827] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:09:07.828] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:09:07.828] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:09:07.829] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:09:07.830] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:09:07.833] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 14:09:07.834] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:09:07.834] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 14:09:07.836] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:09:07.839] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:09:08.232] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:09:08.232] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:09:08.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:09:08.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:09:08.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:09:08.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:09:08.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:09:08.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 14:09:08.234] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:09:07 GMT
[2021-06-29 14:09:08.234] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:09:08.234] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:09:08.235] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:09:08.235] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"29f60c77ab9f46829f650592a4cd0b6e","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 14:09:08.235] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:09:08.236] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:09:08.238] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 14:09:08.238] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:09:08.433] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:09:08.433] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:09:08.434] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 14:09:08.434] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:09:08.434] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:09:08.434] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:29f60c77ab9f46829f650592a4cd0b6e
[2021-06-29 14:09:08.435] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:09:08.435] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:09:08.435] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774138, pageSize=10, pageNum=1}
[2021-06-29 14:09:08.436] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:09:08.436] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774138&pageSize=10&pageNum=1
[2021-06-29 14:09:08.436] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:09:08.436] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:09:08.590] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:09:08.590] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:09:08.591] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:09:08.592] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:09:08.592] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:09:08.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:09:08.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:09:08.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:09:08.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:09:08 GMT
[2021-06-29 14:09:08.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:09:08.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:09:08.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:09:08.595] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":507,"platformAuthUrl":"","platformAuth":0,"publicOpenId":"1047683-os6HU059MQKLgBJqzwKcdEau6Mzo-1624520485363","nobleName":"未开通","type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":4022309,"chargeBalance":10030.00,"headPortraitsUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/18/82cd5b8c0bb741979ca92e634899fdf2.jpg","lastMemberExp":0,"nobleRankCode":-1,"activeTime":"2021-06-25 10:42:39","userInfoAuth":2,"status":1,"gender":1,"city":"武汉","registerType":3,"guildCode":"16208545","userCode":"190322040","loginTime":"2021-06-25 10:42:38","ordersTakeStatus":1,"nickname":"雨落心玄","registIp":"113.89.34.116","virtualBalance":175,"isCancel":false,"memberLevel":0,"mobile":"13823774138","imPsw":"2b98dd8b27e24e87937428bd67d7ba6b","updateTime":"2021-05-12 23:23:25","quickServerStatus":0,"imId":"4022309_20210415","scoreAvg":4.0,"charm":0,"createTime":"2021-04-15 15:23:14","newUser":false,"sourceName":"华为市场","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 14:09:08.595] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:09:08.595] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:09:08.601] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/save
[2021-06-29 14:09:08.602] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:09:08.748] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:09:08.748] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:09:08.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/save
[2021-06-29 14:09:08.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:09:08.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:09:08.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:29f60c77ab9f46829f650592a4cd0b6e
[2021-06-29 14:09:08.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:09:08.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:09:08.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {ext=1, money=1, balance=0.00, isSearch=true, moneyType=1, mobile=13823774138, nickname=雨落心玄, remark=1, chargeBalance=10030.00, userId=4022309, searchValue=4022309}
[2021-06-29 14:09:08.751] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:09:08.751] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - ext=1&money=1&balance=0.00&isSearch=true&moneyType=1&mobile=13823774138&nickname=%E9%9B%A8%E8%90%BD%E5%BF%83%E7%8E%84&remark=1&chargeBalance=10030.00&userId=4022309&searchValue=4022309
[2021-06-29 14:09:08.751] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:09:08.751] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:09:08.893] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:09:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:09:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:09:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:09:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:09:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:09:08.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:09:08.895] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:09:08.895] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:09:08 GMT
[2021-06-29 14:09:08.895] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:09:08.895] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:09:08.895] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:09:08.896] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"操作成功!","status":200}
[2021-06-29 14:09:08.896] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:09:08.896] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:10:00.913] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:10:01.145] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:10:01.334] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:10:01.334] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:10:01.335] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-06-29 14:10:01.335] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:10:01.335] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:10:01.336] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:10:01.336] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:10:01.338] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-06-29 14:10:01.338] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:10:01.339] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-06-29 14:10:01.339] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:10:01.339] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:10:01.744] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:10:01.744] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:10:01.744] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:10:01.745] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:10:01.745] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:10:01.745] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:10:01.745] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:10:01.745] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:787
[2021-06-29 14:10:01.745] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:10:01 GMT
[2021-06-29 14:10:01.746] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:10:01.746] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:10:01.746] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:10:01.746] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":75,"roleId":6,"updateTime":"2021-04-22 18:52:37","token":"628b7d1cfe9548f4ab3076e881e337d0","createTime":"2019-11-06 12:07:10","newUser":false,"name":"程杰","roleName":"开发人员","username":"chengjie","status":1},"status":200}
[2021-06-29 14:10:01.746] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:10:01.748] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:10:01.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 14:10:01.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:10:01.841] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:10:01.842] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:10:01.843] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/user/list
[2021-06-29 14:10:01.843] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:10:01.843] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:10:01.844] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:628b7d1cfe9548f4ab3076e881e337d0
[2021-06-29 14:10:01.844] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:10:01.845] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:10:01.845] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774138, pageSize=10, pageNum=1}
[2021-06-29 14:10:01.845] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:10:01.846] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774138&pageSize=10&pageNum=1
[2021-06-29 14:10:01.846] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:10:01.847] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:10:01.996] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:10:01.997] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:10:01.997] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:10:01.999] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:10:01.999] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:10:01.999] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:10:02.000] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:10:02.001] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:10:02.001] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:10:01 GMT
[2021-06-29 14:10:02.002] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:10:02.002] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:10:02.002] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:10:02.002] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":507,"platformAuthUrl":"","platformAuth":0,"publicOpenId":"1047683-os6HU059MQKLgBJqzwKcdEau6Mzo-1624520485363","nobleName":"未开通","type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":4022309,"chargeBalance":10031.00,"headPortraitsUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/18/82cd5b8c0bb741979ca92e634899fdf2.jpg","lastMemberExp":0,"nobleRankCode":-1,"activeTime":"2021-06-25 10:42:39","userInfoAuth":2,"status":1,"gender":1,"city":"武汉","registerType":3,"guildCode":"16208545","userCode":"190322040","loginTime":"2021-06-25 10:42:38","ordersTakeStatus":1,"nickname":"雨落心玄","registIp":"113.89.34.116","virtualBalance":175,"isCancel":false,"memberLevel":0,"mobile":"13823774138","imPsw":"2b98dd8b27e24e87937428bd67d7ba6b","updateTime":"2021-05-12 23:23:25","quickServerStatus":0,"imId":"4022309_20210415","scoreAvg":4.0,"charm":0,"createTime":"2021-04-15 15:23:14","newUser":false,"sourceName":"华为市场","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-06-29 14:10:02.003] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:10:02.004] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-06-29 14:10:02.006] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/save
[2021-06-29 14:10:02.006] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-06-29 14:10:02.076] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-06-29 14:10:02.076] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2021-06-29 14:10:02.077] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/api/v1/moneyDetails/save
[2021-06-29 14:10:02.077] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-06-29 14:10:02.077] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2021-06-29 14:10:02.077] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:628b7d1cfe9548f4ab3076e881e337d0
[2021-06-29 14:10:02.077] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-06-29 14:10:02.077] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2021-06-29 14:10:02.078] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {ext=1, money=1, balance=0.00, isSearch=true, moneyType=1, mobile=13823774138, nickname=雨落心玄, remark=1, chargeBalance=10031.00, userId=4022309, searchValue=4022309}
[2021-06-29 14:10:02.078] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-06-29 14:10:02.078] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - ext=1&money=1&balance=0.00&isSearch=true&moneyType=1&mobile=13823774138&nickname=%E9%9B%A8%E8%90%BD%E5%BF%83%E7%8E%84&remark=1&chargeBalance=10031.00&userId=4022309&searchValue=4022309
[2021-06-29 14:10:02.078] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2021-06-29 14:10:02.078] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2021-06-29 14:10:02.221] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-06-29 14:10:02.222] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2021-06-29 14:10:02.223] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-06-29 14:10:02.223] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2021-06-29 14:10:02.223] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-06-29 14:10:02.223] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-06-29 14:10:02.224] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-06-29 14:10:02.224] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-06-29 14:10:02.224] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 29 Jun 2021 06:10:02 GMT
[2021-06-29 14:10:02.225] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-06-29 14:10:02.225] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-06-29 14:10:02.225] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-06-29 14:10:02.225] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"操作成功!","status":200}
[2021-06-29 14:10:02.226] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-06-29 14:10:02.226] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接