2022-09-15.log
286 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
2022-09-15 14:57:47,533 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 14:57:47,534 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 14:57:53,685 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 14:57:53,686 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 14:59:12,834 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 14:59:12,835 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 15:03:06,155 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 15:03:06,156 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 15:03:06,358 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:03:06,359 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 15:03:06,359 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 15:03:06,910 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 15:03:06,912 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 15:03:06,913 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:03:06,914 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:03:06,915 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 15:03:06,915 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "acc42683bf2f15c1c35bc47df002675e","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 15:03:07,170 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 15:03:07,172 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 15:03:07,172 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:53:52,583 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 15:53:52,584 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 15:53:52,695 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:53:52,695 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 15:53:52,696 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 15:53:52,990 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 15:53:52,991 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 15:53:52,992 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:53:52,993 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:53:52,993 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 15:53:52,993 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "acc42683bf2f15c1c35bc47df002675e","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 15:53:53,120 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 15:53:53,120 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 15:53:53,121 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:54:59,142 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 15:54:59,142 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 15:54:59,233 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:54:59,234 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 15:54:59,235 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 15:54:59,448 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 15:54:59,462 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 15:54:59,462 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:54:59,463 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:54:59,464 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 15:54:59,465 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "acc42683bf2f15c1c35bc47df002675e","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 15:54:59,623 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 15:54:59,625 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 15:54:59,625 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:55:21,448 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 15:55:21,449 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 15:55:21,556 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:55:21,556 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 15:55:21,558 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 15:55:21,721 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 15:55:21,723 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 15:55:21,724 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:55:21,725 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:55:21,725 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 15:55:21,726 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "acc42683bf2f15c1c35bc47df002675e","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 15:55:21,868 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 15:55:21,869 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 15:55:21,870 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:56:16,140 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 15:56:16,141 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 15:56:16,253 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:56:16,253 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 15:56:16,254 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 15:56:16,392 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 15:56:16,396 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 15:56:16,396 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:56:16,397 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:56:16,398 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 15:56:16,399 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "acc42683bf2f15c1c35bc47df002675e","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 15:56:16,530 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 15:56:16,532 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 15:56:16,533 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:58:26,690 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 15:58:26,691 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 15:58:26,787 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:58:26,788 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 15:58:26,788 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 15:58:27,028 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 15:58:27,030 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 15:58:27,031 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:58:27,032 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:58:27,033 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 15:58:27,033 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "acc42683bf2f15c1c35bc47df002675e","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 15:58:27,196 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 15:58:27,198 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 15:58:27,198 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:58:50,062 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 15:58:50,063 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 15:58:50,156 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:58:50,156 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 15:58:50,157 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 15:58:50,305 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 15:58:50,309 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 15:58:50,310 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 15:58:50,311 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 15:58:50,312 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 15:58:50,312 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "acc42683bf2f15c1c35bc47df002675e","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 15:58:50,445 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 15:58:50,448 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 15:58:50,449 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:16:48,542 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 16:16:48,544 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 16:16:48,765 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:16:48,766 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 16:16:48,768 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 16:16:49,038 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 16:16:49,041 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 16:16:49,042 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:16:49,042 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:16:49,043 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 16:16:49,043 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "acc42683bf2f15c1c35bc47df002675e","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 16:16:49,204 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 16:16:49,207 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 16:16:49,207 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:51:32,570 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 16:51:32,572 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 16:51:32,769 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:51:32,770 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 16:51:32,770 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 16:51:32,954 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 16:51:32,961 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 16:51:32,962 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:51:32,963 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:51:32,964 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 16:51:32,965 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "28b1574d15be0c6ced58106da2dc2a49","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 16:51:33,116 - root - INFO - 接口测试结果为:{'code': -4, 'msg': '设备号不能为空', 'success': False, 'result': None}
2022-09-15 16:51:33,117 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 16:51:33,118 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:57:20,705 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 16:57:20,706 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 16:57:20,899 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:57:20,899 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 16:57:20,899 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 16:57:21,309 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 16:57:21,314 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 16:57:21,315 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:57:21,318 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:57:21,319 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 16:57:21,319 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "28b1574d15be0c6ced58106da2dc2a49","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 16:57:21,494 - root - INFO - 接口测试结果为:{'code': -4, 'msg': '设备号不能为空', 'success': False, 'result': None}
2022-09-15 16:57:21,495 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 16:57:21,496 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:57:32,947 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 16:57:32,949 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 16:57:33,128 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:57:33,128 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 16:57:33,129 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 16:57:33,312 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 16:57:33,315 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 16:57:33,315 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:57:33,316 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:57:33,317 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 16:57:33,318 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "28b1574d15be0c6ced58106da2dc2a49","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 16:57:33,516 - root - INFO - 接口测试结果为:{'code': -4, 'msg': '设备号不能为空', 'success': False, 'result': None}
2022-09-15 16:57:33,517 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 16:57:33,518 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:58:51,628 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 16:58:51,629 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 16:58:51,798 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:58:51,799 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 16:58:51,800 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 16:58:52,212 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 16:58:52,217 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 16:58:52,218 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:58:52,219 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:58:52,220 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 16:58:52,222 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "28b1574d15be0c6ced58106da2dc2a49","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 16:58:52,363 - root - INFO - 接口测试结果为:{'code': -4, 'msg': '设备号不能为空', 'success': False, 'result': None}
2022-09-15 16:58:52,364 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 16:58:52,364 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:59:11,026 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 16:59:11,028 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 16:59:11,197 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:59:11,198 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 16:59:11,198 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 16:59:11,312 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 16:59:11,317 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 16:59:11,317 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:59:11,318 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:59:11,319 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 16:59:11,319 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "28b1574d15be0c6ced58106da2dc2a49","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 16:59:11,564 - root - INFO - 接口测试结果为:{'code': -4, 'msg': '设备号不能为空', 'success': False, 'result': None}
2022-09-15 16:59:11,564 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 16:59:11,565 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:59:41,461 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 16:59:41,462 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 16:59:41,637 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:59:41,638 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 16:59:41,638 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 16:59:41,788 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 16:59:41,794 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 16:59:41,795 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 16:59:41,797 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 16:59:41,798 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 16:59:41,799 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "28b1574d15be0c6ced58106da2dc2a49","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 16:59:41,930 - root - INFO - 接口测试结果为:{'code': -4, 'msg': '设备号不能为空', 'success': False, 'result': None}
2022-09-15 16:59:41,931 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 16:59:41,932 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 17:00:29,812 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:00:29,813 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:00:29,972 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 17:00:29,973 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:00:29,973 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:00:30,303 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:00:30,309 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:00:30,310 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 17:00:30,311 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 17:00:30,311 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:00:30,312 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "28b1574d15be0c6ced58106da2dc2a49","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:00:30,468 - root - INFO - 接口测试结果为:{'code': -4, 'msg': '设备号不能为空', 'success': False, 'result': None}
2022-09-15 17:00:30,469 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:00:30,470 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 17:00:40,625 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:00:40,626 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:00:40,783 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 17:00:40,783 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:00:40,784 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:00:41,016 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:00:41,018 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:00:41,019 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 17:00:41,020 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 17:00:41,021 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:00:41,022 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "28b1574d15be0c6ced58106da2dc2a49","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:00:41,454 - root - INFO - 接口测试结果为:{'code': -4, 'msg': '设备号不能为空', 'success': False, 'result': None}
2022-09-15 17:00:41,456 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:00:41,457 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 17:00:49,752 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:00:49,753 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:00:49,858 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 17:00:49,859 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:00:49,860 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:00:50,022 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:00:50,025 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:00:50,026 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 17:00:50,027 - root - INFO - ***************【 自动化接口测试开始 】***************
2022-09-15 17:00:50,027 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:00:50,028 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '', 'params': '{"type": "1","platformType": "1","md5": "28b1574d15be0c6ced58106da2dc2a49","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:00:50,300 - root - INFO - 接口测试结果为:{'code': -4, 'msg': '设备号不能为空', 'success': False, 'result': None}
2022-09-15 17:00:50,301 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:00:50,302 - root - INFO - ***************【 自动化接口测试结束 】***************
2022-09-15 17:11:43,025 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:11:43,027 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:11:43,244 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:11:43,245 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:11:43,519 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:11:43,525 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:11:43,527 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:11:43,527 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "1","platformType": "1","md5": #md5,"username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:14:18,081 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:14:18,083 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:14:18,257 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:14:18,258 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:14:18,507 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:14:18,512 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:14:18,513 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:14:18,514 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "1","platformType": "1","md5": #md5,"username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:15:03,121 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:15:03,123 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:15:03,284 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:15:03,285 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:15:03,417 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:15:03,421 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:15:03,423 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:15:03,424 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "1","platformType": "1","md5": %md5,"username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:15:16,651 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:15:16,652 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:15:16,838 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:15:16,840 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:15:17,005 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:15:17,011 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:15:17,014 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:15:17,015 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "1","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:15:17,188 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 17:15:17,190 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:45:26,519 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:45:26,521 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:45:26,695 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:45:26,696 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:45:26,700 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:45:26,701 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "1","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:45:42,291 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:45:42,292 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:45:42,455 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:45:42,455 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:45:42,746 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 17:45:42,751 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:45:42,752 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "1","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:45:42,852 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 17:45:42,853 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:45:57,009 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:45:57,011 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:45:57,145 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:45:57,146 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:45:57,396 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:45:57,399 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:45:57,400 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:45:57,401 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "1","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:45:57,620 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 17:45:57,622 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:48:21,211 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:48:21,213 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:48:21,371 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:48:21,372 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:48:21,652 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:48:21,656 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:48:21,657 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:48:21,658 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "1","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:48:22,023 - root - INFO - 接口测试结果为:{'code': 10001, 'msg': '表单验证未通过', 'success': False, 'result': {'formId': 5, 'list': [{'backgroundUrl': '', 'componetId': 7, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '忘记密码', 'type': 'reset_pwd', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 8, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '账号激活', 'type': 'active_account', 'url': '', 'value': ''}, {'backgroundUrl': '', 'componetId': 3038, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'left_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 3039, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': '', 'length': 0, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '', 'regex': '', 'required': 0, 'showValue': None, 'title': '', 'type': 'right_deck', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 21, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'username', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的工号', 'regex': '', 'required': 1, 'showValue': None, 'title': '用户名', 'type': 'text_01', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'value': ''}, {'backgroundUrl': '', 'componetId': 22, 'data': None, 'hideComponetId': 0, 'hintMsg': '', 'key': 'password', 'length': 30, 'lengthHintMsg': '', 'minLength': 0, 'nonHintMsg': '', 'placeholder': '请输入您的密码', 'regex': '', 'required': 1, 'showValue': None, 'title': '密码', 'type': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'value': ''}], 'md5': '28b1574d15be0c6ced58106da2dc2a49'}}
2022-09-15 17:48:22,024 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:53:18,595 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:53:18,596 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:53:18,768 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:53:18,768 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:53:18,773 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:53:18,773 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#formId","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:53:18,942 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 17:53:18,943 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:53:35,552 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:53:35,553 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:53:35,703 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:53:35,703 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:53:35,976 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:53:35,980 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:53:35,982 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:53:35,983 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#formId","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:53:36,197 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 17:53:36,198 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:54:27,623 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:54:27,625 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:54:27,788 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:54:27,789 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:54:27,983 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:54:27,986 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:54:27,988 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:54:27,988 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#formId","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:54:28,121 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 17:54:28,122 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:54:35,242 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:54:35,243 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:54:35,395 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:54:35,396 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:54:35,530 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:54:35,534 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:54:35,535 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:54:35,535 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#formId","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:54:35,644 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 17:54:35,645 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:56:27,240 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:56:27,241 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:56:27,402 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:56:27,403 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:56:27,899 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:56:27,903 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:56:27,904 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:56:27,905 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#formId","platformType": "1","md5": "#md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:56:28,015 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 17:56:28,016 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:58:37,989 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:58:37,991 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:58:38,172 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:58:38,172 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:58:38,446 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:58:38,450 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:58:38,451 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:58:38,451 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:58:38,548 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 17:58:38,548 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 17:58:57,970 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 17:58:57,970 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 17:58:58,085 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 17:58:58,085 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 17:58:58,242 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 17:58:58,245 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 17:58:58,246 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 17:58:58,247 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 17:58:58,332 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 17:58:58,332 - root - INFO - ***************【登录】接口测试结束***************
2022-09-15 18:22:26,470 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 18:22:26,471 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 18:22:26,632 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 18:22:26,633 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 18:22:26,887 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 18:22:26,890 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 18:22:26,891 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 18:22:26,892 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 18:23:05,467 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 18:23:05,469 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 18:23:05,608 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 18:23:05,609 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 18:23:05,752 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 18:23:05,759 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 18:23:05,760 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 18:23:13,727 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 18:23:13,728 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 18:23:13,862 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 18:23:13,863 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 18:23:13,994 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 18:23:14,003 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 18:23:14,003 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 18:24:14,842 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 18:24:14,843 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 18:24:14,937 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 18:24:14,938 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 18:24:15,119 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 18:24:15,123 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 18:24:15,123 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 18:32:16,051 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 18:32:16,053 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 18:32:16,255 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 18:32:16,255 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 18:32:16,255 - root - INFO - 参数处理完毕!!!
2022-09-15 18:32:16,391 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 18:32:16,403 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 18:32:16,404 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 18:45:30,320 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 18:45:30,321 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 18:45:30,466 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 18:45:30,467 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 18:45:30,467 - root - INFO - 参数处理完毕!!!
2022-09-15 18:45:30,618 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 18:45:30,622 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 18:45:30,622 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 18:49:52,226 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 18:49:52,228 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 18:49:52,393 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 18:49:52,394 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 18:49:52,394 - root - INFO - 参数处理完毕!!!
2022-09-15 18:49:52,672 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 18:49:52,673 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 18:49:52,674 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 18:49:52,675 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 18:59:42,581 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 18:59:42,582 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 18:59:42,745 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 18:59:42,745 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 18:59:42,745 - root - INFO - 参数处理完毕!!!
2022-09-15 18:59:43,008 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 18:59:43,010 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 18:59:43,011 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 18:59:43,012 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":OK}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 18:59:43,012 - root - INFO - 参数处理完毕!!!
2022-09-15 19:10:18,927 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 19:10:18,928 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 19:10:19,097 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 19:10:19,098 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 19:10:19,099 - root - INFO - 参数处理完毕!!!
2022-09-15 19:10:19,494 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 19:10:19,494 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 19:10:19,494 - root - INFO - 参数处理完毕!!!
2022-09-15 19:10:27,943 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 19:10:27,944 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 19:10:28,045 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 19:10:28,046 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 19:10:28,046 - root - INFO - 参数处理完毕!!!
2022-09-15 19:10:28,352 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 19:10:28,353 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 19:10:28,353 - root - INFO - 参数处理完毕!!!
2022-09-15 19:10:58,795 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 19:10:58,796 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 19:10:58,929 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 19:10:58,930 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 19:10:58,930 - root - INFO - 参数处理完毕!!!
2022-09-15 19:10:59,055 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 19:10:59,056 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 19:10:59,056 - root - INFO - 参数处理完毕!!!
2022-09-15 19:11:35,705 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 19:11:35,707 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 19:11:35,841 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 19:11:35,841 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 19:11:35,842 - root - INFO - 参数处理完毕!!!
2022-09-15 19:11:36,023 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 19:11:36,026 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 19:11:36,027 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 19:11:36,027 - root - INFO - 参数处理完毕!!!
2022-09-15 19:12:08,950 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 19:12:08,951 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 19:12:09,093 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 19:12:09,095 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 19:12:09,095 - root - INFO - 参数处理完毕!!!
2022-09-15 19:12:09,221 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 19:12:09,222 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 19:12:09,223 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 19:12:09,223 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 19:12:09,223 - root - INFO - 参数处理完毕!!!
2022-09-15 19:59:23,682 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 19:59:23,685 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 19:59:23,852 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 19:59:23,853 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 19:59:23,853 - root - INFO - 参数处理完毕!!!
2022-09-15 19:59:24,154 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 19:59:24,166 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 19:59:24,167 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 19:59:24,185 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 19:59:24,205 - root - INFO - 参数处理完毕!!!
2022-09-15 20:02:56,861 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:02:56,862 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:02:57,037 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:02:57,039 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:02:57,039 - root - INFO - 参数处理完毕!!!
2022-09-15 20:02:57,309 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:02:57,310 - root - INFO - 断言处理结束!!!
2022-09-15 20:02:57,311 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:02:57,311 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:02:57,311 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:02:57,312 - root - INFO - 参数处理完毕!!!
2022-09-15 20:03:13,948 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:03:13,950 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:03:14,091 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:03:14,091 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:03:14,091 - root - INFO - 参数处理完毕!!!
2022-09-15 20:03:14,221 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:03:14,222 - root - INFO - 断言处理结束!!!
2022-09-15 20:03:14,227 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:03:14,227 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:03:14,228 - root - INFO - 参数处理完毕!!!
2022-09-15 20:36:08,272 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:36:08,273 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:36:08,429 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:36:08,429 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:36:08,430 - root - INFO - 参数处理完毕!!!
2022-09-15 20:36:09,713 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:36:09,714 - root - INFO - 断言处理结束!!!
2022-09-15 20:36:09,716 - root - INFO - 文件信息存储完毕
2022-09-15 20:36:09,716 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:36:09,717 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:36:09,717 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:36:09,718 - root - INFO - 参数处理完毕!!!
2022-09-15 20:39:50,625 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:39:50,627 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:39:50,803 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:39:50,803 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:39:50,804 - root - INFO - 参数处理完毕!!!
2022-09-15 20:39:51,087 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:39:51,088 - root - INFO - 断言处理结束!!!
2022-09-15 20:39:51,090 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:39:51,090 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:39:51,091 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:39:51,091 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:39:51,092 - root - INFO - 参数处理完毕!!!
2022-09-15 20:40:17,282 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:40:17,283 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:40:17,422 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:40:17,424 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:40:17,424 - root - INFO - 参数处理完毕!!!
2022-09-15 20:40:17,564 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:40:17,565 - root - INFO - 断言处理结束!!!
2022-09-15 20:40:17,567 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:40:17,568 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:40:17,568 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:40:17,569 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:40:17,569 - root - INFO - 参数处理完毕!!!
2022-09-15 20:40:53,508 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:40:53,509 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:40:53,648 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:40:53,648 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:40:53,649 - root - INFO - 参数处理完毕!!!
2022-09-15 20:40:53,793 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:40:53,794 - root - INFO - 断言处理结束!!!
2022-09-15 20:40:53,795 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:40:53,796 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:40:53,797 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:40:53,797 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:40:53,798 - root - INFO - 参数处理完毕!!!
2022-09-15 20:41:11,150 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:41:11,152 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:41:11,308 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:41:11,309 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:41:11,309 - root - INFO - 参数处理完毕!!!
2022-09-15 20:41:11,449 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:41:11,450 - root - INFO - 断言处理结束!!!
2022-09-15 20:41:11,452 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:41:11,453 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:41:11,453 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:41:11,454 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:41:11,455 - root - INFO - 参数处理完毕!!!
2022-09-15 20:41:29,140 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:41:29,141 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:41:29,280 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:41:29,281 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:41:29,281 - root - INFO - 参数处理完毕!!!
2022-09-15 20:41:29,542 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:41:29,543 - root - INFO - 断言处理结束!!!
2022-09-15 20:41:29,545 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:41:29,546 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:41:29,547 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:41:29,547 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:41:29,547 - root - INFO - 参数处理完毕!!!
2022-09-15 20:41:29,548 - root - INFO - 参数处理完毕!!!
2022-09-15 20:41:29,676 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 20:50:30,570 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:50:30,572 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:50:30,743 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:50:30,744 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:50:30,745 - root - INFO - 参数处理完毕!!!
2022-09-15 20:50:30,746 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 20:50:31,030 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:50:31,031 - root - INFO - 断言处理结束!!!
2022-09-15 20:50:31,035 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:50:31,037 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:50:31,037 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:50:31,038 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:50:31,038 - root - INFO - 参数处理完毕!!!
2022-09-15 20:50:31,039 - root - INFO - 需要替换的变量信息为:[['1', 'formId'], ['1', 'md5']]
2022-09-15 20:50:31,040 - root - INFO - 参数处理完毕!!!
2022-09-15 20:50:31,041 - root - INFO - 请求参数为:28b1574d15be0c6ced58106da2dc2a49
2022-09-15 20:50:31,159 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 20:54:57,344 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:54:57,346 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:54:57,509 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:54:57,510 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:54:57,511 - root - INFO - 参数处理完毕!!!
2022-09-15 20:54:57,511 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 20:54:57,820 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:54:57,820 - root - INFO - 断言处理结束!!!
2022-09-15 20:54:57,822 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:54:57,823 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:54:57,824 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:54:57,824 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:54:57,825 - root - INFO - 参数处理完毕!!!
2022-09-15 20:54:57,826 - root - INFO - 参数处理完毕!!!
2022-09-15 20:54:57,826 - root - INFO - 请求参数为:{'type': '#1.formId', 'platformType': '1', 'md5': '#1.md5', 'username': '1343936821', 'password': 'situ1234'}
2022-09-15 20:54:57,902 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 20:56:04,825 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:56:04,834 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:56:04,967 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:56:04,968 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:56:04,968 - root - INFO - 参数处理完毕!!!
2022-09-15 20:56:04,969 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 20:56:05,192 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:56:05,192 - root - INFO - 断言处理结束!!!
2022-09-15 20:56:05,194 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:56:05,194 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:56:05,195 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:56:05,196 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:56:05,196 - root - INFO - 参数处理完毕!!!
2022-09-15 20:57:25,381 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:57:25,382 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:57:25,541 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:57:25,541 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:57:25,542 - root - INFO - 参数处理完毕!!!
2022-09-15 20:57:25,542 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 20:57:25,768 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:57:25,770 - root - INFO - 断言处理结束!!!
2022-09-15 20:57:25,772 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:57:25,773 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:57:25,775 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:57:25,776 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:57:25,777 - root - INFO - 参数处理完毕!!!
2022-09-15 20:57:25,778 - root - INFO - 参数处理完毕!!!
2022-09-15 20:57:25,778 - root - INFO - 请求参数为:{'type': '#1.formId', 'platformType': '1', 'md5': '#1.md5', 'username': '1343936821', 'password': 'situ1234'}
2022-09-15 20:57:25,885 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 20:58:38,707 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 20:58:38,708 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 20:58:38,875 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 20:58:38,876 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 20:58:38,876 - root - INFO - 参数处理完毕!!!
2022-09-15 20:58:38,876 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 20:58:39,117 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 20:58:39,118 - root - INFO - 断言处理结束!!!
2022-09-15 20:58:39,120 - root - INFO - 响应信息存储完毕!!!
2022-09-15 20:58:39,120 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 20:58:39,121 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 20:58:39,121 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 20:58:39,122 - root - INFO - 参数处理完毕!!!
2022-09-15 20:58:39,123 - root - INFO - 需要替换的变量信息为:[['1', 'formId'], ['1', 'md5']]
2022-09-15 20:58:39,124 - root - INFO - 参数处理完毕!!!
2022-09-15 20:58:39,124 - root - INFO - 请求参数为:28b1574d15be0c6ced58106da2dc2a49
2022-09-15 20:58:39,215 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 21:12:28,058 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 21:12:28,060 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 21:12:28,229 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 21:12:28,229 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 21:12:28,230 - root - INFO - 参数处理完毕!!!
2022-09-15 21:12:28,230 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 21:12:28,552 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 21:12:28,553 - root - INFO - 断言处理结束!!!
2022-09-15 21:12:28,555 - root - INFO - 响应信息存储完毕!!!
2022-09-15 21:12:28,556 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 21:12:28,556 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 21:12:28,556 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 21:12:28,557 - root - INFO - 参数处理完毕!!!
2022-09-15 21:13:01,538 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 21:13:01,540 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 21:13:01,677 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 21:13:01,678 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 21:13:01,679 - root - INFO - 参数处理完毕!!!
2022-09-15 21:13:01,679 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 21:13:01,813 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 21:13:01,814 - root - INFO - 断言处理结束!!!
2022-09-15 21:13:01,816 - root - INFO - 响应信息存储完毕!!!
2022-09-15 21:13:01,816 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 21:13:01,817 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 21:13:01,817 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 21:13:01,818 - root - INFO - 参数处理完毕!!!
2022-09-15 21:13:38,496 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 21:13:38,497 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 21:13:38,632 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 21:13:38,632 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 21:13:38,633 - root - INFO - 参数处理完毕!!!
2022-09-15 21:13:38,633 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 21:13:38,810 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 21:13:38,810 - root - INFO - 断言处理结束!!!
2022-09-15 21:13:38,812 - root - INFO - 响应信息存储完毕!!!
2022-09-15 21:13:38,812 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 21:13:38,813 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 21:13:38,813 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 21:13:38,814 - root - INFO - 参数处理完毕!!!
2022-09-15 21:13:38,814 - root - INFO - 参数处理完毕!!!
2022-09-15 21:13:38,815 - root - INFO - 请求参数为:{'type': '#1.formId', 'platformType': '1', 'md5': '#1.md5', 'username': '1343936821', 'password': 'situ1234'}
2022-09-15 21:13:39,025 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 21:14:27,061 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 21:14:27,062 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 21:14:27,177 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 21:14:27,177 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 21:14:27,178 - root - INFO - 参数处理完毕!!!
2022-09-15 21:14:27,178 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 21:14:27,317 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 21:14:27,318 - root - INFO - 断言处理结束!!!
2022-09-15 21:14:27,319 - root - INFO - 响应信息存储完毕!!!
2022-09-15 21:14:27,320 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 21:14:27,320 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 21:14:27,321 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 21:14:27,321 - root - INFO - 参数处理完毕!!!
2022-09-15 21:14:55,639 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 21:14:55,640 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 21:14:55,774 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 21:14:55,775 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 21:14:55,775 - root - INFO - 参数处理完毕!!!
2022-09-15 21:14:55,776 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 21:14:55,906 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 21:14:55,906 - root - INFO - 断言处理结束!!!
2022-09-15 21:14:55,908 - root - INFO - 响应信息存储完毕!!!
2022-09-15 21:14:55,909 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 21:14:55,909 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 21:14:55,910 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 21:14:55,910 - root - INFO - 参数处理完毕!!!
2022-09-15 21:14:55,911 - root - INFO - 参数处理完毕!!!
2022-09-15 21:14:55,912 - root - INFO - 请求参数为:{'type': '#1.formId', 'platformType': '1', 'md5': '#1.md5', 'username': '1343936821', 'password': 'situ1234'}
2022-09-15 21:14:56,025 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 21:15:31,611 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 21:15:31,612 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 21:15:31,772 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 21:15:31,772 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 21:15:31,772 - root - INFO - 参数处理完毕!!!
2022-09-15 21:15:31,773 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 21:15:31,894 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 21:15:31,895 - root - INFO - 断言处理结束!!!
2022-09-15 21:15:31,897 - root - INFO - 响应信息存储完毕!!!
2022-09-15 21:15:31,897 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 21:15:31,898 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 21:15:31,899 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 21:15:31,899 - root - INFO - 参数处理完毕!!!
2022-09-15 21:15:31,900 - root - INFO - 需要替换的变量信息为:[['1', 'formId'], ['1', 'md5']]
2022-09-15 21:15:31,901 - root - INFO - 参数处理完毕!!!
2022-09-15 21:15:31,901 - root - INFO - 请求参数为:28b1574d15be0c6ced58106da2dc2a49
2022-09-15 21:15:32,005 - root - INFO - 接口测试结果为:{'code': -1, 'msg': '未知异常', 'success': False, 'result': None}
2022-09-15 21:20:27,304 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 21:20:27,306 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 21:20:27,474 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 21:20:27,475 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 21:20:27,475 - root - INFO - 参数处理完毕!!!
2022-09-15 21:20:27,476 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 21:20:27,714 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 21:20:27,715 - root - INFO - 断言处理结束!!!
2022-09-15 21:20:27,717 - root - INFO - 响应信息存储完毕!!!
2022-09-15 21:20:27,717 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 21:20:27,718 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 21:20:27,718 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 21:20:27,719 - root - INFO - 参数处理完毕!!!
2022-09-15 21:20:27,719 - root - INFO - 需要替换的变量信息为:[['1', 'formId'], ['1', 'md5']]
2022-09-15 21:23:43,265 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载中......
2022-09-15 21:23:43,267 - root - INFO - /Users/jingyuxiang/Desktop/code/python/SituApiSupport/config/db.ini 文件加载成功......
2022-09-15 21:23:43,496 - root - INFO - ***************【查询表单配置】接口测试开始***************
2022-09-15 21:23:43,497 - root - INFO - 接口测试用例为:{'id': 1.0, 'depend_id': 0.0, 'positive_case': '是', 'desc': '查询表单配置', 'uri': '/cl/formconf/form', 'method': 'GET', 'headers': '', 'params': '{"type": "1","platformType": "1"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': 'formId,md5', 'response_time': '200ms'}
2022-09-15 21:23:43,498 - root - INFO - 参数处理完毕!!!
2022-09-15 21:23:43,498 - root - INFO - 请求参数为:{'type': '1', 'platformType': '1'}
2022-09-15 21:23:44,864 - root - INFO - 接口测试结果为:{'code': 0, 'msg': 'OK', 'success': True, 'result': {'formId': 5, 'md5': '28b1574d15be0c6ced58106da2dc2a49', 'list': [{'componetId': 7, 'type': 'reset_pwd', 'title': '忘记密码', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 8, 'type': 'active_account', 'title': '账号激活', 'key': '', 'url': '', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3038, 'type': 'left_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_5402e92a-482a-412d-b985-258f00fa0f3g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 3039, 'type': 'right_deck', 'title': '', 'key': '', 'url': 'https://product-component-dev.oss-cn-beijing.aliyuncs.com/image/appimage/origin_img_v2_3a10310c-597c-42da-ae2e-dbe48896e78g.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '', 'required': 0, 'minLength': 0, 'length': 0, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 21, 'type': 'text_01', 'title': '用户名', 'key': 'username', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/d30dfefeea1d4344b6f8a6f1f3d1a144.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的工号', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}, {'componetId': 22, 'type': 'password', 'title': '密码', 'key': 'password', 'url': 'http://sanheyi-stg-1305056770.cos.ap-beijing.myqcloud.com/image/appimage/25d848c9844b4243b3230e1c9d21cac7.png', 'backgroundUrl': '', 'data': None, 'value': '', 'placeholder': '请输入您的密码', 'required': 1, 'minLength': 0, 'length': 30, 'hideComponetId': 0, 'showValue': None, 'regex': '', 'hintMsg': '', 'lengthHintMsg': '', 'nonHintMsg': ''}]}}
2022-09-15 21:23:44,865 - root - INFO - 断言处理结束!!!
2022-09-15 21:23:44,868 - root - INFO - 响应信息存储完毕!!!
2022-09-15 21:23:44,869 - root - INFO - ***************【查询表单配置】接口测试结束***************
2022-09-15 21:23:44,869 - root - INFO - ***************【登录】接口测试开始***************
2022-09-15 21:23:44,870 - root - INFO - 接口测试用例为:{'id': 2.0, 'depend_id': 1.0, 'positive_case': '是', 'desc': '登录', 'uri': '/cl/auth/login', 'method': 'POST', 'headers': '{"Content-Type": "application/json",\n "X-Device-Num": "5f647684-f1f9-41ef-8775-921afe23159b"}', 'params': '{"type": "#1.formId","platformType": "1","md5": "#1.md5","username": "1343936821","password": "situ1234"}', 'response_assert': '{"code":0,"msg":"OK"}', 'save_args': '', 'response_time': '200ms'}
2022-09-15 21:23:44,870 - root - INFO - 参数处理完毕!!!
2022-09-15 21:23:44,871 - root - INFO - 需要替换的变量信息为:[['1', 'formId'], ['1', 'md5']]