debug.log 87.4 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
[2021-08-17 09:33:31.574] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-08-17 09:33:31.859] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:33:32.149] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:33:32.150] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:33:32.150] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-08-17 09:33:32.150] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:33:32.151] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:33:32.151] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:33:32.151] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:33:32.153] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-08-17 09:33:32.154] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:33:32.154] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-08-17 09:33:32.154] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:33:32.154] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:33:32.196] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:33:32.197] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:33:32.198] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 503 Service Temporarily Unavailable
[2021-08-17 09:33:32.199] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:33:32.201] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-08-17 09:33:32.201] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:33:32.202] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:190
[2021-08-17 09:33:32.202] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:33:32 GMT
[2021-08-17 09:33:32.204] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:text/html
[2021-08-17 09:33:32.204] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:33:32.204] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:33:32.205] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:294] - 
[2021-08-17 09:33:32.205] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:33:32.742] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:33:32.796] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-08-17 09:33:32.799] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:33:32.852] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:33:32.852] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:33:32.852] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-08-17 09:33:32.852] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:33:32.852] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:33:32.853] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:33:32.853] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:33:32.853] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-08-17 09:33:32.854] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:33:32.854] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-08-17 09:33:32.854] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:33:32.855] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:33:32.885] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:33:32.898] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:33:32.899] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 503 Service Temporarily Unavailable
[2021-08-17 09:33:32.899] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:33:32.900] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-08-17 09:33:32.900] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:33:32.900] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:190
[2021-08-17 09:33:32.900] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:33:32 GMT
[2021-08-17 09:33:32.900] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:text/html
[2021-08-17 09:33:32.900] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:33:32.901] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:33:32.901] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:294] - 
[2021-08-17 09:33:32.901] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:33:32.901] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:33:32.909] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-08-17 09:33:32.910] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:33:32.998] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:33:32.998] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:33:32.998] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-08-17 09:33:32.999] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:33:32.999] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:33:32.999] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:33:32.999] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:33:32.999] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-08-17 09:33:33.000] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:33:33.000] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-08-17 09:33:33.001] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:33:33.001] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:33:33.025] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:33:33.025] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:33:33.025] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 503 Service Temporarily Unavailable
[2021-08-17 09:33:33.025] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:33:33.025] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-08-17 09:33:33.026] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:33:33.026] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:190
[2021-08-17 09:33:33.027] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:33:33 GMT
[2021-08-17 09:33:33.027] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:text/html
[2021-08-17 09:33:33.027] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:33:33.028] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:33:33.028] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:294] - 
[2021-08-17 09:33:33.028] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:33:33.028] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:33:33.032] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://pre-test-api-admin.apeiwan.com/login
[2021-08-17 09:33:33.034] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:33:33.118] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:33:33.119] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:33:33.119] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://pre-test-api-admin.apeiwan.com/login
[2021-08-17 09:33:33.119] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:33:33.120] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:33:33.120] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:33:33.120] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:33:33.120] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=MXFhejJ3c3gzZWRj, username=chengjie}
[2021-08-17 09:33:33.121] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:33:33.121] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=MXFhejJ3c3gzZWRj&username=chengjie
[2021-08-17 09:33:33.122] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:33:33.122] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:33:33.172] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:33:33.173] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:33:33.173] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 503 Service Temporarily Unavailable
[2021-08-17 09:33:33.173] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:33:33.173] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Strict-Transport-Security:max-age=15724800; includeSubDomains
[2021-08-17 09:33:33.173] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:33:33.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:190
[2021-08-17 09:33:33.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:33:33 GMT
[2021-08-17 09:33:33.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:text/html
[2021-08-17 09:33:33.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:33:33.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:33:33.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:294] - 
[2021-08-17 09:33:33.174] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:33:33.175] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:31.239] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:31.492] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:31.738] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:31.738] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:31.738] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:31.739] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:31.739] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:31.739] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:31.741] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:31.742] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=ZnVsdTk5NjM1, username=admin}
[2021-08-17 09:36:31.743] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:31.743] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=ZnVsdTk5NjM1&username=admin
[2021-08-17 09:36:31.743] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:31.743] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:32.747] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:32.748] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:32.748] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:32.748] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:32.748] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:32.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:32.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:32.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:776
[2021-08-17 09:36:32.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:32 GMT
[2021-08-17 09:36:32.749] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:32.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:32.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:32.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":34,"updateTime":"2018-09-29 18:53:26","token":"bee359846b4a482f9e79d8562d4ed71e","createTime":"2018-09-29 18:53:24","newUser":false,"name":"admin","username":"admin","status":1},"status":200}
[2021-08-17 09:36:32.750] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:32.754] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:32.757] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/api/v1/lottery/activity/list
[2021-08-17 09:36:32.758] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:32.848] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:32.848] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:32.849] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/api/v1/lottery/activity/list
[2021-08-17 09:36:32.849] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:32.849] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:32.849] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:bee359846b4a482f9e79d8562d4ed71e
[2021-08-17 09:36:32.850] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:32.850] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:32.850] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {pageSize=10, activityType=1, pageNum=1}
[2021-08-17 09:36:32.850] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:32.851] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - pageSize=10&activityType=1&pageNum=1
[2021-08-17 09:36:32.852] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:32.852] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:35.535] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:35.535] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:35.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:35.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:35.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-08-17 09:36:35.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:35.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:35.537] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:35.537] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:35 GMT
[2021-08-17 09:36:35.537] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:35.537] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:35.537] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:35.537] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"sort desc","endRow":8,"list":[{"remark":"12","openedTimes":4,"staticUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/20/a5b799ecef3140eda9f78125c65219b3.png","delFlag":false,"ruleStatus":1,"operatorName":"admin","coverThreshold":0,"openType":2,"playDesc":"0","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/6/22/516116c635e94a1fb1209949ed5f7d5d.png\",\"decorationId\":195,\"decorationName\":\"金光闪闪聊天室气泡\"}","lotteryRules":"[{\"amount\":300,\"endTime\":1943005906000,\"id\":2219,\"isNotice\":1,\"isReward\":1,\"lotteryId\":271,\"name\":\"魅力值礼物-粉色情书\",\"perCount\":330,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":5,\"endTime\":1943005906000,\"id\":2220,\"isNotice\":0,\"isReward\":0,\"lotteryId\":400,\"name\":\"魅力值礼物-鼓掌\",\"perCount\":2,\"ruleStatus\":1,\"startTime\":1627473106000}]","startTime":"2021-07-28 19:51:46","id":128,"operatorId":34,"rewardLotteryCount":4,"openRewardDiamonds":4,"objectGifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/20/6e782a90d6d3456695e023958cb0fffa.svga","updateTime":"2021-07-21 14:16:51","sort":111,"labelUrl":"null","version":0,"gifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/20/43bd844022bd40f3a82962710d84d735.png","remainLotteryDiamonds":18910,"openPayDiamonds":4,"createTime":"2020-11-20 14:12:15","name":"xcc111","remainLotteryCount":65,"endTime":"2031-07-28 19:51:46","activityType":1,"priceRules":"[{\"price\":1,\"times\":1},{\"price\":5,\"times\":5},{\"price\":10,\"times\":10}]","isActivate":false,"status":0},{"remark":"没后悔过控件工具库","openedTimes":2300796,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2019/10/16/0f81fb65b4d94b33bbad9dcc5a335fd2.png","delFlag":false,"ruleStatus":1,"operatorName":"admin","coverThreshold":0,"lotteryActivityExt":{"backgroundUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/18/1d92a963e4b2465cb7f80c39e9b94130.png","lotteryActivityId":63,"createTime":"2020-11-19 17:49:32","startTime":"2020-11-18 00:00:00","id":14,"endTime":"2020-11-30 23:59:59","content":"邂逅2","activityH5Url":"https://html-public.apeiwan.com/20200728/index.html?hideNavi=1","status":2},"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":123,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/6/22/30a3ad49fb3f4f6e861d88d9b4a0b5b1.png\",\"decorationId\":198,\"decorationName\":\"荧光棒聊天气泡\"}","lotteryRules":"[{\"amount\":1,\"endTime\":1943005906000,\"id\":1664,\"isNotice\":0,\"isReward\":0,\"lotteryId\":115,\"name\":\"礼物-小黄鸭*\",\"perCount\":400,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":6,\"endTime\":1943005906000,\"id\":1665,\"isNotice\":0,\"isReward\":0,\"lotteryId\":116,\"name\":\"礼物-小心心*\",\"perCount\":445,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":8,\"endTime\":1943005906000,\"id\":1666,\"isNotice\":0,\"isReward\":0,\"lotteryId\":117,\"name\":\"钻石*8\",\"perCount\":450,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":10,\"endTime\":1943005906000,\"id\":1667,\"isNotice\":0,\"isReward\":0,\"lotteryId\":118,\"name\":\"礼物-心相印*\",\"perCount\":500,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":21,\"endTime\":1943005906000,\"id\":1668,\"isNotice\":1,\"isReward\":0,\"lotteryId\":119,\"name\":\"礼物-甜甜圈*\",\"perCount\":120,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":52,\"endTime\":1943005906000,\"id\":1669,\"isNotice\":1,\"isReward\":0,\"lotteryId\":120,\"name\":\"礼物-棒棒糖*\",\"perCount\":50,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":99,\"endTime\":1943005906000,\"id\":1670,\"isNotice\":1,\"isReward\":0,\"lotteryId\":121,\"name\":\"钻石*99\",\"perCount\":20,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":128,\"endTime\":1943005906000,\"id\":1671,\"isNotice\":1,\"isReward\":0,\"lotteryId\":122,\"name\":\"礼物-么么哒*\",\"perCount\":10,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":158,\"endTime\":1943005906000,\"id\":1672,\"isNotice\":1,\"isReward\":0,\"lotteryId\":123,\"name\":\"礼物-麦克风*\",\"perCount\":5,\"ruleStatus\":1,\"startTime\":1627473106000}]","startTime":"2021-07-28 19:51:46","id":63,"operatorId":34,"rewardLotteryCount":2300796,"openRewardDiamonds":23974491,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2019/10/16/4762b010716f4297a1698a01a683aee9.svga","updateTime":"2020-11-24 16:52:31","sort":30,"labelUrl":"","version":0,"gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2019/10/16/45d7a7ef02324a66adaa13dd99e47921.gif","remainLotteryDiamonds":12349,"openPayDiamonds":23007960,"createTime":"2019-10-16 18:36:18","name":"普通宝箱","remainLotteryCount":1204,"endTime":"2031-07-28 19:51:46","activityType":1,"priceRules":"[{\"price\":\"10\",\"times\":\"1\"},{\"price\":\"50\",\"times\":\"5\"},{\"price\":\"100\",\"times\":\"10\"}]","isActivate":false,"status":0},{"remark":"","openedTimes":6990255,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/1/11/033724b845c24ba5ad71154fde272394.png","delFlag":false,"ruleStatus":1,"operatorName":"程杰","coverThreshold":0,"openType":2,"lotteryRules":"[{\"amount\":21,\"endTime\":1943005906000,\"id\":979,\"isNotice\":1,\"isReward\":0,\"lotteryId\":181,\"name\":\"礼物-甜甜圈\",\"perCount\":70,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":52,\"endTime\":1943005906000,\"id\":980,\"isNotice\":1,\"isReward\":0,\"lotteryId\":182,\"name\":\"礼物-棒棒糖\",\"perCount\":45,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":128,\"endTime\":1943005906000,\"id\":981,\"isNotice\":1,\"isReward\":0,\"lotteryId\":183,\"name\":\"礼物-么么哒\",\"perCount\":25,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":158,\"endTime\":1943005906000,\"id\":982,\"isNotice\":1,\"isReward\":0,\"lotteryId\":184,\"name\":\"礼物-麦克风\",\"perCount\":10,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":222,\"endTime\":1943005906000,\"id\":983,\"isNotice\":1,\"isReward\":0,\"lotteryId\":185,\"name\":\"礼物-玫瑰花\",\"perCount\":5,\"ruleStatus\":1,\"startTime\":1627473106000}]","startTime":"2021-07-28 19:51:46","id":69,"operatorId":75,"rewardLotteryCount":6990255,"openRewardDiamonds":67901769,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/1/11/07439930edfe438d91ae3225e4f7b55f.svga","updateTime":"2020-06-29 18:33:46","sort":30,"version":0,"gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/1/11/0372061d810541408ce861ef4b25f0cd.gif","remainLotteryDiamonds":12309,"openPayDiamonds":69902550,"createTime":"2020-01-11 11:37:53","name":"普通宝箱","remainLotteryCount":196,"endTime":"2031-07-28 19:51:46","activityType":1,"priceRules":"[{\"price\":\"10\",\"times\":\"1\"},{\"price\":\"50\",\"times\":\"5\"},{\"price\":\"100\",\"times\":\"10\"}]","isActivate":false,"status":0},{"remark":"","openedTimes":220158,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2019/10/16/2511c04dc722455d97ac5b2b0918624e.png","delFlag":false,"ruleStatus":1,"operatorName":"admin","coverThreshold":0,"openType":2,"playDesc":"null","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/27/a5100c6fd1a8472f816782f30dcf8728.png\",\"decorationId\":211,\"decorationName\":\"慵懒的猫个人名牌\"}","lotteryRules":"[{\"amount\":128,\"endTime\":1943086709000,\"id\":2400,\"isNotice\":1,\"isReward\":1,\"lotteryId\":125,\"name\":\"礼物-么么哒*\",\"perCount\":400,\"ruleStatus\":1,\"startTime\":1627553909000},{\"amount\":158,\"endTime\":1943086709000,\"id\":2401,\"isNotice\":1,\"isReward\":1,\"lotteryId\":126,\"name\":\"礼物-麦克风*\",\"perCount\":400,\"ruleStatus\":1,\"startTime\":1627553909000},{\"amount\":188,\"endTime\":1943086709000,\"id\":2402,\"isNotice\":1,\"isReward\":1,\"lotteryId\":127,\"name\":\"礼物-怦然心动*\",\"perCount\":350,\"ruleStatus\":1,\"startTime\":1627553909000},{\"amount\":233,\"endTime\":1943086709000,\"id\":2403,\"isNotice\":1,\"isReward\":0,\"lotteryId\":128,\"name\":\"礼物-可爱小熊*\",\"perCount\":200,\"ruleStatus\":1,\"startTime\":1627553909000},{\"amount\":266,\"endTime\":1943086709000,\"id\":2404,\"isNotice\":1,\"isReward\":0,\"lotteryId\":129,\"name\":\"礼物-天使之心*\",\"perCount\":120,\"ruleStatus\":1,\"startTime\":1627553909000}]","startTime":"2021-07-29 18:18:29","id":64,"operatorId":34,"rewardLotteryCount":220158,"openRewardDiamonds":46259306,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2019/10/16/69aca8cdb1334982b8bbebc8b933edb2.svga","updateTime":"2021-07-29 18:18:29","sort":20,"labelUrl":"null","version":0,"gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2019/10/16/40fcd04e304f43cb99a4a6179cf5c7fe.gif","remainLotteryDiamonds":218030,"openPayDiamonds":46233180,"createTime":"2019-10-16 18:38:39","name":"白银宝箱","remainLotteryCount":1264,"endTime":"2031-07-29 18:18:29","activityType":1,"priceRules":"[{\"price\":\"1\",\"times\":\"1\"},{\"price\":\"5\",\"times\":\"5\"},{\"price\":\"10\",\"times\":\"10\"}]","isActivate":true,"status":1},{"remark":"","openedTimes":518608,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/1/11/6a9ab16d9e3b4f4abb9a4ab941c68603.png","delFlag":false,"ruleStatus":1,"operatorName":"admin","coverThreshold":0,"openType":2,"playDesc":"","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/6/22/30a3ad49fb3f4f6e861d88d9b4a0b5b1.png\",\"decorationId\":198,\"decorationName\":\"荧光棒聊天气泡\"}","lotteryRules":"[{\"amount\":99,\"endTime\":1943005906000,\"id\":1226,\"isNotice\":0,\"isReward\":0,\"lotteryId\":394,\"name\":\"魅力值礼物-水晶粽\",\"perCount\":100,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":10,\"endTime\":1943005906000,\"id\":1225,\"isNotice\":0,\"isReward\":0,\"lotteryId\":395,\"name\":\"钻石*10\",\"perCount\":100,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":1,\"endTime\":1943005906000,\"id\":1224,\"isNotice\":0,\"isReward\":0,\"lotteryId\":396,\"name\":\"座位框-魔力法典*1 天\",\"perCount\":100,\"ruleStatus\":1,\"startTime\":1627473106000}]","startTime":"2021-07-28 19:51:46","id":70,"operatorId":34,"rewardLotteryCount":518608,"openRewardDiamonds":105724795,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/1/11/94e9405737184047b889bf1dfa34a82f.svga","updateTime":"2020-11-19 15:36:17","sort":20,"labelUrl":"null","version":0,"gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/1/11/b9594572f4b14fbb8959250a6bc95348.gif","remainLotteryDiamonds":9777,"openPayDiamonds":108906423,"createTime":"2020-01-11 11:46:04","name":"白银宝箱","remainLotteryCount":263,"endTime":"2031-07-28 19:51:46","activityType":1,"priceRules":"[{\"price\":\"1\",\"times\":\"1\"},{\"price\":\"2\",\"times\":\"5\"},{\"price\":\"3\",\"times\":\"10\"}]","isActivate":false,"status":0},{"remark":"","openedTimes":90508,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2019/10/16/6b6c614fc95745f39ec314b2e9f3b178.png","delFlag":false,"ruleStatus":1,"operatorName":"梁鑫宇","coverThreshold":0,"openType":2,"lotteryRules":"[{\"amount\":233,\"endTime\":1943005906000,\"id\":2181,\"isNotice\":0,\"isReward\":0,\"lotteryId\":135,\"name\":\"礼物-可爱小熊*\",\"perCount\":300,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":388,\"endTime\":1943005906000,\"id\":2182,\"isNotice\":0,\"isReward\":0,\"lotteryId\":136,\"name\":\"钻石*388\",\"perCount\":400,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":266,\"endTime\":1943005906000,\"id\":2183,\"isNotice\":0,\"isReward\":0,\"lotteryId\":137,\"name\":\"礼物-天使之心*\",\"perCount\":400,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":520,\"endTime\":1943005906000,\"id\":2184,\"isNotice\":0,\"isReward\":0,\"lotteryId\":138,\"name\":\"礼物-果果冰*\",\"perCount\":300,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":788,\"endTime\":1943005906000,\"id\":2185,\"isNotice\":1,\"isReward\":0,\"lotteryId\":139,\"name\":\"钻石*788\",\"perCount\":295,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":999,\"endTime\":1943005906000,\"id\":2186,\"isNotice\":1,\"isReward\":0,\"lotteryId\":140,\"name\":\"礼物-樱花雨*\",\"perCount\":140,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":1314,\"endTime\":1943005906000,\"id\":2187,\"isNotice\":1,\"isReward\":0,\"lotteryId\":141,\"name\":\"礼物-爱的告白*\",\"perCount\":60,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":3344,\"endTime\":1943005906000,\"id\":2188,\"isNotice\":1,\"isReward\":0,\"lotteryId\":142,\"name\":\"礼物-永恒印记*\",\"perCount\":10,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":7777,\"endTime\":1943005906000,\"id\":2189,\"isNotice\":1,\"isReward\":0,\"lotteryId\":143,\"name\":\"礼物-爱神之箭*\",\"perCount\":10,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":26666,\"endTime\":1943005906000,\"id\":2190,\"isNotice\":1,\"isReward\":0,\"lotteryId\":144,\"name\":\"礼物-心愿灯*\",\"perCount\":5,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":333,\"endTime\":1943005906000,\"id\":2191,\"isNotice\":1,\"isReward\":0,\"lotteryId\":145,\"name\":\"座位框-花蝴蝶*1 天\",\"perCount\":40,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":333,\"endTime\":1943005906000,\"id\":2192,\"isNotice\":1,\"isReward\":0,\"lotteryId\":146,\"name\":\"座位框-精灵梦*1 天\",\"perCount\":40,\"ruleStatus\":1,\"startTime\":1627473106000}]","startTime":"2021-07-28 19:51:46","id":65,"operatorId":55,"rewardLotteryCount":90508,"openRewardDiamonds":54735115,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2019/10/16/7b15cd29764944248a0c0414c3049d8f.svga","updateTime":"2020-01-11 12:06:41","sort":10,"version":1,"gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2019/10/16/3184f5dda96540798785f5083be68a37.gif","remainLotteryDiamonds":917525,"openPayDiamonds":60278328,"createTime":"2019-10-16 18:42:34","name":"黄金宝箱","remainLotteryCount":1492,"endTime":"2031-07-28 19:51:46","activityType":1,"priceRules":"[{\"price\":\"666\",\"times\":\"1\"},{\"price\":\"3330\",\"times\":\"5\"},{\"price\":\"6660\",\"times\":\"10\"}]","isActivate":false,"status":0},{"remark":"","openedTimes":503800,"staticUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/1/11/758741d4cb064df29b1307700b3dff3b.png","delFlag":false,"ruleStatus":1,"operatorName":"周雄军","coverThreshold":0,"openType":2,"playDesc":"null","decorationRules":"{\"usefulDays\":1,\"decorationUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/6/22/516116c635e94a1fb1209949ed5f7d5d.png\",\"decorationId\":195,\"decorationName\":\"金光闪闪聊天室气泡\"}","lotteryRules":"[{\"amount\":520,\"endTime\":1943005906000,\"id\":2204,\"isNotice\":1,\"isReward\":0,\"lotteryId\":130,\"name\":\"魅力值礼物-果果冰\",\"perCount\":70,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":999,\"endTime\":1943005906000,\"id\":2205,\"isNotice\":1,\"isReward\":0,\"lotteryId\":200,\"name\":\"魅力值礼物-樱花雨\",\"perCount\":150,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":1314,\"endTime\":1943005906000,\"id\":2206,\"isNotice\":0,\"isReward\":1,\"lotteryId\":201,\"name\":\"魅力值礼物-爱的告白\",\"perCount\":90,\"ruleStatus\":1,\"startTime\":1627473106000}]","startTime":"2021-07-28 19:51:46","id":71,"operatorId":43,"rewardLotteryCount":503800,"openRewardDiamonds":330353108,"objectGifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/1/11/44d1e4141c1b466d91e3b71b55433fa4.svga","updateTime":"2021-07-21 16:45:28","sort":10,"labelUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/19/da78ee4e4ddb4f1da9b7790da0dac395.png","version":0,"gifUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/1/11/f2a457bb826840ceb8c31cc0c60057bd.gif","remainLotteryDiamonds":154505732,"openPayDiamonds":335530800,"createTime":"2020-01-11 12:01:31","name":"黄金宝箱","remainLotteryCount":111123017,"endTime":"2031-07-28 19:51:46","activityType":1,"priceRules":"[{\"price\":666,\"times\":1},{\"price\":3330,\"times\":5},{\"price\":6660,\"times\":10}]","isActivate":true,"status":1},{"remark":"2","openedTimes":23,"staticUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/6/29/c01e079cf99e48158ee118ba8a005596.png","delFlag":false,"ruleStatus":1,"operatorName":"admin","coverThreshold":0,"openType":2,"playDesc":"null","decorationRules":"{\"usefulDays\":9,\"decorationUrl\":\"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2021/4/8/18a295337581459f858d563307be3b7f.svga\",\"decorationId\":204,\"decorationName\":\"主页特效主页特效\"}","lotteryRules":"[{\"amount\":10,\"endTime\":1943005906000,\"id\":1706,\"isNotice\":0,\"isReward\":0,\"lotteryId\":326,\"name\":\"座位框-萌爪爪*5 天\",\"perCount\":50,\"probability\":100.0,\"ruleStatus\":1,\"startTime\":1627473106000},{\"amount\":50,\"endTime\":1943005906000,\"id\":1705,\"isNotice\":0,\"isReward\":0,\"lotteryId\":392,\"name\":\"礼物-森林之星*\",\"perCount\":150,\"probability\":0.0,\"ruleStatus\":1,\"startTime\":1627473106000}]","startTime":"2021-07-28 19:51:46","id":97,"operatorId":34,"rewardLotteryCount":23,"openRewardDiamonds":980,"objectGifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/6/29/6dae768a45d64da5b0524699a45eff33.svga","updateTime":"2021-04-08 18:15:18","sort":2,"labelUrl":"null","version":0,"gifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/6/29/84863253a9c945268c8dd88bc15941a1.gif","remainLotteryDiamonds":7870,"openPayDiamonds":230,"createTime":"2020-06-29 18:51:02","name":"普通的","remainLotteryCount":175,"endTime":"2031-07-28 19:51:46","activityType":1,"priceRules":"[{\"price\":\"10\",\"times\":\"1\"}]","isActivate":true,"status":1}],"pageNum":1,"navigatePages":8,"total":8,"pages":1,"size":8,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-08-17 09:36:35.539] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:35.540] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:35.562] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:35.562] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:35.664] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:35.664] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:35.665] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:35.665] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:35.665] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:35.666] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:35.666] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:35.666] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=ZnVsdTk5NjM1, username=admin}
[2021-08-17 09:36:35.666] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:35.667] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=ZnVsdTk5NjM1&username=admin
[2021-08-17 09:36:35.667] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:35.667] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:35.730] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:35.732] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:35.732] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:35.733] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:35.733] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:35.734] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:35.736] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:35.736] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:776
[2021-08-17 09:36:35.737] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:35 GMT
[2021-08-17 09:36:35.737] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:35.737] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:35.737] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:35.737] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":34,"updateTime":"2018-09-29 18:53:26","token":"00c4f3e8f602448e84b76f7ea92a5de2","createTime":"2018-09-29 18:53:24","newUser":false,"name":"admin","username":"admin","status":1},"status":200}
[2021-08-17 09:36:35.737] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:35.738] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:35.739] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:35.740] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:35.864] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:35.864] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:35.864] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:35.865] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:35.865] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:35.865] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:35.865] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:35.865] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=ZnVsdTk5NjM1, username=admin}
[2021-08-17 09:36:35.865] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:35.865] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=ZnVsdTk5NjM1&username=admin
[2021-08-17 09:36:35.866] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:35.866] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:35.928] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:35.928] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:35.929] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:35.929] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:35.929] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:35.929] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:35.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:35.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:776
[2021-08-17 09:36:35.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:35 GMT
[2021-08-17 09:36:35.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:35.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:35.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:35.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":34,"updateTime":"2018-09-29 18:53:26","token":"a8eb6f36889f41a7bc4cf58784c9c7c0","createTime":"2018-09-29 18:53:24","newUser":false,"name":"admin","username":"admin","status":1},"status":200}
[2021-08-17 09:36:35.931] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:35.931] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:35.932] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/api/v1/virtual-product/gift-list
[2021-08-17 09:36:35.932] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:36.034] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:36.034] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:36.035] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/api/v1/virtual-product/gift-list
[2021-08-17 09:36:36.035] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:36.035] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:36.035] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:a8eb6f36889f41a7bc4cf58784c9c7c0
[2021-08-17 09:36:36.035] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:36.035] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:36.036] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {pageSize=10, type=1, pageNum=1, useStatus=1}
[2021-08-17 09:36:36.036] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:36.036] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - pageSize=10&type=1&pageNum=1&useStatus=1
[2021-08-17 09:36:36.036] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:36.036] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:36.488] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:36.489] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:36.489] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:36.489] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:36.489] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-08-17 09:36:36.490] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:36.490] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:36.490] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:36.490] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:36 GMT
[2021-08-17 09:36:36.491] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:36.491] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:36.491] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:36.491] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询成功!","data":{"startRow":1,"lastPage":5,"navigatepageNums":[1,2,3,4,5],"prePage":0,"hasNextPage":true,"nextPage":2,"pageSize":10,"orderBy":"sort desc","endRow":10,"list":[{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":98,"virtualProductId":382,"roomType":1,"userRange":1},"virtualProductActivity":{"backgroundUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/5/13/14ac61ab60bf4971a8b1db08cf6c7c96.png","createTime":"2021-05-13 16:50:30","refType":1,"id":10,"virtualProductId":382,"content":"使用表白卡让麦上的小哥哥对你表白","activityH5Url":"","status":2},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/13/153fff74da82423ca8d46d16f8a9b8a7.png","type":1,"hotValue":50,"singleShow":true,"playDesc":"","giftVersion":4,"price":0,"remarkUrl":"","id":382,"objectGifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2021/5/13/15665ead5c5448ecb73a85a9488a8d4d.svga","giftType":2,"sort":5010,"charmValue":0,"limitUpdateTime":"2021-05-13 16:50:30","useStatus":1,"name":"表白卡","isWall":true,"permissionDesc":"","remark":"新用户专属","delFlag":false,"obtainType":4,"hasAnimation":false,"rewardLevel":1,"updateTime":"2021-05-13 17:02:07","labelUrl":"","wallLabelUrl":"","wallBigUrl":"","createTime":"2021-05-13 16:50:30"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":26,"virtualProductId":328,"roomType":1,"userRange":1},"virtualProductPlays":[{"playType":3,"createTime":"2020-11-18 18:19:32","playMethod":"[{\"roomBannerId\":2,\"listBannerId\":1,\"chainNum\":\"1\"},{\"roomBannerId\":2,\"listBannerId\":1,\"chainNum\":\"2\"}]","id":87,"virtualProductId":328},{"playType":1,"createTime":"2020-11-20 18:12:46","playMethod":"[{\"chainNum\":\"3\",\"showUrl\":\"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/20/b4ce4c59d9f945cba7ce5ba743164386.svga\",\"remark\":\"三生三世\"}]","id":92,"virtualProductId":328}],"virtualProduct":{"isUse":true,"previewUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/6/23/a0af3ab1caa84456b271c297fb0ac5be.webp","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/6/23/9a45246eab5249619eafa6f93f0330fa.png","type":1,"hotValue":10,"singleShow":true,"playDesc":"","giftVersion":88,"price":0,"remarkUrl":"","id":328,"objectGifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/19/5fa8325c4bea47fb9c2ad12193517d62.svga","giftType":2,"sort":5000,"charmValue":0,"limitUpdateTime":"2020-06-23 10:25:10","useStatus":1,"name":"小星星","isWall":false,"permissionDesc":"","remark":"","delFlag":false,"obtainType":3,"hasAnimation":true,"rewardLevel":1,"updateTime":"2021-04-29 23:04:28","labelUrl":"","createTime":"2020-06-23 10:25:10"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":106,"virtualProductId":390,"roomType":1,"userRange":1},"virtualProductPlays":[{"playType":3,"createTime":"2021-07-07 11:50:04","playMethod":"[{\"roomBannerId\":21,\"listBannerId\":22,\"chainNum\":\"1\"}]","id":95,"virtualProductId":390}],"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2021/7/7/138fa52d528a4c409aa3d65d19b79d9f.png","objectVapUrl":"","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":1,"price":100,"remarkUrl":"","id":390,"objectGifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2021/7/7/0780aca1e7704884ab6450d6d5b5958c.svga","giftType":1,"sort":4999,"charmValue":100,"limitUpdateTime":"2021-07-07 11:50:04","useStatus":1,"name":"冲天火箭","isWall":true,"permissionDesc":"","remark":"火箭玩法","delFlag":false,"obtainType":1,"hasAnimation":true,"rewardLevel":2,"updateTime":"2021-07-07 11:50:04","labelUrl":"","wallLabelUrl":"","wallBigUrl":"","createTime":"2021-07-07 11:50:04"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":88,"virtualProductId":331,"roomType":1,"userRange":1},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/24/b0307222fcb646d0b95110656c037124.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":1,"price":128,"remarkUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/24/1062960891aa4a99b197e8be5307da07.png","id":331,"objectGifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/24/c149f8f843604204b146160d92a38346.svga","giftType":1,"sort":4900,"charmValue":128,"limitUpdateTime":"2020-11-24 19:48:45","useStatus":1,"name":"星缤乐","isWall":true,"permissionDesc":"","remark":"","delFlag":false,"obtainType":1,"hasAnimation":false,"rewardLevel":1,"updateTime":"2021-04-29 23:04:28","labelUrl":"","createTime":"2020-11-24 19:48:45"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":108,"virtualProductId":391,"roomType":1,"userRange":1},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2021/7/21/0bbe351d0d1745c1980e4090cb27903f.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":1,"price":3555,"remarkUrl":"","id":391,"objectGifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2021/7/21/7b6454a98bab4c368ee4689c44f242fe.svga","giftType":1,"sort":4386,"charmValue":3555,"limitUpdateTime":"2021-07-21 16:35:54","useStatus":1,"name":"小龙虾","isWall":true,"permissionDesc":"","remark":"五一活动限定聊天室礼物","delFlag":false,"obtainType":1,"hasAnimation":false,"rewardLevel":3,"updateTime":"2021-07-21 16:35:54","labelUrl":"","wallLabelUrl":"","wallBigUrl":"","createTime":"2021-07-21 16:35:54"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":109,"virtualProductId":392,"roomType":1,"userRange":1},"virtualProductPlays":[{"playType":1,"createTime":"2021-07-21 16:40:07","playMethod":"[{\"chainNum\":\"1\",\"showUrl\":\"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/7/21/e233abc98f504bdab8b8397b74ede5b2.svga\",\"vapUrl\":\"\",\"remark\":\"1\"}]","id":96,"virtualProductId":392}],"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2021/7/21/560811f7b27241be9b2711ff8ff993c4.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":1,"price":52000,"remarkUrl":"","id":392,"giftType":1,"sort":4313,"charmValue":52000,"limitUpdateTime":"2021-07-21 16:40:07","useStatus":1,"name":"月下美人","isWall":true,"permissionDesc":"","remark":"礼盒活动礼物·即将在返场活动中回归","delFlag":false,"obtainType":1,"hasAnimation":true,"rewardLevel":4,"updateTime":"2021-07-21 16:40:07","labelUrl":"","wallLabelUrl":"","wallBigUrl":"","createTime":"2021-07-21 16:40:07"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":25,"virtualProductId":327,"roomType":1,"userRange":2},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/6/22/492eb25bc6ca4261bcd892313f2c42ba.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":12,"price":1,"remarkUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/24/d927d02a752f41eab8590cd0bfa4ba56.png","id":327,"objectGifUrl":"","giftType":1,"sort":1130,"charmValue":1,"limitUpdateTime":"2020-06-22 18:06:48","useStatus":1,"name":"壁咚主播","receiveLimitCount":1,"isWall":true,"permissionDesc":"","remark":"","delFlag":false,"obtainType":1,"hasAnimation":false,"rewardLevel":1,"updateTime":"2021-04-29 23:04:28","labelUrl":"","createTime":"2020-06-22 17:56:36"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":89,"virtualProductId":332,"roomType":1,"userRange":1},"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/24/c649a40efa174ef9b3ddcba6c28b6a98.png","type":1,"hotValue":0,"singleShow":true,"playDesc":"","giftVersion":5,"price":1314,"remarkUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/24/ecb52148aef347f29a37e6e53fb8e0bb.png","id":332,"objectGifUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/24/28e07534d6654d1e973eef38f9dbb819.svga","giftType":1,"sort":1121,"charmValue":1314,"limitUpdateTime":"2020-11-24 19:51:10","useStatus":1,"name":"环游星河","isWall":true,"permissionDesc":"","remark":"111","delFlag":false,"obtainType":1,"hasAnimation":true,"rewardLevel":2,"updateTime":"2021-06-02 11:03:41","labelUrl":"","wallLabelUrl":"","wallBigUrl":"","createTime":"2020-11-24 19:51:10"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":24,"virtualProductId":326,"roomType":1,"userRange":1},"virtualProductPlays":[{"playType":1,"createTime":"2020-06-22 17:06:05","playMethod":"[{\"chainNum\":\"1\",\"showUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/6/22/e07679f822684aabba34140d5a894cb5.svga\",\"remark\":\"一心一意\"},{\"chainNum\":\"3\",\"showUrl\":\"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/19/590d7c47f5414a189f5247be6f0d6b02.svga\",\"remark\":\"三生三世\"}]","id":23,"virtualProductId":326},{"playType":3,"createTime":"2020-11-19 15:14:25","playMethod":"[{\"roomBannerId\":2,\"listBannerId\":1,\"chainNum\":\"3\"}]","id":91,"virtualProductId":326}],"virtualProductActivity":{"backgroundUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/19/688f3a03e80c443aa4aefd240fa5bf00.png","createTime":"2020-06-23 18:57:20","refType":1,"startTime":"2020-11-21 00:00:00","id":1,"endTime":"2020-11-21 23:59:59","virtualProductId":326,"content":"百度2","activityH5Url":"http://www.baidu.com","status":1},"virtualProduct":{"isUse":true,"previewUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/19/d86d5b1ad31c448697311b2b0f2c1d50.webp","objectUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/19/33cbab10ae9a46e995cdb624b738934d.png","type":1,"hotValue":50,"singleShow":true,"playDesc":"","giftVersion":44,"price":0,"remarkUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/11/19/2e721e9dc9754686b677c2ad616d1b4e.png","id":326,"objectGifUrl":"","giftType":2,"sort":1120,"charmValue":0,"limitUpdateTime":"2020-06-22 17:06:06","useStatus":1,"name":"森林之星","isWall":true,"permissionDesc":"","remark":"","delFlag":false,"obtainType":4,"hasAnimation":true,"rewardLevel":1,"updateTime":"2021-04-29 23:04:28","labelUrl":"","createTime":"2020-06-22 17:06:06"}},{"virtualProductRange":{"roomRange":"","rangeName":"全部","id":22,"virtualProductId":324,"roomType":1,"userRange":1},"virtualProductPlays":[{"playType":1,"createTime":"2020-06-22 17:01:51","playMethod":"[{\"chainNum\":\"1\",\"showUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/temp/2020/6/23/015d9ca65cf7438db1e465761c5a876b.svga\",\"remark\":\"一生一世\"}]","id":21,"virtualProductId":324}],"virtualProduct":{"isUse":true,"previewUrl":"","objectUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/6/23/de1adcc582c449f1bf32722ab9a766ca.png","type":1,"hotValue":200,"singleShow":true,"playDesc":"","giftVersion":11,"price":0,"remarkUrl":"","id":324,"objectGifUrl":"","giftType":2,"sort":1100,"charmValue":0,"limitUpdateTime":"2020-06-22 17:01:52","useStatus":1,"name":"永恒之冠","isWall":true,"permissionDesc":"","remark":"","delFlag":false,"obtainType":4,"hasAnimation":true,"rewardLevel":1,"updateTime":"2021-04-29 23:04:28","labelUrl":"","createTime":"2020-06-22 17:01:52"}}],"pageNum":1,"navigatePages":8,"total":46,"pages":5,"size":10,"firstPage":1,"isLastPage":false,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-08-17 09:36:36.492] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:36.493] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:36.506] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:36.507] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:36.606] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:36.606] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:36.606] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:36.607] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:36.607] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:36.607] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:36.609] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:36.609] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=ZnVsdTk5NjM1, username=admin}
[2021-08-17 09:36:36.609] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:36.609] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=ZnVsdTk5NjM1&username=admin
[2021-08-17 09:36:36.609] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:36.610] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:36.671] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:36.672] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:36.672] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:36.672] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:36.672] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:36.672] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:36.673] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:36.673] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:776
[2021-08-17 09:36:36.673] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:36 GMT
[2021-08-17 09:36:36.674] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:36.675] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:36.675] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:36.676] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":34,"updateTime":"2018-09-29 18:53:26","token":"20a88d66b12f4ecea5de57979158deda","createTime":"2018-09-29 18:53:24","newUser":false,"name":"admin","username":"admin","status":1},"status":200}
[2021-08-17 09:36:36.676] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:36.677] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:36.678] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/api/v1/user/list
[2021-08-17 09:36:36.678] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:36.780] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:36.781] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:36.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/api/v1/user/list
[2021-08-17 09:36:36.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:36.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:36.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:20a88d66b12f4ecea5de57979158deda
[2021-08-17 09:36:36.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:36.784] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:36.784] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774138, pageSize=10, pageNum=1}
[2021-08-17 09:36:36.784] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:36.784] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774138&pageSize=10&pageNum=1
[2021-08-17 09:36:36.784] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:36.785] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:38.564] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:38.565] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:38.565] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:38.565] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:38.565] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-08-17 09:36:38.565] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:38.566] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:38.566] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:38.566] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:38 GMT
[2021-08-17 09:36:38.566] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:38.566] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:38.567] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:38.567] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":5,"platformAuthUrl":"","platformAuth":0,"nobleName":"富商Ⅱ","type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":2203564,"chargeBalance":15.00,"headPortraitsUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg","lastMemberExp":0,"nobleRankCode":12,"activeTime":"2021-08-03 22:33:38","userInfoAuth":2,"status":1,"gender":1,"city":"","registerType":3,"userCode":"146530220","loginTime":"2021-07-22 10:07:23","ordersTakeStatus":1,"nickname":"test","registIp":"61.183.246.70","virtualBalance":1008004,"isCancel":false,"memberLevel":0,"mobile":"13823774138","imPsw":"8b1c5d54d9fd493ca85c3e8d3a9ef836","updateTime":"2021-05-07 11:22:16","quickServerStatus":0,"imId":"2203564_20210507","scoreAvg":4.0,"charm":0,"createTime":"2021-05-07 11:22:14","newUser":false,"sourceName":"android注册来源","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-08-17 09:36:38.567] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:38.568] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:38.569] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/api/v1/moneyDetails/save
[2021-08-17 09:36:38.569] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:38.658] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:38.659] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:38.659] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/api/v1/moneyDetails/save
[2021-08-17 09:36:38.659] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:38.659] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:38.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:20a88d66b12f4ecea5de57979158deda
[2021-08-17 09:36:38.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:38.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:38.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {ext=1, money=1, balance=0.00, isSearch=true, moneyType=1, mobile=13823774138, nickname=test, remark=1, chargeBalance=15.00, userId=2203564, searchValue=2203564}
[2021-08-17 09:36:38.660] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:38.661] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - ext=1&money=1&balance=0.00&isSearch=true&moneyType=1&mobile=13823774138&nickname=test&remark=1&chargeBalance=15.00&userId=2203564&searchValue=2203564
[2021-08-17 09:36:38.661] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:38.662] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:39.591] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:39.592] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:39.592] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:39.592] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:39.592] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-08-17 09:36:39.592] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:39.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:39.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:39.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:39 GMT
[2021-08-17 09:36:39.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:39.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:39.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:39.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"操作成功!","status":200}
[2021-08-17 09:36:39.593] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:39.594] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:39.598] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:39.599] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:39.687] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:39.699] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:39.699] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/login
[2021-08-17 09:36:39.699] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:39.699] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:39.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:39.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:39.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {password=ZnVsdTk5NjM1, username=admin}
[2021-08-17 09:36:39.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:39.700] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - password=ZnVsdTk5NjM1&username=admin
[2021-08-17 09:36:39.701] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:39.701] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:39.763] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:39.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:39.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:39.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:39.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:39.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:39.765] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:39.765] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Length:776
[2021-08-17 09:36:39.765] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:39 GMT
[2021-08-17 09:36:39.765] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:39.766] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:39.766] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:39.766] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"","data":{"cancel":false,"id":34,"updateTime":"2018-09-29 18:53:26","token":"f8ce9c551d7c41dd80d87424b0037cb7","createTime":"2018-09-29 18:53:24","newUser":false,"name":"admin","username":"admin","status":1},"status":200}
[2021-08-17 09:36:39.766] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:39.768] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:39.769] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/api/v1/user/list
[2021-08-17 09:36:39.769] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:39.854] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:39.855] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:39.855] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/api/v1/user/list
[2021-08-17 09:36:39.855] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:39.855] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:39.855] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:f8ce9c551d7c41dd80d87424b0037cb7
[2021-08-17 09:36:39.855] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:39.855] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:39.856] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {mobile=13823774138, pageSize=10, pageNum=1}
[2021-08-17 09:36:39.856] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:39.856] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - mobile=13823774138&pageSize=10&pageNum=1
[2021-08-17 09:36:39.856] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:39.856] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:39.958] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:39.958] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:39.958] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:39.958] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:39.958] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-08-17 09:36:39.959] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:39.959] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:39.959] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:39.959] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:39 GMT
[2021-08-17 09:36:39.959] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:39.960] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:39.960] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:39.960] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":5,"platformAuthUrl":"","platformAuth":0,"nobleName":"富商Ⅱ","type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":2203564,"chargeBalance":16.00,"headPortraitsUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg","lastMemberExp":0,"nobleRankCode":12,"activeTime":"2021-08-03 22:33:38","userInfoAuth":2,"status":1,"gender":1,"city":"","registerType":3,"userCode":"146530220","loginTime":"2021-07-22 10:07:23","ordersTakeStatus":1,"nickname":"test","registIp":"61.183.246.70","virtualBalance":1008004,"isCancel":false,"memberLevel":0,"mobile":"13823774138","imPsw":"8b1c5d54d9fd493ca85c3e8d3a9ef836","updateTime":"2021-05-07 11:22:16","quickServerStatus":0,"imId":"2203564_20210507","scoreAvg":4.0,"charm":0,"createTime":"2021-05-07 11:22:14","newUser":false,"sourceName":"android注册来源","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
[2021-08-17 09:36:39.960] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:39.960] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2021-08-17 09:36:39.961] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://t6-api-admin.apeiwan.com/api/v1/moneyDetails/virtual-money/modify
[2021-08-17 09:36:39.961] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2021-08-17 09:36:40.069] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2021-08-17 09:36:40.069] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2021-08-17 09:36:40.070] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://t6-api-admin.apeiwan.com/api/v1/moneyDetails/virtual-money/modify
[2021-08-17 09:36:40.070] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : POST
[2021-08-17 09:36:40.070] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2021-08-17 09:36:40.070] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - token:f8ce9c551d7c41dd80d87424b0037cb7
[2021-08-17 09:36:40.070] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2021-08-17 09:36:40.072] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2021-08-17 09:36:40.073] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {ext=1, money=1, remark=1, type=1, userId=2203564}
[2021-08-17 09:36:40.073] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2021-08-17 09:36:40.073] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - ext=1&money=1&remark=1&type=1&userId=2203564
[2021-08-17 09:36:40.073] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2021-08-17 09:36:40.073] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2021-08-17 09:36:40.477] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2021-08-17 09:36:40.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2021-08-17 09:36:40.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2021-08-17 09:36:40.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2021-08-17 09:36:40.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2021-08-17 09:36:40.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx
[2021-08-17 09:36:40.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2021-08-17 09:36:40.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Vary:Access-Control-Request-Headers
[2021-08-17 09:36:40.479] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 17 Aug 2021 01:36:40 GMT
[2021-08-17 09:36:40.479] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json
[2021-08-17 09:36:40.479] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2021-08-17 09:36:40.479] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2021-08-17 09:36:40.480] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"msg":"操作成功!","status":200}
[2021-08-17 09:36:40.480] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2021-08-17 09:36:40.480] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接