debug.log.2019-03-07
54.7 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
[2019-03-07 14:12:39.919] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=21898731&limit=1
[2019-03-07 14:12:40.392] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 14:12:42.659] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 14:12:42.659] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 14:12:42.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=21898731&limit=1
[2019-03-07 14:12:42.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2019-03-07 14:12:42.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 14:12:42.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2019-03-07 14:12:42.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 14:12:42.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 14:12:42.663] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=21898731, limit=1}
[2019-03-07 14:12:42.664] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 14:12:42.665] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=21898731&limit=1
[2019-03-07 14:12:42.665] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 14:12:42.666] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] -
[2019-03-07 14:12:43.302] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 14:12:43.302] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 14:12:43.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 14:12:43.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 14:12:43.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2019-03-07 14:12:43.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2019-03-07 14:12:43.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:b7ce4e98-d20c-4879-960a-d29d8423d581
[2019-03-07 14:12:43.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2019-03-07 14:12:43.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2019-03-07 14:12:43.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2019-03-07 14:12:43.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Thu, 07 Mar 2019 06:12:42 GMT
[2019-03-07 14:12:43.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2019-03-07 14:12:43.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2019-03-07 14:12:43.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 14:12:43.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - tapdsession:6e244bfde4c18d37f2ab06f3950eb88f327cc6c4377688c998c0900fecc9c1b1
[2019-03-07 14:12:43.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 14:12:43.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":[{"Bug":{"bugtype":"功能测试","custom_field_50":"","resolution":"fixed","workspace_id":"21898731","originphase":"","id":"1121898731001021070","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"resolved","resolved":"2019-03-07 13:59:00","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","version_report":"财经产品V1.7版本","testtype":"","version_test":"","custom_field_five":"","lastmodify":"郭春玲","current_owner":"郭春玲;","baseline_close":"","testmode":"","participator":";郭春玲","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2019-03-07 13:59:00","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2019-03-07 11:12:43","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"测试环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2019-03/tapd_21898731_base64_1551928330_99.png\" style=\"width: 600px;\" /></p><div><br /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br /></span></span></p>","regression_number":"0","title":"【V1.7年框商家后台调整】年框商家转轮单费页面,转轮单费输入框变小,不对齐","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"prompt","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"Bug","custom_field_49":"","baseline_join":""}}],"status":1,"info":"success"}
[2019-03-07 14:12:43.305] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 14:12:43.306] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 17:29:26.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 17:29:26.828] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 17:29:26.835] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 17:29:26.835] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 17:29:26.835] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 17:29:26.836] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 17:29:26.836] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 17:29:26.836] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-frt/app
[2019-03-07 17:29:26.836] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:views.frt.lunDanCreateOrder
[2019-03-07 17:29:26.836] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 17:29:26.836] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 17:29:26.838] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 17:29:26.838] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 17:29:26.838] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 17:29:26.838] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 17:29:26.839] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "6!610!61004!003",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 17:29:27.351] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 17:29:27.351] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 17:29:27.351] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 17:29:27.351] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 17:29:27.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - b:_biz_t8t-fi-frt_app15519509668407656e455-4ecd-4f51-a4e0-8bf3dc222473
[2019-03-07 17:29:27.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-frt/app
[2019-03-07 17:29:27.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 17:29:27.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - e:e-67774112
[2019-03-07 17:29:27.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:471
[2019-03-07 17:29:27.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:views.frt.lunDanCreateOrder
[2019-03-07 17:29:27.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 17:29:27.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 17:29:27.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 17:29:27.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"args":{"lunDanSplitDTO":{"subBizTypeCode":"5!501!50101!01","customerTypeCode":"6!610!61004!003","townId":1124,"cityId":1130,"customerName":"土巴兔装饰111","bizTypeCode":"1!110!11008!C01","fundCode":"6!610!61003!058","dispatchMoney":1,"relateCode":"203","customerId":1677031,"orderSourceCode":"6!612!61205!021","createUser":30425,"projectId":110,"createName":"word.huo"}},"level":{"levelInt":40000,"levelStr":"ERROR"},"error":"订单已经存在!","status":51497}
[2019-03-07 17:29:27.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 17:29:27.354] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 17:32:31.993] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 17:32:32.039] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 17:32:32.048] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 17:32:32.048] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 17:32:32.048] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 17:32:32.049] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 17:32:32.049] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 17:32:32.049] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-frt/app
[2019-03-07 17:32:32.049] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:views.frt.lunDanCreateOrder
[2019-03-07 17:32:32.049] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 17:32:32.049] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 17:32:32.051] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 17:32:32.051] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 17:32:32.051] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 17:32:32.051] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 17:32:32.052] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "6!610!61004!003",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 17:32:32.471] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 17:32:32.471] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 17:32:32.471] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 17:32:32.472] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 17:32:32.472] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - b:_biz_t8t-fi-frt_app1551951152057cd5d6dea-3de9-4bcf-9ae2-07502bfdab52
[2019-03-07 17:32:32.472] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-frt/app
[2019-03-07 17:32:32.472] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 17:32:32.472] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - e:e-67776113
[2019-03-07 17:32:32.472] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:471
[2019-03-07 17:32:32.473] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:views.frt.lunDanCreateOrder
[2019-03-07 17:32:32.473] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 17:32:32.473] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 17:32:32.473] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 17:32:32.473] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"args":{"lunDanSplitDTO":{"subBizTypeCode":"5!501!50101!01","customerTypeCode":"6!610!61004!003","townId":1124,"cityId":1130,"customerName":"土巴兔装饰111","bizTypeCode":"1!110!11008!C01","fundCode":"6!610!61003!058","dispatchMoney":1,"relateCode":"203","customerId":1677031,"orderSourceCode":"6!612!61205!021","createUser":30425,"projectId":110,"createName":"word.huo"}},"level":{"levelInt":40000,"levelStr":"ERROR"},"error":"订单已经存在!","status":51497}
[2019-03-07 17:32:32.473] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 17:32:32.474] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 17:32:56.244] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 17:32:56.293] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 17:32:56.299] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 17:32:56.299] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 17:32:56.300] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 17:32:56.300] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 17:32:56.300] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 17:32:56.301] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-frt/app
[2019-03-07 17:32:56.301] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:views.frt.lunDanCreateOrder
[2019-03-07 17:32:56.301] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 17:32:56.301] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 17:32:56.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 17:32:56.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 17:32:56.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 17:32:56.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 17:32:56.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "6!610!61004!003",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 17:32:56.699] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 17:32:56.699] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 17:32:56.699] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 17:32:56.699] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 17:32:56.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - b:_biz_t8t-fi-frt_app155195117630656a80bd0-0bc4-4a24-b426-505d79410703
[2019-03-07 17:32:56.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-frt/app
[2019-03-07 17:32:56.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 17:32:56.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - e:e-67776317
[2019-03-07 17:32:56.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:471
[2019-03-07 17:32:56.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:views.frt.lunDanCreateOrder
[2019-03-07 17:32:56.701] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 17:32:56.701] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 17:32:56.701] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 17:32:56.701] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"args":{"lunDanSplitDTO":{"subBizTypeCode":"5!501!50101!01","customerTypeCode":"6!610!61004!003","townId":1124,"cityId":1130,"customerName":"土巴兔装饰111","bizTypeCode":"1!110!11008!C01","fundCode":"6!610!61003!058","dispatchMoney":1,"relateCode":"203","customerId":1677031,"orderSourceCode":"6!612!61205!021","createUser":30425,"projectId":110,"createName":"word.huo"}},"level":{"levelInt":40000,"levelStr":"ERROR"},"error":"订单已经存在!","status":51497}
[2019-03-07 17:32:56.702] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 17:32:56.702] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 18:49:27.941] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 18:49:27.984] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 18:49:27.990] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 18:49:27.990] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 18:49:27.990] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 18:49:27.991] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 18:49:27.991] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 18:49:27.991] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-frt/app
[2019-03-07 18:49:27.991] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:views.account.query
[2019-03-07 18:49:27.991] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 18:49:27.992] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 18:49:27.993] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 18:49:27.993] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 18:49:27.994] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 18:49:27.994] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 18:49:27.994] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "6!610!61004!003",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 18:49:28.352] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 18:49:28.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 18:49:28.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 18:49:28.353] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 18:49:28.354] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - b:_biz_t8t-fi-frt_app1551955767998ddb6cbba-f541-4bb6-b8e1-4698a90eecb3
[2019-03-07 18:49:28.354] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-frt/app
[2019-03-07 18:49:28.354] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 18:49:28.354] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - e:e-67805908
[2019-03-07 18:49:28.355] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:493
[2019-03-07 18:49:28.355] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:views.account.query
[2019-03-07 18:49:28.355] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 18:49:28.355] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 18:49:28.355] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 18:49:28.355] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"args":{"lunDanSplitDTO":{"subBizTypeCode":"5!501!50101!01","customerTypeCode":"6!610!61004!003","townId":1124,"cityId":1130,"customerName":"土巴兔装饰111","bizTypeCode":"1!110!11008!C01","fundCode":"6!610!61003!058","dispatchMoney":1,"relateCode":"203","customerId":1677031,"orderSourceCode":"6!612!61205!021","createUser":30425,"projectId":110,"createName":"word.huo"}},"level":{"levelInt":40000,"levelStr":"ERROR"},"error":"no such method ||| method=views.account.query","status":404}
[2019-03-07 18:49:28.355] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 18:49:28.357] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 19:47:43.482] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 19:47:43.529] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 19:47:43.534] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 19:47:43.534] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 19:47:43.535] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 19:47:43.535] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 19:47:43.535] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 19:47:43.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-frt/app
[2019-03-07 19:47:43.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:views.frt.lunDanCreateOrder
[2019-03-07 19:47:43.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 19:47:43.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 19:47:43.538] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 19:47:43.538] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 19:47:43.539] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 19:47:43.539] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 19:47:43.539] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "6!610!61004!003",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 19:47:44.005] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 19:47:44.006] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 19:47:44.006] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 19:47:44.006] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 19:47:44.007] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - b:_biz_t8t-fi-frt_app1551959263543c6108e42-e5c2-41c0-a12e-d7ea584670e3
[2019-03-07 19:47:44.007] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-frt/app
[2019-03-07 19:47:44.007] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 19:47:44.007] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - e:e-67822292
[2019-03-07 19:47:44.007] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:471
[2019-03-07 19:47:44.007] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:views.frt.lunDanCreateOrder
[2019-03-07 19:47:44.007] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 19:47:44.007] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 19:47:44.008] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 19:47:44.008] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"args":{"lunDanSplitDTO":{"subBizTypeCode":"5!501!50101!01","customerTypeCode":"6!610!61004!003","townId":1124,"cityId":1130,"customerName":"土巴兔装饰111","bizTypeCode":"1!110!11008!C01","fundCode":"6!610!61003!058","dispatchMoney":1,"relateCode":"203","customerId":1677031,"orderSourceCode":"6!612!61205!021","createUser":30425,"projectId":110,"createName":"word.huo"}},"level":{"levelInt":40000,"levelStr":"ERROR"},"error":"订单已经存在!","status":51497}
[2019-03-07 19:47:44.008] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 19:47:44.008] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 19:48:08.023] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 19:48:08.070] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 19:48:08.076] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 19:48:08.076] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 19:48:08.076] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 19:48:08.076] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 19:48:08.076] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 19:48:08.077] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-frt/app
[2019-03-07 19:48:08.077] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:views.frt.lunDanCreateOrder
[2019-03-07 19:48:08.077] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 19:48:08.078] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 19:48:08.080] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 19:48:08.080] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 19:48:08.081] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 19:48:08.081] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 19:48:08.081] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "6!610!61004!005",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 19:48:08.555] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 19:48:08.555] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 19:48:08.555] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 19:48:08.556] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 19:48:08.556] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - b:_biz_t8t-fi-frt_app15519592880850d234382-cbed-473a-8967-78fc0e6c9fcb
[2019-03-07 19:48:08.556] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-frt/app
[2019-03-07 19:48:08.557] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 19:48:08.557] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - e:e-67822347
[2019-03-07 19:48:08.557] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:471
[2019-03-07 19:48:08.557] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:views.frt.lunDanCreateOrder
[2019-03-07 19:48:08.558] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 19:48:08.558] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 19:48:08.558] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 19:48:08.558] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"args":{"lunDanSplitDTO":{"subBizTypeCode":"5!501!50101!01","customerTypeCode":"6!610!61004!005","townId":1124,"cityId":1130,"customerName":"土巴兔装饰111","bizTypeCode":"1!110!11008!C01","fundCode":"6!610!61003!058","dispatchMoney":1,"relateCode":"203","customerId":1677031,"orderSourceCode":"6!612!61205!021","createUser":30425,"projectId":110,"createName":"word.huo"}},"level":{"levelInt":40000,"levelStr":"ERROR"},"error":"订单已经存在!","status":51497}
[2019-03-07 19:48:08.558] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 19:48:08.559] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 20:19:27.665] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 20:19:27.722] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 20:19:27.727] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 20:19:27.727] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 20:19:27.727] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 20:19:27.728] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 20:19:27.729] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 20:19:27.729] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-frt/app
[2019-03-07 20:19:27.729] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:views.account.query
[2019-03-07 20:19:27.729] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 20:19:27.729] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 20:19:27.731] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 20:19:27.732] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 20:19:27.732] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 20:19:27.732] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 20:19:27.732] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "%s",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 20:19:28.203] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 20:19:28.204] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 20:19:28.204] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 20:19:28.204] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 20:19:28.204] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - b:_biz_t8t-fi-frt_app155196116774236d38a65-4be1-4e33-8075-c6152fb15c1c
[2019-03-07 20:19:28.205] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-frt/app
[2019-03-07 20:19:28.205] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 20:19:28.205] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - e:e-67830900
[2019-03-07 20:19:28.205] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:480
[2019-03-07 20:19:28.205] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:views.account.query
[2019-03-07 20:19:28.206] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 20:19:28.206] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 20:19:28.206] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 20:19:28.206] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"args":{"lunDanSplitDTO":{"subBizTypeCode":"5!501!50101!01","customerTypeCode":"%s","townId":1124,"cityId":1130,"customerName":"土巴兔装饰111","bizTypeCode":"1!110!11008!C01","fundCode":"6!610!61003!058","dispatchMoney":1,"relateCode":"203","customerId":1677031,"orderSourceCode":"6!612!61205!021","createUser":30425,"projectId":110,"createName":"word.huo"}},"level":{"levelInt":40000,"levelStr":"ERROR"},"error":"no such method ||| method=views.account.query","status":404}
[2019-03-07 20:19:28.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 20:19:28.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 20:28:13.494] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 20:28:13.539] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 20:28:13.545] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 20:28:13.545] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 20:28:13.546] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 20:28:13.546] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 20:28:13.546] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 20:28:13.546] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-frt/app
[2019-03-07 20:28:13.546] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:views.frt.lunDanCreateOrder
[2019-03-07 20:28:13.546] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 20:28:13.547] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 20:28:13.548] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 20:28:13.549] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 20:28:13.549] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 20:28:13.549] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 20:28:13.552] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "6!610!61004!003",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 20:28:13.987] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 20:28:13.988] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 20:28:13.988] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 20:28:13.988] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 20:28:13.988] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - b:_biz_t8t-fi-frt_app1551961693552b690483a-eef0-419a-9b92-43798acd6bff
[2019-03-07 20:28:13.988] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-frt/app
[2019-03-07 20:28:13.988] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 20:28:13.989] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - e:e-67832698
[2019-03-07 20:28:13.989] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:471
[2019-03-07 20:28:13.989] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:views.frt.lunDanCreateOrder
[2019-03-07 20:28:13.989] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 20:28:13.989] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 20:28:13.989] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 20:28:13.989] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"args":{"lunDanSplitDTO":{"subBizTypeCode":"5!501!50101!01","customerTypeCode":"6!610!61004!003","townId":1124,"cityId":1130,"customerName":"土巴兔装饰111","bizTypeCode":"1!110!11008!C01","fundCode":"6!610!61003!058","dispatchMoney":1,"relateCode":"203","customerId":1677031,"orderSourceCode":"6!612!61205!021","createUser":30425,"projectId":110,"createName":"word.huo"}},"level":{"levelInt":40000,"levelStr":"ERROR"},"error":"订单已经存在!","status":51497}
[2019-03-07 20:28:13.990] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 20:28:13.990] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 20:57:18.184] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 20:57:18.228] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 20:57:18.232] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 20:57:18.232] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 20:57:18.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 20:57:18.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 20:57:18.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 20:57:18.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-fdm/app
[2019-03-07 20:57:18.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:views.account.query
[2019-03-07 20:57:18.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 20:57:18.233] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 20:57:18.235] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 20:57:18.235] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 20:57:18.235] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 20:57:18.235] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 20:57:18.235] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "%s",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 20:57:18.639] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 20:57:18.639] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 20:57:18.640] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 20:57:18.640] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 20:57:18.640] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-fdm/app
[2019-03-07 20:57:18.640] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 20:57:18.640] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:108
[2019-03-07 20:57:18.641] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:views.account.query
[2019-03-07 20:57:18.641] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 20:57:18.642] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 20:57:18.642] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 20:57:18.642] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"error":"route service failed ||| 服务/biz/t8t-fi-fdm/app不存在,或未上线其实例","status":503}
[2019-03-07 20:57:18.642] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 20:57:18.644] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2019-03-07 21:06:46.362] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:http://192.168.1.34:40001
[2019-03-07 21:06:46.410] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2019-03-07 21:06:46.416] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2019-03-07 21:06:46.417] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### :
[2019-03-07 21:06:46.417] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - http://192.168.1.34:40001
[2019-03-07 21:06:46.417] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2019-03-07 21:06:46.417] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### :
[2019-03-07 21:06:46.417] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - s:/biz/t8t-fi-fdm/app
[2019-03-07 21:06:46.418] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - m:bankAccount.queryPage
[2019-03-07 21:06:46.418] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2019-03-07 21:06:46.418] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### :
[2019-03-07 21:06:46.420] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2019-03-07 21:06:46.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2019-03-07 21:06:46.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] -
[2019-03-07 21:06:46.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### :
[2019-03-07 21:06:46.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "%s",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}
[2019-03-07 21:06:46.778] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2019-03-07 21:06:46.778] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### :
[2019-03-07 21:06:46.779] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2019-03-07 21:06:46.779] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### :
[2019-03-07 21:06:46.779] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - s:/biz/t8t-fi-fdm/app
[2019-03-07 21:06:46.780] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - t:1
[2019-03-07 21:06:46.780] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:108
[2019-03-07 21:06:46.780] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - m:bankAccount.queryPage
[2019-03-07 21:06:46.781] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2019-03-07 21:06:46.781] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2019-03-07 21:06:46.781] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2019-03-07 21:06:46.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"error":"route service failed ||| 服务/biz/t8t-fi-fdm/app不存在,或未上线其实例","status":503}
[2019-03-07 21:06:46.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2019-03-07 21:06:46.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接