test.log 601 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189
[2021-08-25 12:55:45] [INFO] : ======================================================================================
[2021-08-25 12:55:45] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
{'data': None, 'json': {'userName': 'sy_chen', 'password': 'ZMUj18cqjZlhz9zb2WxEkhb2KAYeYJ9ikDWnSq+D4gaCkZYRmnhI6HvNv7jk3pzd7hWGDnhfA3xSESMKBSRnHCAmV1fIWUVBLXOiQrgjRP3c76Wc6O4DYVWqBJP/RnXrX8xdbPJpjMNBpDkldR0W1guUjGH+P3unyxX3tCwcnY4='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}

[2021-08-25 12:55:46] [INFO] : ======================================================================================
[2021-08-25 12:55:46] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
{'data': None, 'json': {'userName': '哈尔滨田太子', 'password': 'XzIcWkWpn5V34ctCK5aBmCvCLCaN2jraEa0MqGGrR9ExRITvcGCLgHKg3X9w8w/8IQzL6TetWkGPtJWDWRR2JBxnyhdzc1M6kkc1YLklQRAEWS68zyyagEyAGGtj/LkOLynfbepi2yPRNUS7Sqr6PpajY5V47YMowXEt7C7y658='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}

[2021-08-25 12:55:46] [INFO] : ======================================================================================
[2021-08-25 12:55:46] [INFO] : http://test.uap.diligrp.com/login/login.action
{'data': b'userName=sy_chen&password=123456', 'json': None, 'headers': {'Host': 'test.uap.diligrp.com', 'Connection': 'keep-alive', 'Content-Length': '33', 'Cache-Control': 'max-age=0', 'Upgrade-Insecure-Requests': '1', 'Origin': 'http://test.uap.diligrp.com', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0(WindowsNT10.0;Win64;x64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/90.0.4430.212Safari/537.36', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'Referer': 'http://test.uap.diligrp.com/login/index.html', 'Accept-Encoding': 'gzip,deflate', 'Accept-Language': 'zh-CN,zh-TW;q=0.9,zh;q=0.8,en;q=0.7', 'Cookie': 'UAP_accessToken=;UAP_refreshToken=;UAP_loginPath='}, 'allow_redirects': False}

[2021-08-25 12:55:47] [INFO] : ======================================================================================
[2021-08-25 12:55:47] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:55:48] [INFO] : ======================================================================================
[2021-08-25 12:55:48] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:55:48] [INFO] : ======================================================================================
[2021-08-25 12:55:48] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:55:48] [INFO] : ======================================================================================
[2021-08-25 12:55:48] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:55:49] [INFO] : ======================================================================================
[2021-08-25 12:55:49] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:55:49] [INFO] : ======================================================================================
[2021-08-25 12:55:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:55:49] [INFO] : ======================================================================================
[2021-08-25 12:55:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:55:50] [INFO] : ======================================================================================
[2021-08-25 12:55:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:55:50] [INFO] : ======================================================================================
[2021-08-25 12:55:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddB15012", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:55:50", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB15012", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:55:50] [INFO] : ======================================================================================
[2021-08-25 12:55:50] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200133'}
{}

[2021-08-25 12:55:51] [INFO] : ======================================================================================
[2021-08-25 12:55:51] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6086.action
None
{}

[2021-08-25 12:55:52] [INFO] : ======================================================================================
[2021-08-25 12:55:52] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:55:52] [INFO] : ======================================================================================
[2021-08-25 12:55:52] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:55:53] [INFO] : ======================================================================================
[2021-08-25 12:55:53] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6086, 'goodsId': '6100', 'number': '202108250200133', 'modified': '2021-08-25 12:55:53', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B15012', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '234', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:55:50', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:55:50', 'tareWeightDate': '2021-08-25 12:55:50', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:55:53] [INFO] : ======================================================================================
[2021-08-25 12:55:53] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6086&goodsId=6100&number=202108250200133&modified=2021-08-25%2012%3A55%3A50&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB15012&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A55%3A50&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A55%3A50&tareWeightDate=2021-08-25%2012%3A55%3A50&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:55:56] [INFO] : ======================================================================================
[2021-08-25 12:55:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "", "number": "", "customerName": "\u54c8\u6d4b"}
{}

[2021-08-25 12:55:58] [INFO] : ======================================================================================
[2021-08-25 12:55:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:55:58] [INFO] : ======================================================================================
[2021-08-25 12:55:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:55:58] [INFO] : ======================================================================================
[2021-08-25 12:55:58] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u706b\u9f99\u679c"}
{}

[2021-08-25 12:55:59] [INFO] : ======================================================================================
[2021-08-25 12:55:59] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:55:59] [INFO] : ======================================================================================
[2021-08-25 12:55:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:55:59] [INFO] : ======================================================================================
[2021-08-25 12:55:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:55:59] [INFO] : ======================================================================================
[2021-08-25 12:55:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:56:00] [INFO] : ======================================================================================
[2021-08-25 12:56:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddB41181", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1694, "productName": "\u706b\u9f99\u679c\u7c7b", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:56:00", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB41181", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 1694, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:56:00] [INFO] : ======================================================================================
[2021-08-25 12:56:00] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200134'}
{}

[2021-08-25 12:56:00] [INFO] : ======================================================================================
[2021-08-25 12:56:00] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6087.action
None
{}

[2021-08-25 12:56:02] [INFO] : ======================================================================================
[2021-08-25 12:56:02] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:56:02] [INFO] : ======================================================================================
[2021-08-25 12:56:02] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:56:02] [INFO] : ======================================================================================
[2021-08-25 12:56:02] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6087, 'goodsId': '6101', 'number': '202108250200134', 'modified': '2021-08-25 12:56:02', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B41181', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '234', 'regionId': '0', 'productName': '火龙果类', 'productId': '1694', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:56:00', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:56:00', 'tareWeightDate': '2021-08-25 12:56:00', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:56:03] [INFO] : ======================================================================================
[2021-08-25 12:56:03] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6087&goodsId=6101&number=202108250200134&modified=2021-08-25%2012%3A56%3A00&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB41181&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E7%81%AB%E9%BE%99%E6%9E%9C%E7%B1%BB&productId=1694&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A56%3A00&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A56%3A00&tareWeightDate=2021-08-25%2012%3A56%3A00&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:56:06] [INFO] : ======================================================================================
[2021-08-25 12:56:06] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "", "number": "202108250200134", "customerName": ""}
{}

[2021-08-25 12:56:06] [INFO] : ======================================================================================
[2021-08-25 12:56:06] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:56:06] [INFO] : ======================================================================================
[2021-08-25 12:56:06] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:56:06] [INFO] : ======================================================================================
[2021-08-25 12:56:06] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u706b\u9f99\u679c"}
{}

[2021-08-25 12:56:07] [INFO] : ======================================================================================
[2021-08-25 12:56:07] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:56:07] [INFO] : ======================================================================================
[2021-08-25 12:56:07] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:56:07] [INFO] : ======================================================================================
[2021-08-25 12:56:07] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:56:08] [INFO] : ======================================================================================
[2021-08-25 12:56:08] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:56:08] [INFO] : ======================================================================================
[2021-08-25 12:56:08] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddB35989", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1694, "productName": "\u706b\u9f99\u679c\u7c7b", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:56:08", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB35989", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 1694, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:56:08] [INFO] : ======================================================================================
[2021-08-25 12:56:08] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200135'}
{}

[2021-08-25 12:56:08] [INFO] : ======================================================================================
[2021-08-25 12:56:08] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6088.action
None
{}

[2021-08-25 12:56:10] [INFO] : ======================================================================================
[2021-08-25 12:56:10] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:56:10] [INFO] : ======================================================================================
[2021-08-25 12:56:10] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:56:10] [INFO] : ======================================================================================
[2021-08-25 12:56:10] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6088, 'goodsId': '6102', 'number': '202108250200135', 'modified': '2021-08-25 12:56:10', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B35989', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '234', 'regionId': '0', 'productName': '火龙果类', 'productId': '1694', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:56:08', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:56:08', 'tareWeightDate': '2021-08-25 12:56:08', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:56:11] [INFO] : ======================================================================================
[2021-08-25 12:56:11] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6088&goodsId=6102&number=202108250200135&modified=2021-08-25%2012%3A56%3A08&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB35989&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E7%81%AB%E9%BE%99%E6%9E%9C%E7%B1%BB&productId=1694&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A56%3A08&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A56%3A08&tareWeightDate=2021-08-25%2012%3A56%3A08&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:56:14] [INFO] : ======================================================================================
[2021-08-25 12:56:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "\u5dddB35989", "number": "", "customerName": ""}
{}

[2021-08-25 12:56:14] [INFO] : ======================================================================================
[2021-08-25 12:56:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:56:14] [INFO] : ======================================================================================
[2021-08-25 12:56:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:56:15] [INFO] : ======================================================================================
[2021-08-25 12:56:15] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:56:15] [INFO] : ======================================================================================
[2021-08-25 12:56:15] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:56:15] [INFO] : ======================================================================================
[2021-08-25 12:56:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:56:15] [INFO] : ======================================================================================
[2021-08-25 12:56:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:56:16] [INFO] : ======================================================================================
[2021-08-25 12:56:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:56:16] [INFO] : ======================================================================================
[2021-08-25 12:56:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddB91935", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:56:16", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB91935", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:56:16] [INFO] : ======================================================================================
[2021-08-25 12:56:16] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200136'}
{}

[2021-08-25 12:56:17] [INFO] : ======================================================================================
[2021-08-25 12:56:17] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6089.action
None
{}

[2021-08-25 12:56:18] [INFO] : ======================================================================================
[2021-08-25 12:56:18] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:56:18] [INFO] : ======================================================================================
[2021-08-25 12:56:18] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:56:19] [INFO] : ======================================================================================
[2021-08-25 12:56:19] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6089, 'goodsId': '6103', 'number': '202108250200136', 'modified': '2021-08-25 12:56:19', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B91935', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '234', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:56:16', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:56:16', 'tareWeightDate': '2021-08-25 12:56:16', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:56:19] [INFO] : ======================================================================================
[2021-08-25 12:56:19] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6089&goodsId=6103&number=202108250200136&modified=2021-08-25%2012%3A56%3A16&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB91935&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A56%3A16&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A56%3A16&tareWeightDate=2021-08-25%2012%3A56%3A16&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:56:22] [INFO] : ======================================================================================
[2021-08-25 12:56:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "", "number": "202108250200136", "customerName": ""}
{}

[2021-08-25 12:56:22] [INFO] : ======================================================================================
[2021-08-25 12:56:22] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": 58, "keyword": ""}
{}

[2021-08-25 12:56:22] [INFO] : ======================================================================================
[2021-08-25 12:56:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/backSkinWeighSave
{"hasStoreTruck": 1, "number": "202108250200136", "outGreeterId": 223, "outGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "plate": "\u5dddB91935", "rail": 1, "tareWeight": 86, "tareWeightDate": "2021-08-25 12:56:22", "weighImgs": [], "weighId": 0, "remark": "123", "carTypeWeight": 10, "trailerNumber": "\u5dddB91935", "pathAddress": "A4-BB-6D-0A-F4-13", "bskinWithGoods": -1, "ic": "", "customerName": null, "customerId": 0, "carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66"}
{}

[2021-08-25 12:56:23] [INFO] : ======================================================================================
[2021-08-25 12:56:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:56:23] [INFO] : ======================================================================================
[2021-08-25 12:56:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:56:23] [INFO] : ======================================================================================
[2021-08-25 12:56:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 12:56:23] [INFO] : ======================================================================================
[2021-08-25 12:56:23] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:56:24] [INFO] : ======================================================================================
[2021-08-25 12:56:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:56:24] [INFO] : ======================================================================================
[2021-08-25 12:56:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:56:24] [INFO] : ======================================================================================
[2021-08-25 12:56:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:56:25] [INFO] : ======================================================================================
[2021-08-25 12:56:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA95778", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:56:25", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA95778", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:56:25] [INFO] : ======================================================================================
[2021-08-25 12:56:25] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200137'}
{}

[2021-08-25 12:56:25] [INFO] : ======================================================================================
[2021-08-25 12:56:25] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/amend/6090.action
None
{}

[2021-08-25 12:56:27] [INFO] : ======================================================================================
[2021-08-25 12:56:27] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:56:27] [INFO] : ======================================================================================
[2021-08-25 12:56:27] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'amend', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6090, 'goodsId': '6104', 'number': '202108250200137', 'modified': '2021-08-25 12:56:27', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A95778', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'regionName': '', 'regionId': '0', 'productName': '蔬菜', 'productId': '1', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '0', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:56:25', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:56:25', 'tareWeightDate': '2021-08-25 12:56:25', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'proveTypeName': '产地证明'}
{}

[2021-08-25 12:56:27] [INFO] : ======================================================================================
[2021-08-25 12:56:27] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doAmend.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=amend&optType=0&optUrl=&correctInfo=1&weightType=1&id=6090&goodsId=6104&number=202108250200137&modified=2021-08-25%2012%3A56%3A25&status=2&source=1&updateFeeItems=2&correctDiscount=1&totalAmount=20300&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA95778&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&dep=129&regionId=&productName=%E8%94%AC%E8%8F%9C&productId=1&productArea=&originId=500101&tradeTypeId=0&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A56%3A25&remark=%E5%A4%87%E6%B3%A8&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&receivableAmount=20300&categoryName=%E8%94%AC%E8%8F%9C&categoryId=1&driverTel=&grossWeightDate=2021-08-25%2012%3A56%3A25&tareWeightDate=2021-08-25%2012%3A56%3A25&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&backSkinTwo=-1&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:56:27] [INFO] : ======================================================================================
[2021-08-25 12:56:27] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:56:28] [INFO] : ======================================================================================
[2021-08-25 12:56:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:56:28] [INFO] : ======================================================================================
[2021-08-25 12:56:28] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 12:56:28] [INFO] : ======================================================================================
[2021-08-25 12:56:28] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:56:28] [INFO] : ======================================================================================
[2021-08-25 12:56:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:56:29] [INFO] : ======================================================================================
[2021-08-25 12:56:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:56:29] [INFO] : ======================================================================================
[2021-08-25 12:56:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:56:29] [INFO] : ======================================================================================
[2021-08-25 12:56:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA58412", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:56:29", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA58412", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:56:30] [INFO] : ======================================================================================
[2021-08-25 12:56:30] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200138'}
{}

[2021-08-25 12:56:30] [INFO] : ======================================================================================
[2021-08-25 12:56:30] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/correct/6091.action
None
{}

[2021-08-25 12:56:31] [INFO] : ======================================================================================
[2021-08-25 12:56:31] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:56:31] [INFO] : ======================================================================================
[2021-08-25 12:56:31] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'correct', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6091, 'goodsId': '6105', 'number': '202108250200138', 'modified': '2021-08-25 12:56:31', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '2', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A58412', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'regionName': '', 'regionId': '0', 'productName': '蔬菜', 'productId': '1', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '0', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:56:29', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:56:29', 'tareWeightDate': '2021-08-25 12:56:29', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 12:56:32] [INFO] : ======================================================================================
[2021-08-25 12:56:32] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doCorrect.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=correct&optType=0&optUrl=&correctInfo=1&weightType=1&id=6091&goodsId=6105&number=202108250200138&modified=2021-08-25%2012%3A56%3A29&status=2&source=1&updateFeeItems=2&correctDiscount=1&totalAmount=32800&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA58412&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&dep=129&regionId=&productName=%E8%94%AC%E8%8F%9C&productId=1&productArea=&originId=500101&tradeTypeId=0&chargeTotalAmount=32800&chargeTotalAmountYuan=328&freezeMoneySymbol=328&comparisonFreezeAmount=328&created=2021-08-25%2012%3A56%3A29&remark=%E5%A4%87%E6%B3%A8&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=hd&totalMoney=20300&receivable=32800&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=32800&receivableAmount=32800&categoryName=%E8%94%AC%E8%8F%9C&categoryId=1&driverTel=&grossWeightDate=2021-08-25%2012%3A56%3A29&tareWeightDate=2021-08-25%2012%3A56%3A29&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&bskinWithGoods=-1&outGreeterName=&proveTypeName=%E4%BA%A7%E5%9C%B0%E8%AF%81%E6%98%8E&feeDepName=&calcFeeDepId=&backSkinTwo=-1&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=266&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A26600%2C%22require%22%3A1%7D&billItemCheckIds=489&489=44&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A4400%2C%22require%22%3A1%7D&billItemCheckIds=494&494=18&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A1800%2C%22require%22%3A1%7D
{}

[2021-08-25 12:56:32] [INFO] : ======================================================================================
[2021-08-25 12:56:32] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200138'}
{}

[2021-08-25 12:56:32] [INFO] : ======================================================================================
[2021-08-25 12:56:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=SJ
None
{}

[2021-08-25 12:56:33] [INFO] : ======================================================================================
[2021-08-25 12:56:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:56:33] [INFO] : ======================================================================================
[2021-08-25 12:56:33] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:56:33] [INFO] : ======================================================================================
[2021-08-25 12:56:33] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
{"marketId": 2, "pageNum": 100, "pageSize": 100}
{}

[2021-08-25 12:56:33] [INFO] : ======================================================================================
[2021-08-25 12:56:33] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:56:33] [INFO] : ======================================================================================
[2021-08-25 12:56:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:56:34] [INFO] : ======================================================================================
[2021-08-25 12:56:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:56:34] [INFO] : ======================================================================================
[2021-08-25 12:56:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:56:34] [INFO] : ======================================================================================
[2021-08-25 12:56:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/sparePartsWeighSave
{"driverTel": "", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "itemWeight": 11, "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "qty": 33, "weighRemark": null, "weight": 220, "weighmanRecord": {"grossWeight": null, "grossWeightDate": null, "newWeight": null, "tareWeight": null, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "plate": "\u5dddA82977", "carTypeId": 158, "carTypeCode": "456", "carTypeName": "\u5730\u6392\u8f66", "pathAddress": "A4-BB-6D-0A-F4-13", "entryPlateInputType": 1, "feeDepId": 0, "feeDepName": null, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "type": 2, "tradeTypeId": "", "tradeType": "", "tradeTypeName": "", "goodsTagId": "", "originId": "", "origin": "", "originCode": "", "trailerNumber": "\u5dddA82977", "cateId": 2182, "productState": "1"}
{}

[2021-08-25 12:56:35] [INFO] : ======================================================================================
[2021-08-25 12:56:35] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200139'}
{}

[2021-08-25 12:56:35] [INFO] : ======================================================================================
[2021-08-25 12:56:35] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6092.action
None
{}

[2021-08-25 12:56:36] [INFO] : ======================================================================================
[2021-08-25 12:56:36] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:56:37] [INFO] : ======================================================================================
[2021-08-25 12:56:37] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:56:37] [INFO] : ======================================================================================
[2021-08-25 12:56:37] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '2', 'id': 6092, 'goodsId': '6106', 'number': '202108250200139', 'modified': '2021-08-25 12:56:37', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A82977', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '0', 'tareWeight': '0', 'weight': '220', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:56:34', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:56:34', 'tareWeightDate': '2021-08-25 12:56:34', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '22000', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:56:37] [INFO] : ======================================================================================
[2021-08-25 12:56:37] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=2&id=6092&goodsId=6106&number=202108250200139&modified=2021-08-25%2012%3A56%3A34&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA82977&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=&storeTareWeight=&proveType=666&grossWeight=0&tareWeight=0&weight=220&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A56%3A34&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A56%3A34&tareWeightDate=2021-08-25%2012%3A56%3A34&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%9B%BD%E9%94%8B&inGreeterId=16&outGreeterId=&sumPrice=22000&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:56:41] [INFO] : ======================================================================================
[2021-08-25 12:56:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:56:41] [INFO] : ======================================================================================
[2021-08-25 12:56:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:56:41] [INFO] : ======================================================================================
[2021-08-25 12:56:41] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:56:41] [INFO] : ======================================================================================
[2021-08-25 12:56:41] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:56:42] [INFO] : ======================================================================================
[2021-08-25 12:56:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:56:42] [INFO] : ======================================================================================
[2021-08-25 12:56:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:56:42] [INFO] : ======================================================================================
[2021-08-25 12:56:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:56:43] [INFO] : ======================================================================================
[2021-08-25 12:56:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA94959", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:56:43", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA94959", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:56:43] [INFO] : ======================================================================================
[2021-08-25 12:56:43] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200140'}
{}

[2021-08-25 12:56:43] [INFO] : ======================================================================================
[2021-08-25 12:56:43] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6093.action
None
{}

[2021-08-25 12:56:45] [INFO] : ======================================================================================
[2021-08-25 12:56:45] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:56:45] [INFO] : ======================================================================================
[2021-08-25 12:56:45] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:56:45] [INFO] : ======================================================================================
[2021-08-25 12:56:45] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6093, 'goodsId': '6107', 'number': '202108250200140', 'modified': '2021-08-25 12:56:45', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A94959', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:56:43', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:56:43', 'tareWeightDate': '2021-08-25 12:56:43', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:56:46] [INFO] : ======================================================================================
[2021-08-25 12:56:46] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6093&goodsId=6107&number=202108250200140&modified=2021-08-25%2012%3A56%3A43&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA94959&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A56%3A43&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A56%3A43&tareWeightDate=2021-08-25%2012%3A56%3A43&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%9B%BD%E9%94%8B&inGreeterId=16&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:56:49] [INFO] : ======================================================================================
[2021-08-25 12:56:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:56:49] [INFO] : ======================================================================================
[2021-08-25 12:56:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:56:50] [INFO] : ======================================================================================
[2021-08-25 12:56:50] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:56:50] [INFO] : ======================================================================================
[2021-08-25 12:56:50] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:56:50] [INFO] : ======================================================================================
[2021-08-25 12:56:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:56:50] [INFO] : ======================================================================================
[2021-08-25 12:56:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:56:51] [INFO] : ======================================================================================
[2021-08-25 12:56:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:56:51] [INFO] : ======================================================================================
[2021-08-25 12:56:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA38474", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:56:51", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA38474", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:56:51] [INFO] : ======================================================================================
[2021-08-25 12:56:51] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200141'}
{}

[2021-08-25 12:56:52] [INFO] : ======================================================================================
[2021-08-25 12:56:52] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6094.action
None
{}

[2021-08-25 12:56:53] [INFO] : ======================================================================================
[2021-08-25 12:56:53] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:56:53] [INFO] : ======================================================================================
[2021-08-25 12:56:53] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:56:54] [INFO] : ======================================================================================
[2021-08-25 12:56:54] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6094, 'goodsId': '6108', 'number': '202108250200141', 'modified': '2021-08-25 12:56:54', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A38474', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '234', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:56:51', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:56:51', 'tareWeightDate': '2021-08-25 12:56:51', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:56:54] [INFO] : ======================================================================================
[2021-08-25 12:56:54] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6094&goodsId=6108&number=202108250200141&modified=2021-08-25%2012%3A56%3A51&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA38474&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A56%3A51&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A56%3A51&tareWeightDate=2021-08-25%2012%3A56%3A51&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:56:57] [INFO] : ======================================================================================
[2021-08-25 12:56:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:56:57] [INFO] : ======================================================================================
[2021-08-25 12:56:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:56:57] [INFO] : ======================================================================================
[2021-08-25 12:56:57] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 12:56:57] [INFO] : ======================================================================================
[2021-08-25 12:56:57] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:56:57] [INFO] : ======================================================================================
[2021-08-25 12:56:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:56:58] [INFO] : ======================================================================================
[2021-08-25 12:56:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:56:58] [INFO] : ======================================================================================
[2021-08-25 12:56:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:56:58] [INFO] : ======================================================================================
[2021-08-25 12:56:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA95784", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:56:58", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA95784", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:56:59] [INFO] : ======================================================================================
[2021-08-25 12:56:59] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200142'}
{}

[2021-08-25 12:56:59] [INFO] : ======================================================================================
[2021-08-25 12:56:59] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/invalid/6095.action
None
{}

[2021-08-25 12:57:00] [INFO] : ======================================================================================
[2021-08-25 12:57:00] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:57:01] [INFO] : ======================================================================================
[2021-08-25 12:57:01] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'invalid', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6095, 'goodsId': '6109', 'number': '202108250200142', 'modified': '2021-08-25 12:57:01', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A95784', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'regionName': '', 'regionId': '0', 'productName': '蔬菜', 'productId': '1', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:56:58', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:56:58', 'tareWeightDate': '2021-08-25 12:56:58', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 12:57:01] [INFO] : ======================================================================================
[2021-08-25 12:57:01] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doInvalid.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=invalid&optType=0&optUrl=&correctInfo=1&weightType=1&id=6095&goodsId=6109&number=202108250200142&modified=2021-08-25%2012%3A56%3A58&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA95784&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&dep=129&regionId=&productName=%E8%94%AC%E8%8F%9C&productId=1&productArea=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A56%3A58&remark=%E5%A4%87%E6%B3%A8&goodsTagIds=&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&receivableAmount=20300&categoryName=%E8%94%AC%E8%8F%9C&categoryId=1&driverTel=&grossWeightDate=2021-08-25%2012%3A56%3A58&tareWeightDate=2021-08-25%2012%3A56%3A58&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:57:01] [INFO] : ======================================================================================
[2021-08-25 12:57:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:57:02] [INFO] : ======================================================================================
[2021-08-25 12:57:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:57:02] [INFO] : ======================================================================================
[2021-08-25 12:57:02] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:57:02] [INFO] : ======================================================================================
[2021-08-25 12:57:02] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:57:02] [INFO] : ======================================================================================
[2021-08-25 12:57:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:57:03] [INFO] : ======================================================================================
[2021-08-25 12:57:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:57:03] [INFO] : ======================================================================================
[2021-08-25 12:57:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:57:03] [INFO] : ======================================================================================
[2021-08-25 12:57:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA14569", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:57:03", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA14569", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:57:04] [INFO] : ======================================================================================
[2021-08-25 12:57:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200143'}
{}

[2021-08-25 12:57:04] [INFO] : ======================================================================================
[2021-08-25 12:57:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6096.action
None
{}

[2021-08-25 12:57:05] [INFO] : ======================================================================================
[2021-08-25 12:57:05] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:57:06] [INFO] : ======================================================================================
[2021-08-25 12:57:06] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:57:06] [INFO] : ======================================================================================
[2021-08-25 12:57:06] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6096, 'goodsId': '6110', 'number': '202108250200143', 'modified': '2021-08-25 12:57:06', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A14569', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:57:03', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:57:03', 'tareWeightDate': '2021-08-25 12:57:03', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:57:06] [INFO] : ======================================================================================
[2021-08-25 12:57:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6096&goodsId=6110&number=202108250200143&modified=2021-08-25%2012%3A57%3A03&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA14569&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A57%3A03&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A57%3A03&tareWeightDate=2021-08-25%2012%3A57%3A03&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%9B%BD%E9%94%8B&inGreeterId=16&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:57:10] [INFO] : ======================================================================================
[2021-08-25 12:57:10] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200143'}
{}

[2021-08-25 12:57:10] [INFO] : ======================================================================================
[2021-08-25 12:57:10] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/refund/6096.action
None
{}

[2021-08-25 12:57:12] [INFO] : ======================================================================================
[2021-08-25 12:57:12] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:57:12] [INFO] : ======================================================================================
[2021-08-25 12:57:12] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'refund', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6096, 'goodsId': '6110', 'number': '202108250200143', 'modified': '2021-08-25 12:57:06', 'status': '4', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A14569', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:57:03', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:57:03', 'tareWeightDate': '2021-08-25 12:57:03', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:57:12] [INFO] : ======================================================================================
[2021-08-25 12:57:12] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doUndo.action
protocolId=&pwd=&clientRedirectTag=&viewType=refund&optType=0&optUrl=&correctInfo=1&weightType=1&id=6096&goodsId=6110&number=202108250200143&modified=2021-08-25%2012%3A57%3A06&status=4&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&accountId=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA14569&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&dep=129&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A57%3A03&remark=&goodsTagIds=&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A57%3A03&tareWeightDate=2021-08-25%2012%3A57%3A03&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:57:14] [INFO] : ======================================================================================
[2021-08-25 12:57:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:57:15] [INFO] : ======================================================================================
[2021-08-25 12:57:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:57:15] [INFO] : ======================================================================================
[2021-08-25 12:57:15] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:57:15] [INFO] : ======================================================================================
[2021-08-25 12:57:15] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:57:15] [INFO] : ======================================================================================
[2021-08-25 12:57:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:57:16] [INFO] : ======================================================================================
[2021-08-25 12:57:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:57:16] [INFO] : ======================================================================================
[2021-08-25 12:57:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:57:16] [INFO] : ======================================================================================
[2021-08-25 12:57:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA81427", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:57:16", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA81427", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:57:17] [INFO] : ======================================================================================
[2021-08-25 12:57:17] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200145'}
{}

[2021-08-25 12:57:17] [INFO] : ======================================================================================
[2021-08-25 12:57:17] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6098.action
None
{}

[2021-08-25 12:57:18] [INFO] : ======================================================================================
[2021-08-25 12:57:18] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:57:19] [INFO] : ======================================================================================
[2021-08-25 12:57:19] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:57:19] [INFO] : ======================================================================================
[2021-08-25 12:57:19] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6098, 'goodsId': '6112', 'number': '202108250200145', 'modified': '2021-08-25 12:57:19', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A81427', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '234', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:57:16', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:57:16', 'tareWeightDate': '2021-08-25 12:57:16', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:57:19] [INFO] : ======================================================================================
[2021-08-25 12:57:19] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6098&goodsId=6112&number=202108250200145&modified=2021-08-25%2012%3A57%3A16&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA81427&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A57%3A16&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A57%3A16&tareWeightDate=2021-08-25%2012%3A57%3A16&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:57:22] [INFO] : ======================================================================================
[2021-08-25 12:57:22] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200145'}
{}

[2021-08-25 12:57:22] [INFO] : ======================================================================================
[2021-08-25 12:57:22] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/unfreeze/6098.action
None
{}

[2021-08-25 12:57:24] [INFO] : ======================================================================================
[2021-08-25 12:57:24] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:57:24] [INFO] : ======================================================================================
[2021-08-25 12:57:24] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'unfreeze', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6098, 'goodsId': '6112', 'number': '202108250200145', 'modified': '2021-08-25 12:57:24', 'status': '3', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A81427', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:57:16', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:57:16', 'tareWeightDate': '2021-08-25 12:57:16', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 12:57:24] [INFO] : ======================================================================================
[2021-08-25 12:57:24] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doUnfreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=unfreeze&optType=0&optUrl=&correctInfo=1&weightType=1&id=6098&goodsId=6112&number=202108250200145&modified=2021-08-25%2012%3A57%3A16&status=3&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&accountId=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA81427&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&dep=129&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A57%3A16&remark=%E5%A4%87%E6%B3%A8&goodsTagIds=&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A57%3A16&tareWeightDate=2021-08-25%2012%3A57%3A16&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:57:26] [INFO] : ======================================================================================
[2021-08-25 12:57:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:57:26] [INFO] : ======================================================================================
[2021-08-25 12:57:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:57:26] [INFO] : ======================================================================================
[2021-08-25 12:57:26] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:57:26] [INFO] : ======================================================================================
[2021-08-25 12:57:26] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:57:27] [INFO] : ======================================================================================
[2021-08-25 12:57:27] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:57:28] [INFO] : ======================================================================================
[2021-08-25 12:57:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:57:28] [INFO] : ======================================================================================
[2021-08-25 12:57:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:57:29] [INFO] : ======================================================================================
[2021-08-25 12:57:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA30902", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:57:29", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA30902", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:57:29] [INFO] : ======================================================================================
[2021-08-25 12:57:29] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200146'}
{}

[2021-08-25 12:57:29] [INFO] : ======================================================================================
[2021-08-25 12:57:29] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6099.action
None
{}

[2021-08-25 12:57:31] [INFO] : ======================================================================================
[2021-08-25 12:57:31] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:57:31] [INFO] : ======================================================================================
[2021-08-25 12:57:31] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:57:31] [INFO] : ======================================================================================
[2021-08-25 12:57:31] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6099, 'goodsId': '6113', 'number': '202108250200146', 'modified': '2021-08-25 12:57:31', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A30902', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '234', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:57:29', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:57:29', 'tareWeightDate': '2021-08-25 12:57:29', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:57:32] [INFO] : ======================================================================================
[2021-08-25 12:57:32] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6099&goodsId=6113&number=202108250200146&modified=2021-08-25%2012%3A57%3A29&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA30902&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A57%3A29&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A57%3A29&tareWeightDate=2021-08-25%2012%3A57%3A29&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:57:35] [INFO] : ======================================================================================
[2021-08-25 12:57:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "", "number": "202108250200146", "customerName": ""}
{}

[2021-08-25 12:57:35] [INFO] : ======================================================================================
[2021-08-25 12:57:35] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": 58, "keyword": ""}
{}

[2021-08-25 12:57:35] [INFO] : ======================================================================================
[2021-08-25 12:57:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/backSkinWeighSave
{"hasStoreTruck": 1, "number": "202108250200146", "outGreeterId": 223, "outGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "plate": "\u5dddA30902", "rail": 1, "tareWeight": 17, "tareWeightDate": "2021-08-25 12:57:35", "weighImgs": [], "weighId": 0, "remark": "123", "carTypeWeight": 10, "trailerNumber": "\u5dddA30902", "pathAddress": "A4-BB-6D-0A-F4-13", "bskinWithGoods": -1, "ic": "", "customerName": null, "customerId": 0, "carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66"}
{}

[2021-08-25 12:57:36] [INFO] : ======================================================================================
[2021-08-25 12:57:36] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200146'}
{}

[2021-08-25 12:57:36] [INFO] : ======================================================================================
[2021-08-25 12:57:36] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:57:36] [INFO] : ======================================================================================
[2021-08-25 12:57:36] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:57:36] [INFO] : ======================================================================================
[2021-08-25 12:57:36] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:57:36] [INFO] : ======================================================================================
[2021-08-25 12:57:36] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:57:37] [INFO] : ======================================================================================
[2021-08-25 12:57:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:57:37] [INFO] : ======================================================================================
[2021-08-25 12:57:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:57:37] [INFO] : ======================================================================================
[2021-08-25 12:57:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:57:38] [INFO] : ======================================================================================
[2021-08-25 12:57:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA98845", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:57:38", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA98845", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:57:38] [INFO] : ======================================================================================
[2021-08-25 12:57:38] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200147'}
{}

[2021-08-25 12:57:38] [INFO] : ======================================================================================
[2021-08-25 12:57:38] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/update/6100.action
None
{}

[2021-08-25 12:57:40] [INFO] : ======================================================================================
[2021-08-25 12:57:40] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:57:40] [INFO] : ======================================================================================
[2021-08-25 12:57:40] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'update', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6100, 'goodsId': '6114', 'number': '202108250200147', 'modified': '2021-08-25 12:57:40', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A98845', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:57:38', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:57:38', 'tareWeightDate': '2021-08-25 12:57:38', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 12:57:40] [INFO] : ======================================================================================
[2021-08-25 12:57:40] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doUpdate.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=update&optType=0&optUrl=&correctInfo=1&weightType=1&id=6100&goodsId=6114&number=202108250200147&modified=2021-08-25%2012%3A57%3A38&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA98845&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&dep=129&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A57%3A38&remark=%E5%A4%87%E6%B3%A8&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A57%3A38&tareWeightDate=2021-08-25%2012%3A57%3A38&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&regionName=234&parentId=500100&calcDepId=129&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:57:41] [INFO] : ======================================================================================
[2021-08-25 12:57:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:57:41] [INFO] : ======================================================================================
[2021-08-25 12:57:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:57:41] [INFO] : ======================================================================================
[2021-08-25 12:57:41] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 12:57:41] [INFO] : ======================================================================================
[2021-08-25 12:57:41] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:57:41] [INFO] : ======================================================================================
[2021-08-25 12:57:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:57:42] [INFO] : ======================================================================================
[2021-08-25 12:57:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:57:42] [INFO] : ======================================================================================
[2021-08-25 12:57:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:57:42] [INFO] : ======================================================================================
[2021-08-25 12:57:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:57:42", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:57:43] [INFO] : ======================================================================================
[2021-08-25 12:57:43] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/view/6101.action
None
{}

[2021-08-25 12:57:44] [INFO] : ======================================================================================
[2021-08-25 12:57:44] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:57:45] [INFO] : ======================================================================================
[2021-08-25 12:57:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:57:45] [INFO] : ======================================================================================
[2021-08-25 12:57:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:57:45] [INFO] : ======================================================================================
[2021-08-25 12:57:45] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:57:45] [INFO] : ======================================================================================
[2021-08-25 12:57:45] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:57:45] [INFO] : ======================================================================================
[2021-08-25 12:57:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:57:46] [INFO] : ======================================================================================
[2021-08-25 12:57:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:57:46] [INFO] : ======================================================================================
[2021-08-25 12:57:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:57:46] [INFO] : ======================================================================================
[2021-08-25 12:57:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA78953", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:57:46", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA78953", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:57:47] [INFO] : ======================================================================================
[2021-08-25 12:57:47] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200149'}
{}

[2021-08-25 12:57:47] [INFO] : ======================================================================================
[2021-08-25 12:57:47] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6102.action
None
{}

[2021-08-25 12:57:49] [INFO] : ======================================================================================
[2021-08-25 12:57:49] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:57:49] [INFO] : ======================================================================================
[2021-08-25 12:57:49] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:57:49] [INFO] : ======================================================================================
[2021-08-25 12:57:49] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6102, 'goodsId': '6116', 'number': '202108250200149', 'modified': '2021-08-25 12:57:49', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A78953', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:57:47', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:57:46', 'tareWeightDate': '2021-08-25 12:57:46', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:57:50] [INFO] : ======================================================================================
[2021-08-25 12:57:50] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6102&goodsId=6116&number=202108250200149&modified=2021-08-25%2012%3A57%3A47&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA78953&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A57%3A47&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A57%3A46&tareWeightDate=2021-08-25%2012%3A57%3A46&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%9B%BD%E9%94%8B&inGreeterId=16&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:57:53] [INFO] : ======================================================================================
[2021-08-25 12:57:53] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'cname', 'attrValue': '哈测'}
{}

[2021-08-25 12:57:56] [INFO] : ======================================================================================
[2021-08-25 12:57:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:57:56] [INFO] : ======================================================================================
[2021-08-25 12:57:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:57:56] [INFO] : ======================================================================================
[2021-08-25 12:57:56] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u6811\u756a\u8304"}
{}

[2021-08-25 12:57:57] [INFO] : ======================================================================================
[2021-08-25 12:57:57] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:57:57] [INFO] : ======================================================================================
[2021-08-25 12:57:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:57:57] [INFO] : ======================================================================================
[2021-08-25 12:57:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:57:58] [INFO] : ======================================================================================
[2021-08-25 12:57:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:57:58] [INFO] : ======================================================================================
[2021-08-25 12:57:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 279, "productName": "\u6811\u756a\u8304", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:57:58", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 279, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:57:58] [INFO] : ======================================================================================
[2021-08-25 12:57:58] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'goods', 'attrValue': '树番茄'}
{}

[2021-08-25 12:57:59] [INFO] : ======================================================================================
[2021-08-25 12:57:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:57:59] [INFO] : ======================================================================================
[2021-08-25 12:57:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:57:59] [INFO] : ======================================================================================
[2021-08-25 12:57:59] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:57:59] [INFO] : ======================================================================================
[2021-08-25 12:57:59] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:58:00] [INFO] : ======================================================================================
[2021-08-25 12:58:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:58:00] [INFO] : ======================================================================================
[2021-08-25 12:58:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:58:00] [INFO] : ======================================================================================
[2021-08-25 12:58:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:58:01] [INFO] : ======================================================================================
[2021-08-25 12:58:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA18378", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:58:01", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA18378", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:58:01] [INFO] : ======================================================================================
[2021-08-25 12:58:01] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200151'}
{}

[2021-08-25 12:58:01] [INFO] : ======================================================================================
[2021-08-25 12:58:01] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6104.action
None
{}

[2021-08-25 12:58:03] [INFO] : ======================================================================================
[2021-08-25 12:58:03] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:58:03] [INFO] : ======================================================================================
[2021-08-25 12:58:03] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:58:03] [INFO] : ======================================================================================
[2021-08-25 12:58:03] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6104, 'goodsId': '6118', 'number': '202108250200151', 'modified': '2021-08-25 12:58:03', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A18378', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:58:01', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:58:01', 'tareWeightDate': '2021-08-25 12:58:01', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:58:04] [INFO] : ======================================================================================
[2021-08-25 12:58:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6104&goodsId=6118&number=202108250200151&modified=2021-08-25%2012%3A58%3A01&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA18378&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A58%3A01&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A58%3A01&tareWeightDate=2021-08-25%2012%3A58%3A01&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%9B%BD%E9%94%8B&inGreeterId=16&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:58:07] [INFO] : ======================================================================================
[2021-08-25 12:58:07] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'ic', 'attrValue': '210823173732'}
{}

[2021-08-25 12:58:10] [INFO] : ======================================================================================
[2021-08-25 12:58:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:58:10] [INFO] : ======================================================================================
[2021-08-25 12:58:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:58:10] [INFO] : ======================================================================================
[2021-08-25 12:58:10] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u6811\u756a\u8304"}
{}

[2021-08-25 12:58:11] [INFO] : ======================================================================================
[2021-08-25 12:58:11] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:58:11] [INFO] : ======================================================================================
[2021-08-25 12:58:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:58:11] [INFO] : ======================================================================================
[2021-08-25 12:58:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:58:11] [INFO] : ======================================================================================
[2021-08-25 12:58:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:58:12] [INFO] : ======================================================================================
[2021-08-25 12:58:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA48255", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 279, "productName": "\u6811\u756a\u8304", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:58:12", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA48255", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 279, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:58:12] [INFO] : ======================================================================================
[2021-08-25 12:58:12] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200152'}
{}

[2021-08-25 12:58:12] [INFO] : ======================================================================================
[2021-08-25 12:58:12] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:58:13] [INFO] : ======================================================================================
[2021-08-25 12:58:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:58:13] [INFO] : ======================================================================================
[2021-08-25 12:58:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:58:13] [INFO] : ======================================================================================
[2021-08-25 12:58:13] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:58:14] [INFO] : ======================================================================================
[2021-08-25 12:58:14] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:58:14] [INFO] : ======================================================================================
[2021-08-25 12:58:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:58:14] [INFO] : ======================================================================================
[2021-08-25 12:58:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:58:15] [INFO] : ======================================================================================
[2021-08-25 12:58:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:58:15] [INFO] : ======================================================================================
[2021-08-25 12:58:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA74312", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:58:15", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA74312", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:58:15] [INFO] : ======================================================================================
[2021-08-25 12:58:15] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200153'}
{}

[2021-08-25 12:58:16] [INFO] : ======================================================================================
[2021-08-25 12:58:16] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6106.action
None
{}

[2021-08-25 12:58:17] [INFO] : ======================================================================================
[2021-08-25 12:58:17] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:58:18] [INFO] : ======================================================================================
[2021-08-25 12:58:18] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:58:18] [INFO] : ======================================================================================
[2021-08-25 12:58:18] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6106, 'goodsId': '6120', 'number': '202108250200153', 'modified': '2021-08-25 12:58:18', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A74312', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:58:15', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:58:15', 'tareWeightDate': '2021-08-25 12:58:15', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:58:18] [INFO] : ======================================================================================
[2021-08-25 12:58:18] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6106&goodsId=6120&number=202108250200153&modified=2021-08-25%2012%3A58%3A15&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA74312&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A58%3A15&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A58%3A15&tareWeightDate=2021-08-25%2012%3A58%3A15&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%9B%BD%E9%94%8B&inGreeterId=16&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:58:21] [INFO] : ======================================================================================
[2021-08-25 12:58:21] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'phone', 'attrValue': '18089008005'}
{}

[2021-08-25 12:58:25] [INFO] : ======================================================================================
[2021-08-25 12:58:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:58:25] [INFO] : ======================================================================================
[2021-08-25 12:58:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:58:25] [INFO] : ======================================================================================
[2021-08-25 12:58:25] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:58:25] [INFO] : ======================================================================================
[2021-08-25 12:58:25] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:58:26] [INFO] : ======================================================================================
[2021-08-25 12:58:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:58:26] [INFO] : ======================================================================================
[2021-08-25 12:58:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:58:26] [INFO] : ======================================================================================
[2021-08-25 12:58:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:58:27] [INFO] : ======================================================================================
[2021-08-25 12:58:27] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA81484", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:58:27", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA81484", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:58:27] [INFO] : ======================================================================================
[2021-08-25 12:58:27] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'likePlate', 'attrValue': '川A81484'}
{}

[2021-08-25 12:58:27] [INFO] : ======================================================================================
[2021-08-25 12:58:27] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'carTypeForJmsfProvider'}
{}

[2021-08-25 12:58:27] [INFO] : ======================================================================================
[2021-08-25 12:58:27] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'categoryProvider'}
{}

[2021-08-25 12:58:28] [INFO] : ======================================================================================
[2021-08-25 12:58:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:58:28] [INFO] : ======================================================================================
[2021-08-25 12:58:28] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'entranceFeeBillTypeProvider'}
{}

[2021-08-25 12:58:28] [INFO] : ======================================================================================
[2021-08-25 12:58:28] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'entranceFeeBillStateProvider'}
{}

[2021-08-25 12:58:28] [INFO] : ======================================================================================
[2021-08-25 12:58:28] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'tradeTypeProvider'}
{}

[2021-08-25 12:58:28] [INFO] : ======================================================================================
[2021-08-25 12:58:28] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'type': '1'}
{}

[2021-08-25 12:58:33] [INFO] : ======================================================================================
[2021-08-25 12:58:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:58:34] [INFO] : ======================================================================================
[2021-08-25 12:58:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:58:34] [INFO] : ======================================================================================
[2021-08-25 12:58:34] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 12:58:34] [INFO] : ======================================================================================
[2021-08-25 12:58:34] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:58:34] [INFO] : ======================================================================================
[2021-08-25 12:58:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:58:35] [INFO] : ======================================================================================
[2021-08-25 12:58:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:58:35] [INFO] : ======================================================================================
[2021-08-25 12:58:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:58:35] [INFO] : ======================================================================================
[2021-08-25 12:58:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:58:35", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:58:36] [INFO] : ======================================================================================
[2021-08-25 12:58:36] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'carTypeId': 158}
{}

[2021-08-25 12:58:41] [INFO] : ======================================================================================
[2021-08-25 12:58:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:58:41] [INFO] : ======================================================================================
[2021-08-25 12:58:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:58:42] [INFO] : ======================================================================================
[2021-08-25 12:58:42] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:58:42] [INFO] : ======================================================================================
[2021-08-25 12:58:42] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:58:42] [INFO] : ======================================================================================
[2021-08-25 12:58:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:58:43] [INFO] : ======================================================================================
[2021-08-25 12:58:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:58:43] [INFO] : ======================================================================================
[2021-08-25 12:58:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:58:43] [INFO] : ======================================================================================
[2021-08-25 12:58:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA27853", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:58:43", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA27853", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:58:44] [INFO] : ======================================================================================
[2021-08-25 12:58:44] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200156'}
{}

[2021-08-25 12:58:44] [INFO] : ======================================================================================
[2021-08-25 12:58:44] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6109.action
None
{}

[2021-08-25 12:58:45] [INFO] : ======================================================================================
[2021-08-25 12:58:45] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:58:46] [INFO] : ======================================================================================
[2021-08-25 12:58:46] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:58:46] [INFO] : ======================================================================================
[2021-08-25 12:58:46] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6109, 'goodsId': '6123', 'number': '202108250200156', 'modified': '2021-08-25 12:58:46', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A27853', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:58:43', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:58:43', 'tareWeightDate': '2021-08-25 12:58:43', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:58:46] [INFO] : ======================================================================================
[2021-08-25 12:58:46] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6109&goodsId=6123&number=202108250200156&modified=2021-08-25%2012%3A58%3A43&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA27853&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A58%3A43&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A58%3A43&tareWeightDate=2021-08-25%2012%3A58%3A43&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%9B%BD%E9%94%8B&inGreeterId=16&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:58:50] [INFO] : ======================================================================================
[2021-08-25 12:58:50] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200156'}
{}

[2021-08-25 12:58:50] [INFO] : ======================================================================================
[2021-08-25 12:58:50] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'startTime': '2021-08-25 12:58:43', 'endTime': '2021-08-25 12:58:43'}
{}

[2021-08-25 12:58:50] [INFO] : ======================================================================================
[2021-08-25 12:58:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:58:51] [INFO] : ======================================================================================
[2021-08-25 12:58:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:58:51] [INFO] : ======================================================================================
[2021-08-25 12:58:51] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 12:58:51] [INFO] : ======================================================================================
[2021-08-25 12:58:51] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:58:51] [INFO] : ======================================================================================
[2021-08-25 12:58:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:58:52] [INFO] : ======================================================================================
[2021-08-25 12:58:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:58:52] [INFO] : ======================================================================================
[2021-08-25 12:58:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:58:52] [INFO] : ======================================================================================
[2021-08-25 12:58:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:58:52", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 131, "depName": "\u6d4b\u8bd5\u4e00\u7ec4", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:58:53] [INFO] : ======================================================================================
[2021-08-25 12:58:53] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'dep': 131}
{}

[2021-08-25 12:58:53] [INFO] : ======================================================================================
[2021-08-25 12:58:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:58:53] [INFO] : ======================================================================================
[2021-08-25 12:58:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:58:54] [INFO] : ======================================================================================
[2021-08-25 12:58:54] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:58:54] [INFO] : ======================================================================================
[2021-08-25 12:58:54] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:58:54] [INFO] : ======================================================================================
[2021-08-25 12:58:54] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:58:54] [INFO] : ======================================================================================
[2021-08-25 12:58:54] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:58:55] [INFO] : ======================================================================================
[2021-08-25 12:58:55] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:58:55] [INFO] : ======================================================================================
[2021-08-25 12:58:55] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA56722", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:58:55", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA56722", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:58:55] [INFO] : ======================================================================================
[2021-08-25 12:58:55] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200158'}
{}

[2021-08-25 12:58:56] [INFO] : ======================================================================================
[2021-08-25 12:58:56] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6111.action
None
{}

[2021-08-25 12:58:57] [INFO] : ======================================================================================
[2021-08-25 12:58:57] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:58:58] [INFO] : ======================================================================================
[2021-08-25 12:58:58] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:58:58] [INFO] : ======================================================================================
[2021-08-25 12:58:58] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6111, 'goodsId': '6125', 'number': '202108250200158', 'modified': '2021-08-25 12:58:58', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A56722', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:58:55', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:58:55', 'tareWeightDate': '2021-08-25 12:58:55', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:58:58] [INFO] : ======================================================================================
[2021-08-25 12:58:58] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6111&goodsId=6125&number=202108250200158&modified=2021-08-25%2012%3A58%3A55&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA56722&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A58%3A55&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A58%3A55&tareWeightDate=2021-08-25%2012%3A58%3A55&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%9B%BD%E9%94%8B&inGreeterId=16&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:59:02] [INFO] : ======================================================================================
[2021-08-25 12:59:02] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200158'}
{}

[2021-08-25 12:59:02] [INFO] : ======================================================================================
[2021-08-25 12:59:02] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'startPayTime': '2021-08-25 12:59:00', 'endPayTime': '2021-08-25 12:59:00'}
{}

[2021-08-25 12:59:02] [INFO] : ======================================================================================
[2021-08-25 12:59:02] [INFO] : http://test.jmsf.diligrp.com:8385/category/search.action?name=水生蔬菜
None
{'params': {'name': '水生蔬菜', 'keyword': '水生蔬菜'}}

[2021-08-25 12:59:02] [INFO] : ======================================================================================
[2021-08-25 12:59:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:59:03] [INFO] : ======================================================================================
[2021-08-25 12:59:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:59:03] [INFO] : ======================================================================================
[2021-08-25 12:59:03] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u6c34\u751f\u852c\u83dc"}
{}

[2021-08-25 12:59:03] [INFO] : ======================================================================================
[2021-08-25 12:59:03] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:59:03] [INFO] : ======================================================================================
[2021-08-25 12:59:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:59:03] [INFO] : ======================================================================================
[2021-08-25 12:59:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:59:04] [INFO] : ======================================================================================
[2021-08-25 12:59:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:59:04] [INFO] : ======================================================================================
[2021-08-25 12:59:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 467, "productName": "\u6c34\u751f\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:59:04", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 467, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:59:05] [INFO] : ======================================================================================
[2021-08-25 12:59:05] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'productName': '水生蔬菜', 'productId': 467}
{}

[2021-08-25 12:59:05] [INFO] : ======================================================================================
[2021-08-25 12:59:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:59:05] [INFO] : ======================================================================================
[2021-08-25 12:59:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:59:06] [INFO] : ======================================================================================
[2021-08-25 12:59:06] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:59:06] [INFO] : ======================================================================================
[2021-08-25 12:59:06] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:59:06] [INFO] : ======================================================================================
[2021-08-25 12:59:06] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:59:06] [INFO] : ======================================================================================
[2021-08-25 12:59:06] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:59:07] [INFO] : ======================================================================================
[2021-08-25 12:59:07] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:59:07] [INFO] : ======================================================================================
[2021-08-25 12:59:07] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA59369", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:59:07", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA59369", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:59:07] [INFO] : ======================================================================================
[2021-08-25 12:59:07] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200160'}
{}

[2021-08-25 12:59:08] [INFO] : ======================================================================================
[2021-08-25 12:59:08] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6113.action
None
{}

[2021-08-25 12:59:09] [INFO] : ======================================================================================
[2021-08-25 12:59:09] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
None
{}

[2021-08-25 12:59:10] [INFO] : ======================================================================================
[2021-08-25 12:59:10] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:59:10] [INFO] : ======================================================================================
[2021-08-25 12:59:10] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6113, 'goodsId': '6127', 'number': '202108250200160', 'modified': '2021-08-25 12:59:10', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A59369', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '129', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:59:07', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:59:07', 'tareWeightDate': '2021-08-25 12:59:07', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:59:10] [INFO] : ======================================================================================
[2021-08-25 12:59:10] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6113&goodsId=6127&number=202108250200160&modified=2021-08-25%2012%3A59%3A07&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA59369&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&calcDepId=129&dep=129&regionName=234&regionId=271&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A59%3A07&remark=&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A59%3A07&tareWeightDate=2021-08-25%2012%3A59%3A07&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%9B%BD%E9%94%8B&inGreeterId=16&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107621&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:59:17] [INFO] : ======================================================================================
[2021-08-25 12:59:17] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200160'}
{}

[2021-08-25 12:59:17] [INFO] : ======================================================================================
[2021-08-25 12:59:17] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/refund/6113.action
None
{}

[2021-08-25 12:59:19] [INFO] : ======================================================================================
[2021-08-25 12:59:19] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:59:19] [INFO] : ======================================================================================
[2021-08-25 12:59:19] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'refund', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6113, 'goodsId': '6127', 'number': '202108250200160', 'modified': '2021-08-25 12:59:10', 'status': '4', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A59369', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'calcDepId': '', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:59:07', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:59:07', 'tareWeightDate': '2021-08-25 12:59:07', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 12:59:19] [INFO] : ======================================================================================
[2021-08-25 12:59:19] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doUndo.action
protocolId=&pwd=&clientRedirectTag=&viewType=refund&optType=0&optUrl=&correctInfo=1&weightType=1&id=6113&goodsId=6127&number=202108250200160&modified=2021-08-25%2012%3A59%3A10&status=4&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=141951&fundAccount=107621&accountId=107621&ic=210823173732&customerName=%E5%93%88%E6%B5%8B&customerPhone=18089008005&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA59369&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&dep=129&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A59%3A07&remark=&goodsTagIds=&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&receivableAmount=20300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2012%3A59%3A07&tareWeightDate=2021-08-25%2012%3A59%3A07&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:59:22] [INFO] : ======================================================================================
[2021-08-25 12:59:22] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'startRefundTime': datetime.datetime(2021, 8, 25, 12, 59, 20), 'endRefundTime': datetime.datetime(2021, 8, 25, 12, 59, 20)}
{}

[2021-08-25 12:59:23] [INFO] : ======================================================================================
[2021-08-25 12:59:23] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'authDepartmentProvider'}
{}

[2021-08-25 12:59:23] [INFO] : ======================================================================================
[2021-08-25 12:59:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:59:23] [INFO] : ======================================================================================
[2021-08-25 12:59:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:59:23] [INFO] : ======================================================================================
[2021-08-25 12:59:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u6c34\u751f\u852c\u83dc"}
{}

[2021-08-25 12:59:23] [INFO] : ======================================================================================
[2021-08-25 12:59:23] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:59:24] [INFO] : ======================================================================================
[2021-08-25 12:59:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:59:24] [INFO] : ======================================================================================
[2021-08-25 12:59:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:59:24] [INFO] : ======================================================================================
[2021-08-25 12:59:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:59:25] [INFO] : ======================================================================================
[2021-08-25 12:59:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 467, "productName": "\u6c34\u751f\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:59:25", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 467, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:59:25] [INFO] : ======================================================================================
[2021-08-25 12:59:25] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250200162'}
{}

[2021-08-25 12:59:25] [INFO] : ======================================================================================
[2021-08-25 12:59:25] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/update/6115.action
None
{}

[2021-08-25 12:59:27] [INFO] : ======================================================================================
[2021-08-25 12:59:27] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 12:59:27] [INFO] : ======================================================================================
[2021-08-25 12:59:27] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'update', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6115, 'goodsId': '6129', 'number': '202108250200162', 'modified': '2021-08-25 12:59:27', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A12345', 'autocomplete-cartype': '456(地排车)', 'carTypeName': '地排车', 'carTypeCode': '456', 'carTypeId': '158', 'carTypeWeight': '10', 'storeTareWeight': '', 'proveType': '666', 'grossWeight': '109', 'tareWeight': '10', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '哈达测试部', 'regionName': '', 'regionId': '0', 'productName': '水生蔬菜', 'productId': '467', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 12:59:25', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-25 12:59:25', 'tareWeightDate': '2021-08-25 12:59:25', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 12:59:27] [INFO] : ======================================================================================
[2021-08-25 12:59:27] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doUpdate.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=update&optType=0&optUrl=&correctInfo=1&weightType=1&id=6115&goodsId=6129&number=202108250200162&modified=2021-08-25%2012%3A59%3A25&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=20300&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA12345&autocomplete-cartype=456%28%E5%9C%B0%E6%8E%92%E8%BD%A6%29&carTypeName=%E5%9C%B0%E6%8E%92%E8%BD%A6&carTypeCode=456&carTypeId=158&carTypeWeight=10&storeTareWeight=&proveType=666&grossWeight=109&tareWeight=10&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95%E9%83%A8&dep=129&regionId=271&productName=%E6%B0%B4%E7%94%9F%E8%94%AC%E8%8F%9C&productId=467&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=&chargeTotalAmount=20300&chargeTotalAmountYuan=203&freezeMoneySymbol=203&comparisonFreezeAmount=203&created=2021-08-25%2012%3A59%3A25&remark=%E5%A4%87%E6%B3%A8&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=hd&totalMoney=20300&receivable=20300&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=20300&receivableAmount=20300&categoryName=%E8%94%AC%E8%8F%9C&categoryId=1&driverTel=&grossWeightDate=2021-08-25%2012%3A59%3A25&tareWeightDate=2021-08-25%2012%3A59%3A25&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&regionName=234&parentId=500100&calcDepId=129&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=488&488=200.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A488%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A20000%2C%22require%22%3A1%7D&billItemCheckIds=489&489=0.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A0%2C%22require%22%3A1%7D&billItemCheckIds=494&494=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A494%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 12:59:28] [INFO] : ======================================================================================
[2021-08-25 12:59:28] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/view/6115.action
None
{}

[2021-08-25 12:59:29] [INFO] : ======================================================================================
[2021-08-25 12:59:29] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'dep': [129], 'regionId': '271'}
{}

[2021-08-25 12:59:33] [INFO] : ======================================================================================
[2021-08-25 12:59:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:59:33] [INFO] : ======================================================================================
[2021-08-25 12:59:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:59:34] [INFO] : ======================================================================================
[2021-08-25 12:59:34] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 12:59:34] [INFO] : ======================================================================================
[2021-08-25 12:59:34] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:59:34] [INFO] : ======================================================================================
[2021-08-25 12:59:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:59:34] [INFO] : ======================================================================================
[2021-08-25 12:59:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:59:35] [INFO] : ======================================================================================
[2021-08-25 12:59:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:59:35] [INFO] : ======================================================================================
[2021-08-25 12:59:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:59:35", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:59:36] [INFO] : ======================================================================================
[2021-08-25 12:59:36] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'status': '4'}
{}

[2021-08-25 12:59:37] [INFO] : ======================================================================================
[2021-08-25 12:59:37] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'categoryProvider'}
{}

[2021-08-25 12:59:37] [INFO] : ======================================================================================
[2021-08-25 12:59:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
None
{}

[2021-08-25 12:59:37] [INFO] : ======================================================================================
[2021-08-25 12:59:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:59:38] [INFO] : ======================================================================================
[2021-08-25 12:59:38] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 12:59:38] [INFO] : ======================================================================================
[2021-08-25 12:59:38] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": ""}
{}

[2021-08-25 12:59:38] [INFO] : ======================================================================================
[2021-08-25 12:59:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:59:38] [INFO] : ======================================================================================
[2021-08-25 12:59:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:59:39] [INFO] : ======================================================================================
[2021-08-25 12:59:39] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:59:39] [INFO] : ======================================================================================
[2021-08-25 12:59:39] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-25 12:59:39", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": "", "origin": "", "originCode": "", "tradeType": "", "tradeTypeName": "", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": "", "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:59:39] [INFO] : ======================================================================================
[2021-08-25 12:59:39] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'categoryId': ['1616']}
{}

[2021-08-25 12:59:45] [INFO] : ======================================================================================
[2021-08-25 12:59:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:59:45] [INFO] : ======================================================================================
[2021-08-25 12:59:45] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 12:59:45] [INFO] : ======================================================================================
[2021-08-25 12:59:45] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": 58, "keyword": ""}
{}

[2021-08-25 12:59:46] [INFO] : ======================================================================================
[2021-08-25 12:59:46] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 12:59:46] [INFO] : ======================================================================================
[2021-08-25 12:59:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 12:59:46] [INFO] : ======================================================================================
[2021-08-25 12:59:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 12:59:46] [INFO] : ======================================================================================
[2021-08-25 12:59:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:59:47] [INFO] : ======================================================================================
[2021-08-25 12:59:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:59:47] [INFO] : ======================================================================================
[2021-08-25 12:59:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:59:47] [INFO] : ======================================================================================
[2021-08-25 12:59:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/sparePartsWeighSave
{"driverTel": "", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "itemWeight": 11, "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "qty": 33, "weighRemark": null, "weight": 220, "weighmanRecord": {"grossWeight": null, "grossWeightDate": null, "newWeight": null, "tareWeight": null, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "plate": "\u5dddA13045", "carTypeId": 158, "carTypeCode": "456", "carTypeName": "\u5730\u6392\u8f66", "pathAddress": "A4-BB-6D-0A-F4-13", "entryPlateInputType": 1, "feeDepId": 0, "feeDepName": null, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "type": 2, "tradeTypeId": 70, "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "goodsTagId": 663, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "trailerNumber": "\u5dddA13045", "cateId": 1, "productState": "1"}
{}

[2021-08-25 12:59:48] [INFO] : ======================================================================================
[2021-08-25 12:59:48] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "\u56db\u5ddd\u7701", "city": null, "area": null}
{}

[2021-08-25 12:59:48] [INFO] : ======================================================================================
[2021-08-25 12:59:48] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 2, "state": 1, "keyword": ""}
{}

[2021-08-25 12:59:49] [INFO] : ======================================================================================
[2021-08-25 12:59:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:59:49] [INFO] : ======================================================================================
[2021-08-25 12:59:49] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": 6, "keyword": ""}
{}

[2021-08-25 12:59:49] [INFO] : ======================================================================================
[2021-08-25 12:59:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:59:50] [INFO] : ======================================================================================
[2021-08-25 12:59:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:59:50] [INFO] : ======================================================================================
[2021-08-25 12:59:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "\u56db\u5ddd\u7701", "city": "\u6210\u90fd\u5e02", "area": "\u9526\u6c5f\u533a"}
{}

[2021-08-25 12:59:50] [INFO] : ======================================================================================
[2021-08-25 12:59:50] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 2, "state": 1, "keyword": "\u706b\u9f99\u679c"}
{}

[2021-08-25 12:59:50] [INFO] : ======================================================================================
[2021-08-25 12:59:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': '哈达测试部'}}

[2021-08-25 12:59:50] [INFO] : ======================================================================================
[2021-08-25 12:59:50] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
{"marketId": 2, "pageNum": 100, "pageSize": 100}
{}

[2021-08-25 12:59:51] [INFO] : ======================================================================================
[2021-08-25 12:59:51] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "hd", "departmentId": null, "keyword": "\u54c8\u8fbe\u6d4b\u8bd5"}
{}

[2021-08-25 12:59:51] [INFO] : ======================================================================================
[2021-08-25 12:59:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:59:51] [INFO] : ======================================================================================
[2021-08-25 12:59:51] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 12:59:51] [INFO] : ======================================================================================
[2021-08-25 12:59:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 12:59:52] [INFO] : ======================================================================================
[2021-08-25 12:59:52] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 12:59:52] [INFO] : ======================================================================================
[2021-08-25 12:59:52] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": 58, "keyword": ""}
{}

[2021-08-25 12:59:52] [INFO] : ======================================================================================
[2021-08-25 12:59:52] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 12:59:52] [INFO] : ======================================================================================
[2021-08-25 12:59:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 12:59:52] [INFO] : ======================================================================================
[2021-08-25 12:59:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 12:59:53] [INFO] : ======================================================================================
[2021-08-25 12:59:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 12:59:53] [INFO] : ======================================================================================
[2021-08-25 12:59:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 12:59:53] [INFO] : ======================================================================================
[2021-08-25 12:59:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 12:59:54] [INFO] : ======================================================================================
[2021-08-25 12:59:54] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA12323", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 40, "grossWeightDate": "2021-08-25 12:59:54", "newWeight": 30, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12323", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 129, "depName": "\u54c8\u8fbe\u6d4b\u8bd5\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": ""}
{}

[2021-08-25 12:59:54] [INFO] : ======================================================================================
[2021-08-25 12:59:54] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackAccounrecordController/list.action
{'data': 'rows=10\n    &page=1&order=desc\n    &metadata[created]={"provider":"datetimeProvider","index":10,"field":"created"}\n    &metadata[recordType]={"provider":"recordTypeProvider","index":20,"field":"recordType"}\n    &metadata[recordState]={"provider":"recordStateProvider","index":30,"field":"recordState"}\n    &metadata[recordAmount]={"provider":"moneyProvider","index":40,"field":"recordAmount"}\n    &createdStart=2021-08-09 15:38:18\n    &createdEnd=2021-08-09 15:38:18\n    &queryType=1\n    &keyword=1088471752199995392', 'json': None, 'headers': {'Host': 'test.jmsf.diligrp.com:8385', 'Connection': 'keep-alive', 'Content-Length': '631', 'Accept': 'application/json,text/javascript,*/*;q=0.01', 'Origin': 'http://test.jmsf.diligrp.com:8385', 'X-Requested-With': 'XMLHttpRequest', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Content-Type': 'application/x-www-form-urlencoded', 'Accept-Language': 'zh-CN,zh;q=0.9', 'Referer': 'http://test.jmsf.diligrp.com:8385/FeedbackAccounrecordController/list', 'Accept-Encoding': 'gzip,deflate'}}

[2021-08-25 12:59:55] [INFO] : ======================================================================================
[2021-08-25 12:59:55] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackCustomerController/view.html?pagetype=2&id=121
{'headers': {'Host': 'test.jmsf.diligrp.com:8385', 'Connection': 'keep-alive', 'Upgrade-Insecure-Requests': '1', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'Accept-Language': 'zh-CN,zh;q=0.9', 'Referer': 'http://test.jmsf.diligrp.com:8385/FeedbackCustomerController/list', 'Accept-Encoding': 'gzip,deflate'}, 'allow_redirects': True}

[2021-08-25 12:59:55] [INFO] : ======================================================================================
[2021-08-25 12:59:55] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackCustomerController/disable.action?id=121
{'data': None, 'json': None, 'headers': {'Host': 'test.jmsf.diligrp.com:8385', 'Connection': 'keep-alive', 'Content-Length': '0', 'Accept': 'application/json,text/javascript,*/*;q=0.01', 'Origin': 'http://test.jmsf.diligrp.com:8385', 'X-Requested-With': 'XMLHttpRequest', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Accept-Language': 'zh-CN,zh;q=0.9', 'Referer': 'http://test.jmsf.diligrp.com:8385/FeedbackCustomerController/list', 'Accept-Encoding': 'gzip,deflate'}}

[2021-08-25 12:59:56] [INFO] : ======================================================================================
[2021-08-25 12:59:56] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackCustomerController/enable.action?id=121
{'data': None, 'json': None, 'headers': {'Host': 'test.jmsf.diligrp.com:8385', 'Connection': 'keep-alive', 'Content-Length': '0', 'Accept': 'application/json,text/javascript,*/*;q=0.01', 'Origin': 'http://test.jmsf.diligrp.com:8385', 'X-Requested-With': 'XMLHttpRequest', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Accept-Language': 'zh-CN,zh;q=0.9', 'Referer': 'http://test.jmsf.diligrp.com:8385/FeedbackCustomerController/list', 'Accept-Encoding': 'gzip,deflate'}}

[2021-08-25 12:59:56] [INFO] : ======================================================================================
[2021-08-25 12:59:56] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackCustomerController/list.action
{'data': b'rows=10        &page=1        &sort=id        &order=desc        &metadata[created]={"provider":"datetimeProvider","index":10,"field":"created"}        &metadata[status]={"provider":"stateProvider","index":20,"field":"status"}        &name=\xe5\x88\x98\xe7\x92\x90        &createdStart=2021-07-26 12:59:56        &createdEnd=2021-08-25 12:59:56        ', 'json': None, 'headers': {'Host': 'test.jmsf.diligrp.com:8385', 'Connection': 'keep-alive', 'Content-Length': '0', 'Accept': 'application/json,text/javascript,*/*;q=0.01', 'Origin': 'http://test.jmsf.diligrp.com:8385', 'X-Requested-With': 'XMLHttpRequest', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Accept-Language': 'zh-CN,zh;q=0.9', 'Referer': 'http://test.jmsf.diligrp.com:8385/FeedbackCustomerController/list', 'Accept-Encoding': 'gzip,deflate', 'Content-Type': 'application/x-www-form-urlencoded'}}

[2021-08-25 12:59:56] [INFO] : ======================================================================================
[2021-08-25 12:59:56] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackOrderController/list.action
{'data': 'page=1&order=desc\n        &metadata[payTime]={"provider":"datetimeProvider","index":10,"field":"payTime"}\n        &metadata[feebackAmount]={"provider":"moneyProvider","index":20,"field":"feebackAmount"}\n        &metadata[unsettledAmount]={"provider":"moneyProvider","index":40,"field":"unsettledAmount"}\n        &feedbackCustomerId=16&queryType=2&\n        &payTimeStart=            2021-07-03 00:00:00&payTimeEnd=2021-08-25 12:59:56.558969', 'json': None, 'headers': {'Host': 'test.jmsf.diligrp.com:8385', 'Connection': 'keep-alive', 'Content-Length': '496', 'Accept': 'application/json,text/javascript,*/*;q=0.01', 'Origin': 'http://test.jmsf.diligrp.com:8385', 'X-Requested-With': 'XMLHttpRequest', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Content-Type': 'application/x-www-form-urlencoded', 'Accept-Language': 'zh-CN,zh;q=0.9', 'Referer': 'http://test.jmsf.diligrp.com:8385/FeedbackOrderController/list', 'Accept-Encoding': 'gzip,deflate'}}

[2021-08-25 12:59:56] [INFO] : ======================================================================================
[2021-08-25 12:59:56] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackOrderController/settleAccount.action
{'data': 'customerId=16', 'json': None, 'headers': {'X-Requested-With': 'XMLHttpRequest', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'}}

[2021-08-25 12:59:56] [INFO] : ======================================================================================
[2021-08-25 12:59:56] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackOrderController/doSettleAccount.action
{'data': b'id=16&cardNo=888810026409&settleAmount=2.00&ids=12031&feedbackCustomerId=16&feedbackCustomerName=\xe7\x94\xb0\xe8\xbf\x94\xe8\xbf\x98\xe4\xba\xba&billIds=3613&settledAmounts=2.00', 'json': None, 'headers': {'Host': 'test.jmsf.diligrp.com:8385', 'Connection': 'keep-alive', 'Content-Length': '190', 'Accept': 'application/json,text/javascript,*/*;q=0.01', 'Origin': 'http://test.jmsf.diligrp.com:8385', 'X-Requested-With': 'XMLHttpRequest', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8', 'Accept-Language': 'zh-CN,zh;q=0.9', 'Referer': 'http://test.jmsf.diligrp.com:8385/FeedbackOrderController/list', 'Accept-Encoding': 'gzip,deflate'}}

[2021-08-25 12:59:58] [INFO] : ======================================================================================
[2021-08-25 12:59:58] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackOrderController/list.action
{'data': 'page=1&order=desc\n        &metadata[payTime]={"provider":"datetimeProvider","index":10,"field":"payTime"}\n        &metadata[feebackAmount]={"provider":"moneyProvider","index":20,"field":"feebackAmount"}\n        &metadata[unsettledAmount]={"provider":"moneyProvider","index":40,"field":"unsettledAmount"}\n        &feedbackCustomerId=121&queryType=2&\n        &payTimeStart=2021-07-26 12:59:58&payTimeEnd=2021-08-25 12:59:58', 'json': None, 'headers': {'Host': 'test.jmsf.diligrp.com:8385', 'Connection': 'keep-alive', 'Content-Length': '496', 'Accept': 'application/json,text/javascript,*/*;q=0.01', 'Origin': 'http://test.jmsf.diligrp.com:8385', 'X-Requested-With': 'XMLHttpRequest', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Content-Type': 'application/x-www-form-urlencoded', 'Accept-Language': 'zh-CN,zh;q=0.9', 'Referer': 'http://test.jmsf.diligrp.com:8385/FeedbackOrderController/list', 'Accept-Encoding': 'gzip,deflate'}}

[2021-08-25 12:59:59] [INFO] : ======================================================================================
[2021-08-25 12:59:59] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackOrderController/settlementlist.action
{'data': 'rows=10    &page=1    &sort=efb.payment_time    &order=desc    &metadata[payTime]={"provider":"datetimeProvider","index":10,"field":"payTime"}    &metadata[feebackAmount]={"provider":"moneyProvider","index":20,"field":"feebackAmount"}    &metadata[settledAmount]={"provider":"moneyProvider","index":30,"field":"settledAmount"}    &metadata[settleTime]={"provider":"datetimeProvider","index":40,"field":"settleTime"}    &feedbackCustomerId=121    &settleTimeStart=2021-07-26 12:59:59    &settleTimeEnd=2021-08-25 12:59:59    &queryType=1', 'json': None, 'headers': {'Host': 'test.jmsf.diligrp.com:8385', 'Connection': 'keep-alive', 'Content-Length': '651', 'Accept': 'application/json,text/javascript,*/*;q=0.01', 'Origin': 'http://test.jmsf.diligrp.com:8385', 'X-Requested-With': 'XMLHttpRequest', 'User-Agent': 'Mozilla/5.0(WindowsNT6.2;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/84.0.4147.105Safari/537.36', 'Content-Type': 'application/x-www-form-urlencoded', 'Accept-Language': 'zh-CN,zh;q=0.9', 'Referer': 'http://test.jmsf.diligrp.com:8385/FeedbackOrderController/settlementlist', 'Accept-Encoding': 'gzip,deflate'}, 'proxies': None}

[2021-08-25 12:59:59] [INFO] : ======================================================================================
[2021-08-25 12:59:59] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:00:00] [INFO] : ======================================================================================
[2021-08-25 13:00:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:00:00] [INFO] : ======================================================================================
[2021-08-25 13:00:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:00:00] [INFO] : ======================================================================================
[2021-08-25 13:00:00] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:00:00] [INFO] : ======================================================================================
[2021-08-25 13:00:00] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:00:00] [INFO] : ======================================================================================
[2021-08-25 13:00:00] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:00:01] [INFO] : ======================================================================================
[2021-08-25 13:00:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:00:01] [INFO] : ======================================================================================
[2021-08-25 13:00:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:00:02] [INFO] : ======================================================================================
[2021-08-25 13:00:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:00:02] [INFO] : ======================================================================================
[2021-08-25 13:00:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:00:02] [INFO] : ======================================================================================
[2021-08-25 13:00:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:00:03] [INFO] : ======================================================================================
[2021-08-25 13:00:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddB94247", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:00:03", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB94247", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:00:03] [INFO] : ======================================================================================
[2021-08-25 13:00:03] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900056'}
{}

[2021-08-25 13:00:03] [INFO] : ======================================================================================
[2021-08-25 13:00:03] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6120.action
None
{}

[2021-08-25 13:00:05] [INFO] : ======================================================================================
[2021-08-25 13:00:05] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:00:05] [INFO] : ======================================================================================
[2021-08-25 13:00:05] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:00:05] [INFO] : ======================================================================================
[2021-08-25 13:00:05] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6120, 'goodsId': '6134', 'number': '202108250900056', 'modified': '2021-08-25 13:00:05', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B94247', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': 'A1区', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:00:03', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:00:03', 'tareWeightDate': '2021-08-25 13:00:03', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:00:06] [INFO] : ======================================================================================
[2021-08-25 13:00:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6120&goodsId=6134&number=202108250900056&modified=2021-08-25%2013%3A00%3A03&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB94247&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A00%3A03&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A00%3A03&tareWeightDate=2021-08-25%2013%3A00%3A03&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:00:09] [INFO] : ======================================================================================
[2021-08-25 13:00:09] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "", "number": "", "customerName": "******"}
{}

[2021-08-25 13:00:13] [INFO] : ======================================================================================
[2021-08-25 13:00:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:00:13] [INFO] : ======================================================================================
[2021-08-25 13:00:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:00:13] [INFO] : ======================================================================================
[2021-08-25 13:00:13] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u706b\u9f99\u679c"}
{}

[2021-08-25 13:00:13] [INFO] : ======================================================================================
[2021-08-25 13:00:13] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:00:14] [INFO] : ======================================================================================
[2021-08-25 13:00:14] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:00:14] [INFO] : ======================================================================================
[2021-08-25 13:00:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:00:14] [INFO] : ======================================================================================
[2021-08-25 13:00:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:00:15] [INFO] : ======================================================================================
[2021-08-25 13:00:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:00:15] [INFO] : ======================================================================================
[2021-08-25 13:00:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:00:15] [INFO] : ======================================================================================
[2021-08-25 13:00:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:00:16] [INFO] : ======================================================================================
[2021-08-25 13:00:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddB97785", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1694, "productName": "\u706b\u9f99\u679c\u7c7b", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:00:16", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB97785", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1694, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:00:16] [INFO] : ======================================================================================
[2021-08-25 13:00:16] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900057'}
{}

[2021-08-25 13:00:16] [INFO] : ======================================================================================
[2021-08-25 13:00:16] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6121.action
None
{}

[2021-08-25 13:00:18] [INFO] : ======================================================================================
[2021-08-25 13:00:18] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:00:18] [INFO] : ======================================================================================
[2021-08-25 13:00:18] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:00:18] [INFO] : ======================================================================================
[2021-08-25 13:00:18] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6121, 'goodsId': '6135', 'number': '202108250900057', 'modified': '2021-08-25 13:00:18', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B97785', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': 'A1区', 'regionId': '0', 'productName': '火龙果类', 'productId': '1694', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:00:16', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:00:16', 'tareWeightDate': '2021-08-25 13:00:16', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:00:19] [INFO] : ======================================================================================
[2021-08-25 13:00:19] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6121&goodsId=6135&number=202108250900057&modified=2021-08-25%2013%3A00%3A16&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB97785&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E7%81%AB%E9%BE%99%E6%9E%9C%E7%B1%BB&productId=1694&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A00%3A16&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A00%3A16&tareWeightDate=2021-08-25%2013%3A00%3A16&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:00:27] [INFO] : ======================================================================================
[2021-08-25 13:00:27] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "", "number": "202108250900057", "customerName": ""}
{}

[2021-08-25 13:00:28] [INFO] : ======================================================================================
[2021-08-25 13:00:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:00:28] [INFO] : ======================================================================================
[2021-08-25 13:00:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:00:28] [INFO] : ======================================================================================
[2021-08-25 13:00:28] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u706b\u9f99\u679c"}
{}

[2021-08-25 13:00:28] [INFO] : ======================================================================================
[2021-08-25 13:00:28] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:00:28] [INFO] : ======================================================================================
[2021-08-25 13:00:28] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:00:29] [INFO] : ======================================================================================
[2021-08-25 13:00:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:00:29] [INFO] : ======================================================================================
[2021-08-25 13:00:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:00:29] [INFO] : ======================================================================================
[2021-08-25 13:00:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:00:30] [INFO] : ======================================================================================
[2021-08-25 13:00:30] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:00:30] [INFO] : ======================================================================================
[2021-08-25 13:00:30] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:00:30] [INFO] : ======================================================================================
[2021-08-25 13:00:30] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddB99510", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1694, "productName": "\u706b\u9f99\u679c\u7c7b", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:00:30", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB99510", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1694, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:00:31] [INFO] : ======================================================================================
[2021-08-25 13:00:31] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900058'}
{}

[2021-08-25 13:00:31] [INFO] : ======================================================================================
[2021-08-25 13:00:31] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6122.action
None
{}

[2021-08-25 13:00:33] [INFO] : ======================================================================================
[2021-08-25 13:00:33] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:00:33] [INFO] : ======================================================================================
[2021-08-25 13:00:33] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:00:33] [INFO] : ======================================================================================
[2021-08-25 13:00:33] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6122, 'goodsId': '6136', 'number': '202108250900058', 'modified': '2021-08-25 13:00:33', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B99510', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': 'A1区', 'regionId': '0', 'productName': '火龙果类', 'productId': '1694', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:00:31', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:00:30', 'tareWeightDate': '2021-08-25 13:00:30', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:00:34] [INFO] : ======================================================================================
[2021-08-25 13:00:34] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6122&goodsId=6136&number=202108250900058&modified=2021-08-25%2013%3A00%3A31&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB99510&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E7%81%AB%E9%BE%99%E6%9E%9C%E7%B1%BB&productId=1694&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A00%3A31&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A00%3A30&tareWeightDate=2021-08-25%2013%3A00%3A30&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:00:37] [INFO] : ======================================================================================
[2021-08-25 13:00:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "\u5dddB99510", "number": "", "customerName": ""}
{}

[2021-08-25 13:00:37] [INFO] : ======================================================================================
[2021-08-25 13:00:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:00:37] [INFO] : ======================================================================================
[2021-08-25 13:00:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:00:38] [INFO] : ======================================================================================
[2021-08-25 13:00:38] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:00:38] [INFO] : ======================================================================================
[2021-08-25 13:00:38] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:00:38] [INFO] : ======================================================================================
[2021-08-25 13:00:38] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:00:38] [INFO] : ======================================================================================
[2021-08-25 13:00:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:00:38] [INFO] : ======================================================================================
[2021-08-25 13:00:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:00:39] [INFO] : ======================================================================================
[2021-08-25 13:00:39] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:00:39] [INFO] : ======================================================================================
[2021-08-25 13:00:39] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:00:40] [INFO] : ======================================================================================
[2021-08-25 13:00:40] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:00:40] [INFO] : ======================================================================================
[2021-08-25 13:00:40] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddB85362", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:00:40", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB85362", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:00:40] [INFO] : ======================================================================================
[2021-08-25 13:00:40] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900059'}
{}

[2021-08-25 13:00:41] [INFO] : ======================================================================================
[2021-08-25 13:00:41] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6123.action
None
{}

[2021-08-25 13:00:42] [INFO] : ======================================================================================
[2021-08-25 13:00:42] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:00:43] [INFO] : ======================================================================================
[2021-08-25 13:00:43] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:00:43] [INFO] : ======================================================================================
[2021-08-25 13:00:43] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6123, 'goodsId': '6137', 'number': '202108250900059', 'modified': '2021-08-25 13:00:43', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B85362', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': 'A1区', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:00:40', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:00:40', 'tareWeightDate': '2021-08-25 13:00:40', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:00:43] [INFO] : ======================================================================================
[2021-08-25 13:00:43] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6123&goodsId=6137&number=202108250900059&modified=2021-08-25%2013%3A00%3A40&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB85362&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A00%3A40&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A00%3A40&tareWeightDate=2021-08-25%2013%3A00%3A40&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:00:46] [INFO] : ======================================================================================
[2021-08-25 13:00:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "", "number": "202108250900059", "customerName": ""}
{}

[2021-08-25 13:00:47] [INFO] : ======================================================================================
[2021-08-25 13:00:47] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": 58, "keyword": ""}
{}

[2021-08-25 13:00:47] [INFO] : ======================================================================================
[2021-08-25 13:00:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/backSkinWeighSave
{"hasStoreTruck": 1, "number": "202108250900059", "outGreeterId": 223, "outGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "plate": "\u5dddB85362", "rail": 1, "tareWeight": 413, "tareWeightDate": "2021-08-25 13:00:47", "weighImgs": [], "weighId": 0, "remark": "123", "carTypeWeight": 333, "trailerNumber": "\u5dddB85362", "pathAddress": "A4-BB-6D-0A-F4-13", "bskinWithGoods": -1, "ic": "", "customerName": null, "customerId": 0, "carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66"}
{}

[2021-08-25 13:00:47] [INFO] : ======================================================================================
[2021-08-25 13:00:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:00:48] [INFO] : ======================================================================================
[2021-08-25 13:00:48] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:00:48] [INFO] : ======================================================================================
[2021-08-25 13:00:48] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:00:48] [INFO] : ======================================================================================
[2021-08-25 13:00:48] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:00:48] [INFO] : ======================================================================================
[2021-08-25 13:00:48] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:00:48] [INFO] : ======================================================================================
[2021-08-25 13:00:48] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:00:49] [INFO] : ======================================================================================
[2021-08-25 13:00:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:00:49] [INFO] : ======================================================================================
[2021-08-25 13:00:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:00:49] [INFO] : ======================================================================================
[2021-08-25 13:00:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:00:50] [INFO] : ======================================================================================
[2021-08-25 13:00:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:00:50] [INFO] : ======================================================================================
[2021-08-25 13:00:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA48097", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:00:50", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA48097", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:00:51] [INFO] : ======================================================================================
[2021-08-25 13:00:51] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900060'}
{}

[2021-08-25 13:00:51] [INFO] : ======================================================================================
[2021-08-25 13:00:51] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/amend/6124.action
None
{}

[2021-08-25 13:00:52] [INFO] : ======================================================================================
[2021-08-25 13:00:52] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:00:52] [INFO] : ======================================================================================
[2021-08-25 13:00:52] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'amend', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6124, 'goodsId': '6138', 'number': '202108250900060', 'modified': '2021-08-25 13:00:52', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A48097', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '1895', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'regionName': '', 'regionId': '0', 'productName': '蔬菜', 'productId': '1', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '80', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:00:50', 'remark': 'false', 'goodsTagIds': '1900', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:00:50', 'tareWeightDate': '2021-08-25 13:00:50', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'proveTypeName': '产地证明'}
{}

[2021-08-25 13:00:53] [INFO] : ======================================================================================
[2021-08-25 13:00:53] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doAmend.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=amend&optType=0&optUrl=&correctInfo=1&weightType=1&id=6124&goodsId=6138&number=202108250900060&modified=2021-08-25%2013%3A00%3A50&status=2&source=1&updateFeeItems=2&correctDiscount=1&totalAmount=800&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA48097&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=1895&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&dep=58&regionId=&productName=%E8%94%AC%E8%8F%9C&productId=1&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=80&chargeTotalAmount=800&chargeTotalAmountYuan=8&freezeMoneySymbol=13&comparisonFreezeAmount=13&created=2021-08-25%2013%3A00%3A50&remark=%E5%A4%87%E6%B3%A8&goodsTagIds=1900&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=sy&totalMoney=800&receivable=1300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=1300&receivableAmount=1300&categoryName=%E8%94%AC%E8%8F%9C&categoryId=1&driverTel=&grossWeightDate=2021-08-25%2013%3A00%3A50&tareWeightDate=2021-08-25%2013%3A00%3A50&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&backSkinTwo=-1&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=10.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A1000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:00:53] [INFO] : ======================================================================================
[2021-08-25 13:00:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:00:54] [INFO] : ======================================================================================
[2021-08-25 13:00:54] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:00:54] [INFO] : ======================================================================================
[2021-08-25 13:00:54] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:00:54] [INFO] : ======================================================================================
[2021-08-25 13:00:54] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:00:54] [INFO] : ======================================================================================
[2021-08-25 13:00:54] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:00:54] [INFO] : ======================================================================================
[2021-08-25 13:00:54] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:00:55] [INFO] : ======================================================================================
[2021-08-25 13:00:55] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:00:55] [INFO] : ======================================================================================
[2021-08-25 13:00:55] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:00:55] [INFO] : ======================================================================================
[2021-08-25 13:00:55] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:00:56] [INFO] : ======================================================================================
[2021-08-25 13:00:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:00:56] [INFO] : ======================================================================================
[2021-08-25 13:00:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA71979", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:00:56", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA71979", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:00:57] [INFO] : ======================================================================================
[2021-08-25 13:00:57] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900061'}
{}

[2021-08-25 13:00:57] [INFO] : ======================================================================================
[2021-08-25 13:00:57] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/correct/6125.action
None
{}

[2021-08-25 13:00:58] [INFO] : ======================================================================================
[2021-08-25 13:00:58] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:00:58] [INFO] : ======================================================================================
[2021-08-25 13:00:58] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'correct', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6125, 'goodsId': '6139', 'number': '202108250900061', 'modified': '2021-08-25 13:00:58', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '2', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A71979', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '1895', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'regionName': '', 'regionId': '0', 'productName': '蔬菜', 'productId': '1', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '80', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:00:56', 'remark': 'false', 'goodsTagIds': '1900', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:00:56', 'tareWeightDate': '2021-08-25 13:00:56', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 13:00:59] [INFO] : ======================================================================================
[2021-08-25 13:00:59] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doCorrect.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=correct&optType=0&optUrl=&correctInfo=1&weightType=1&id=6125&goodsId=6139&number=202108250900061&modified=2021-08-25%2013%3A00%3A56&status=2&source=1&updateFeeItems=2&correctDiscount=1&totalAmount=4000&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA71979&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=1895&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&dep=58&regionId=&productName=%E8%94%AC%E8%8F%9C&productId=1&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=80&chargeTotalAmount=4000&chargeTotalAmountYuan=40&freezeMoneySymbol=45&comparisonFreezeAmount=45&created=2021-08-25%2013%3A00%3A56&remark=%E5%A4%87%E6%B3%A8&goodsTagIds=1900&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=sy&totalMoney=800&receivable=4500&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=4500&receivableAmount=4500&categoryName=%E8%94%AC%E8%8F%9C&categoryId=1&driverTel=&grossWeightDate=2021-08-25%2013%3A00%3A56&tareWeightDate=2021-08-25%2013%3A00%3A56&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&bskinWithGoods=-1&outGreeterName=&proveTypeName=%E4%BA%A7%E5%9C%B0%E8%AF%81%E6%98%8E&feeDepName=&calcFeeDepId=&backSkinTwo=-1&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=26&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A2600%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=19&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A1900%2C%22require%22%3A1%7D
{}

[2021-08-25 13:01:00] [INFO] : ======================================================================================
[2021-08-25 13:01:00] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900061'}
{}

[2021-08-25 13:01:00] [INFO] : ======================================================================================
[2021-08-25 13:01:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=SJ
None
{}

[2021-08-25 13:01:00] [INFO] : ======================================================================================
[2021-08-25 13:01:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:01:00] [INFO] : ======================================================================================
[2021-08-25 13:01:00] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:01:01] [INFO] : ======================================================================================
[2021-08-25 13:01:01] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
{"marketId": 9, "pageNum": 100, "pageSize": 100}
{}

[2021-08-25 13:01:01] [INFO] : ======================================================================================
[2021-08-25 13:01:01] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": "58", "keyword": ""}
{}

[2021-08-25 13:01:01] [INFO] : ======================================================================================
[2021-08-25 13:01:01] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:01:01] [INFO] : ======================================================================================
[2021-08-25 13:01:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:01:01] [INFO] : ======================================================================================
[2021-08-25 13:01:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:01:02] [INFO] : ======================================================================================
[2021-08-25 13:01:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:01:02] [INFO] : ======================================================================================
[2021-08-25 13:01:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:01:02] [INFO] : ======================================================================================
[2021-08-25 13:01:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:01:03] [INFO] : ======================================================================================
[2021-08-25 13:01:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/sparePartsWeighSave
{"driverTel": "", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "itemWeight": 11, "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "qty": 33, "weighRemark": null, "weight": 220, "weighmanRecord": {"grossWeight": null, "grossWeightDate": null, "newWeight": null, "tareWeight": null, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "plate": "\u5dddA69866", "carTypeId": 53, "carTypeCode": "003", "carTypeName": "\u677f\u8f66", "pathAddress": "A4-BB-6D-0A-F4-13", "entryPlateInputType": 1, "feeDepId": 0, "feeDepName": null, "dep": 58, "depName": "\u6c34\u679c\u90e8", "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "type": 2, "tradeTypeId": 70, "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "goodsTagId": 663, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "trailerNumber": "\u5dddA69866", "cateId": 2182, "productState": "1"}
{}

[2021-08-25 13:01:03] [INFO] : ======================================================================================
[2021-08-25 13:01:03] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900062'}
{}

[2021-08-25 13:01:04] [INFO] : ======================================================================================
[2021-08-25 13:01:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6126.action
None
{}

[2021-08-25 13:01:05] [INFO] : ======================================================================================
[2021-08-25 13:01:05] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:01:05] [INFO] : ======================================================================================
[2021-08-25 13:01:05] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:01:05] [INFO] : ======================================================================================
[2021-08-25 13:01:05] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '2', 'id': 6126, 'goodsId': '6140', 'number': '202108250900062', 'modified': '2021-08-25 13:01:05', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A69866', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '0', 'tareWeight': '0', 'weight': '220', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:01:03', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:01:03', 'tareWeightDate': '2021-08-25 13:01:03', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '测试沈阳', 'inGreeterId': '223', 'outGreeterId': '', 'sumPrice': '22000', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:01:06] [INFO] : ======================================================================================
[2021-08-25 13:01:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=2&id=6126&goodsId=6140&number=202108250900062&modified=2021-08-25%2013%3A01%3A03&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA69866&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=&storeTareWeight=&proveType=665&grossWeight=0&tareWeight=0&weight=220&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A01%3A03&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A01%3A03&tareWeightDate=2021-08-25%2013%3A01%3A03&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E6%B5%8B%E8%AF%95%E6%B2%88%E9%98%B3&inGreeterId=223&outGreeterId=&sumPrice=22000&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:01:10] [INFO] : ======================================================================================
[2021-08-25 13:01:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:01:11] [INFO] : ======================================================================================
[2021-08-25 13:01:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:01:11] [INFO] : ======================================================================================
[2021-08-25 13:01:11] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:01:11] [INFO] : ======================================================================================
[2021-08-25 13:01:11] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:01:11] [INFO] : ======================================================================================
[2021-08-25 13:01:11] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:01:11] [INFO] : ======================================================================================
[2021-08-25 13:01:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:01:12] [INFO] : ======================================================================================
[2021-08-25 13:01:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:01:12] [INFO] : ======================================================================================
[2021-08-25 13:01:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:01:12] [INFO] : ======================================================================================
[2021-08-25 13:01:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:01:13] [INFO] : ======================================================================================
[2021-08-25 13:01:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:01:13] [INFO] : ======================================================================================
[2021-08-25 13:01:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA56391", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:01:13", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA56391", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:01:14] [INFO] : ======================================================================================
[2021-08-25 13:01:14] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900063'}
{}

[2021-08-25 13:01:14] [INFO] : ======================================================================================
[2021-08-25 13:01:14] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6127.action
None
{}

[2021-08-25 13:01:15] [INFO] : ======================================================================================
[2021-08-25 13:01:15] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:01:16] [INFO] : ======================================================================================
[2021-08-25 13:01:16] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:01:16] [INFO] : ======================================================================================
[2021-08-25 13:01:16] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6127, 'goodsId': '6141', 'number': '202108250900063', 'modified': '2021-08-25 13:01:16', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A56391', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:01:13', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:01:13', 'tareWeightDate': '2021-08-25 13:01:13', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:01:16] [INFO] : ======================================================================================
[2021-08-25 13:01:16] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6127&goodsId=6141&number=202108250900063&modified=2021-08-25%2013%3A01%3A13&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA56391&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A01%3A13&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A01%3A13&tareWeightDate=2021-08-25%2013%3A01%3A13&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E6%B2%88%E9%98%B3%E9%99%88%E5%BF%97%E4%BC%9F&inGreeterId=76&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:01:21] [INFO] : ======================================================================================
[2021-08-25 13:01:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:01:21] [INFO] : ======================================================================================
[2021-08-25 13:01:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:01:21] [INFO] : ======================================================================================
[2021-08-25 13:01:21] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:01:21] [INFO] : ======================================================================================
[2021-08-25 13:01:21] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:01:22] [INFO] : ======================================================================================
[2021-08-25 13:01:22] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:01:22] [INFO] : ======================================================================================
[2021-08-25 13:01:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:01:22] [INFO] : ======================================================================================
[2021-08-25 13:01:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:01:22] [INFO] : ======================================================================================
[2021-08-25 13:01:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:01:23] [INFO] : ======================================================================================
[2021-08-25 13:01:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:01:23] [INFO] : ======================================================================================
[2021-08-25 13:01:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:01:23] [INFO] : ======================================================================================
[2021-08-25 13:01:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA72262", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:01:23", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA72262", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:01:24] [INFO] : ======================================================================================
[2021-08-25 13:01:24] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900064'}
{}

[2021-08-25 13:01:24] [INFO] : ======================================================================================
[2021-08-25 13:01:24] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6128.action
None
{}

[2021-08-25 13:01:25] [INFO] : ======================================================================================
[2021-08-25 13:01:25] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:01:26] [INFO] : ======================================================================================
[2021-08-25 13:01:26] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:01:26] [INFO] : ======================================================================================
[2021-08-25 13:01:26] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6128, 'goodsId': '6142', 'number': '202108250900064', 'modified': '2021-08-25 13:01:26', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A72262', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': 'A1区', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:01:24', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:01:23', 'tareWeightDate': '2021-08-25 13:01:23', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:01:27] [INFO] : ======================================================================================
[2021-08-25 13:01:27] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6128&goodsId=6142&number=202108250900064&modified=2021-08-25%2013%3A01%3A24&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA72262&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A01%3A24&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A01%3A23&tareWeightDate=2021-08-25%2013%3A01%3A23&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:01:30] [INFO] : ======================================================================================
[2021-08-25 13:01:30] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:01:30] [INFO] : ======================================================================================
[2021-08-25 13:01:30] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:01:30] [INFO] : ======================================================================================
[2021-08-25 13:01:30] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:01:30] [INFO] : ======================================================================================
[2021-08-25 13:01:30] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:01:31] [INFO] : ======================================================================================
[2021-08-25 13:01:31] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:01:31] [INFO] : ======================================================================================
[2021-08-25 13:01:31] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:01:31] [INFO] : ======================================================================================
[2021-08-25 13:01:31] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:01:32] [INFO] : ======================================================================================
[2021-08-25 13:01:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:01:32] [INFO] : ======================================================================================
[2021-08-25 13:01:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:01:32] [INFO] : ======================================================================================
[2021-08-25 13:01:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:01:32] [INFO] : ======================================================================================
[2021-08-25 13:01:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA77032", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:01:32", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA77032", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:01:33] [INFO] : ======================================================================================
[2021-08-25 13:01:33] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900065'}
{}

[2021-08-25 13:01:33] [INFO] : ======================================================================================
[2021-08-25 13:01:33] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/invalid/6129.action
None
{}

[2021-08-25 13:01:35] [INFO] : ======================================================================================
[2021-08-25 13:01:35] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:01:35] [INFO] : ======================================================================================
[2021-08-25 13:01:35] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'invalid', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6129, 'goodsId': '6143', 'number': '202108250900065', 'modified': '2021-08-25 13:01:35', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A77032', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'regionName': '', 'regionId': '0', 'productName': '蔬菜', 'productId': '1', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:01:33', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:01:33', 'tareWeightDate': '2021-08-25 13:01:33', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 13:01:35] [INFO] : ======================================================================================
[2021-08-25 13:01:35] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doInvalid.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=invalid&optType=0&optUrl=&correctInfo=1&weightType=1&id=6129&goodsId=6143&number=202108250900065&modified=2021-08-25%2013%3A01%3A33&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA77032&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&dep=58&regionId=&productName=%E8%94%AC%E8%8F%9C&productId=1&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A01%3A33&remark=%E5%A4%87%E6%B3%A8&goodsTagIds=663&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&receivableAmount=5300&categoryName=%E8%94%AC%E8%8F%9C&categoryId=1&driverTel=&grossWeightDate=2021-08-25%2013%3A01%3A33&tareWeightDate=2021-08-25%2013%3A01%3A33&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:01:36] [INFO] : ======================================================================================
[2021-08-25 13:01:36] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:01:36] [INFO] : ======================================================================================
[2021-08-25 13:01:36] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:01:36] [INFO] : ======================================================================================
[2021-08-25 13:01:36] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:01:37] [INFO] : ======================================================================================
[2021-08-25 13:01:37] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:01:37] [INFO] : ======================================================================================
[2021-08-25 13:01:37] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:01:37] [INFO] : ======================================================================================
[2021-08-25 13:01:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:01:37] [INFO] : ======================================================================================
[2021-08-25 13:01:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:01:38] [INFO] : ======================================================================================
[2021-08-25 13:01:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:01:38] [INFO] : ======================================================================================
[2021-08-25 13:01:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:01:38] [INFO] : ======================================================================================
[2021-08-25 13:01:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:01:39] [INFO] : ======================================================================================
[2021-08-25 13:01:39] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA67576", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:01:39", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA67576", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:01:39] [INFO] : ======================================================================================
[2021-08-25 13:01:39] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900066'}
{}

[2021-08-25 13:01:39] [INFO] : ======================================================================================
[2021-08-25 13:01:39] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6130.action
None
{}

[2021-08-25 13:01:41] [INFO] : ======================================================================================
[2021-08-25 13:01:41] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426
None
{}

[2021-08-25 13:01:41] [INFO] : ======================================================================================
[2021-08-25 13:01:41] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:01:41] [INFO] : ======================================================================================
[2021-08-25 13:01:41] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6130, 'goodsId': '6144', 'number': '202108250900066', 'modified': '2021-08-25 13:01:41', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A67576', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:01:39', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:01:39', 'tareWeightDate': '2021-08-25 13:01:39', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:01:42] [INFO] : ======================================================================================
[2021-08-25 13:01:42] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6130&goodsId=6144&number=202108250900066&modified=2021-08-25%2013%3A01%3A39&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=107575&ic=888810032426&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA67576&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A01%3A39&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A01%3A39&tareWeightDate=2021-08-25%2013%3A01%3A39&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E6%B2%88%E9%98%B3%E9%99%88%E5%BF%97%E4%BC%9F&inGreeterId=76&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107575&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:01:46] [INFO] : ======================================================================================
[2021-08-25 13:01:46] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900066'}
{}

[2021-08-25 13:01:47] [INFO] : ======================================================================================
[2021-08-25 13:01:47] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/refund/6130.action
None
{}

[2021-08-25 13:01:48] [INFO] : ======================================================================================
[2021-08-25 13:01:48] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:01:48] [INFO] : ======================================================================================
[2021-08-25 13:01:48] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'refund', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6130, 'goodsId': '6144', 'number': '202108250900066', 'modified': '2021-08-25 13:01:42', 'status': '4', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A67576', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:01:39', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:01:39', 'tareWeightDate': '2021-08-25 13:01:39', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:01:48] [INFO] : ======================================================================================
[2021-08-25 13:01:49] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doUndo.action
protocolId=&pwd=&clientRedirectTag=&viewType=refund&optType=0&optUrl=&correctInfo=1&weightType=1&id=6130&goodsId=6144&number=202108250900066&modified=2021-08-25%2013%3A01%3A42&status=4&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=107575&accountId=107575&ic=888810032426&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA67576&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&dep=58&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A01%3A39&remark=&goodsTagIds=663&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A01%3A39&tareWeightDate=2021-08-25%2013%3A01%3A39&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A1%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:01:51] [INFO] : ======================================================================================
[2021-08-25 13:01:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:01:51] [INFO] : ======================================================================================
[2021-08-25 13:01:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:01:51] [INFO] : ======================================================================================
[2021-08-25 13:01:51] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:01:51] [INFO] : ======================================================================================
[2021-08-25 13:01:51] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:01:52] [INFO] : ======================================================================================
[2021-08-25 13:01:52] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:01:52] [INFO] : ======================================================================================
[2021-08-25 13:01:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:01:52] [INFO] : ======================================================================================
[2021-08-25 13:01:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:01:52] [INFO] : ======================================================================================
[2021-08-25 13:01:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:01:53] [INFO] : ======================================================================================
[2021-08-25 13:01:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:01:53] [INFO] : ======================================================================================
[2021-08-25 13:01:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:01:53] [INFO] : ======================================================================================
[2021-08-25 13:01:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA50324", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:01:53", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA50324", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:01:54] [INFO] : ======================================================================================
[2021-08-25 13:01:54] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900068'}
{}

[2021-08-25 13:01:54] [INFO] : ======================================================================================
[2021-08-25 13:01:54] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6132.action
None
{}

[2021-08-25 13:01:56] [INFO] : ======================================================================================
[2021-08-25 13:01:56] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:01:56] [INFO] : ======================================================================================
[2021-08-25 13:01:56] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:01:56] [INFO] : ======================================================================================
[2021-08-25 13:01:56] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6132, 'goodsId': '6146', 'number': '202108250900068', 'modified': '2021-08-25 13:01:56', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A50324', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': 'A1区', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:01:54', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:01:53', 'tareWeightDate': '2021-08-25 13:01:53', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:01:57] [INFO] : ======================================================================================
[2021-08-25 13:01:57] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6132&goodsId=6146&number=202108250900068&modified=2021-08-25%2013%3A01%3A54&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA50324&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A01%3A54&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A01%3A53&tareWeightDate=2021-08-25%2013%3A01%3A53&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:02:00] [INFO] : ======================================================================================
[2021-08-25 13:02:00] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900068'}
{}

[2021-08-25 13:02:00] [INFO] : ======================================================================================
[2021-08-25 13:02:00] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/unfreeze/6132.action
None
{}

[2021-08-25 13:02:02] [INFO] : ======================================================================================
[2021-08-25 13:02:02] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:02:02] [INFO] : ======================================================================================
[2021-08-25 13:02:02] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'unfreeze', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6132, 'goodsId': '6146', 'number': '202108250900068', 'modified': '2021-08-25 13:02:02', 'status': '3', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A50324', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:01:54', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:01:53', 'tareWeightDate': '2021-08-25 13:01:53', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 13:02:02] [INFO] : ======================================================================================
[2021-08-25 13:02:02] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doUnfreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=unfreeze&optType=0&optUrl=&correctInfo=1&weightType=1&id=6132&goodsId=6146&number=202108250900068&modified=2021-08-25%2013%3A01%3A54&status=3&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&accountId=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA50324&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&dep=58&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A01%3A54&remark=%E5%A4%87%E6%B3%A8&goodsTagIds=663&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A01%3A53&tareWeightDate=2021-08-25%2013%3A01%3A53&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A1%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:02:03] [INFO] : ======================================================================================
[2021-08-25 13:02:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:02:03] [INFO] : ======================================================================================
[2021-08-25 13:02:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:02:03] [INFO] : ======================================================================================
[2021-08-25 13:02:03] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:02:04] [INFO] : ======================================================================================
[2021-08-25 13:02:04] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:02:04] [INFO] : ======================================================================================
[2021-08-25 13:02:04] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:02:04] [INFO] : ======================================================================================
[2021-08-25 13:02:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:02:04] [INFO] : ======================================================================================
[2021-08-25 13:02:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:02:05] [INFO] : ======================================================================================
[2021-08-25 13:02:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:02:05] [INFO] : ======================================================================================
[2021-08-25 13:02:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:02:05] [INFO] : ======================================================================================
[2021-08-25 13:02:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:02:06] [INFO] : ======================================================================================
[2021-08-25 13:02:06] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA92114", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:02:06", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA92114", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:02:06] [INFO] : ======================================================================================
[2021-08-25 13:02:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900069'}
{}

[2021-08-25 13:02:06] [INFO] : ======================================================================================
[2021-08-25 13:02:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6133.action
None
{}

[2021-08-25 13:02:08] [INFO] : ======================================================================================
[2021-08-25 13:02:08] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:02:08] [INFO] : ======================================================================================
[2021-08-25 13:02:08] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:02:08] [INFO] : ======================================================================================
[2021-08-25 13:02:08] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6133, 'goodsId': '6147', 'number': '202108250900069', 'modified': '2021-08-25 13:02:08', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A92114', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': 'A1区', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:02:06', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:02:06', 'tareWeightDate': '2021-08-25 13:02:06', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:02:09] [INFO] : ======================================================================================
[2021-08-25 13:02:09] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6133&goodsId=6147&number=202108250900069&modified=2021-08-25%2013%3A02%3A06&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA92114&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A02%3A06&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A02%3A06&tareWeightDate=2021-08-25%2013%3A02%3A06&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:02:12] [INFO] : ======================================================================================
[2021-08-25 13:02:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
{"plate": "", "number": "202108250900069", "customerName": ""}
{}

[2021-08-25 13:02:12] [INFO] : ======================================================================================
[2021-08-25 13:02:12] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": 58, "keyword": ""}
{}

[2021-08-25 13:02:13] [INFO] : ======================================================================================
[2021-08-25 13:02:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/backSkinWeighSave
{"hasStoreTruck": 1, "number": "202108250900069", "outGreeterId": 223, "outGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "plate": "\u5dddA92114", "rail": 1, "tareWeight": 387, "tareWeightDate": "2021-08-25 13:02:12", "weighImgs": [], "weighId": 0, "remark": "123", "carTypeWeight": 333, "trailerNumber": "\u5dddA92114", "pathAddress": "A4-BB-6D-0A-F4-13", "bskinWithGoods": -1, "ic": "", "customerName": null, "customerId": 0, "carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66"}
{}

[2021-08-25 13:02:13] [INFO] : ======================================================================================
[2021-08-25 13:02:13] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900069'}
{}

[2021-08-25 13:02:13] [INFO] : ======================================================================================
[2021-08-25 13:02:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:02:13] [INFO] : ======================================================================================
[2021-08-25 13:02:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:02:14] [INFO] : ======================================================================================
[2021-08-25 13:02:14] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:02:14] [INFO] : ======================================================================================
[2021-08-25 13:02:14] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:02:14] [INFO] : ======================================================================================
[2021-08-25 13:02:14] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:02:14] [INFO] : ======================================================================================
[2021-08-25 13:02:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:02:14] [INFO] : ======================================================================================
[2021-08-25 13:02:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:02:15] [INFO] : ======================================================================================
[2021-08-25 13:02:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:02:15] [INFO] : ======================================================================================
[2021-08-25 13:02:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:02:16] [INFO] : ======================================================================================
[2021-08-25 13:02:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:02:16] [INFO] : ======================================================================================
[2021-08-25 13:02:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA72150", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:02:16", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA72150", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:02:16] [INFO] : ======================================================================================
[2021-08-25 13:02:16] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900070'}
{}

[2021-08-25 13:02:17] [INFO] : ======================================================================================
[2021-08-25 13:02:17] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/update/6134.action
None
{}

[2021-08-25 13:02:18] [INFO] : ======================================================================================
[2021-08-25 13:02:18] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:02:18] [INFO] : ======================================================================================
[2021-08-25 13:02:18] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'update', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6134, 'goodsId': '6148', 'number': '202108250900070', 'modified': '2021-08-25 13:02:18', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A72150', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:02:16', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:02:16', 'tareWeightDate': '2021-08-25 13:02:16', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 13:02:19] [INFO] : ======================================================================================
[2021-08-25 13:02:19] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doUpdate.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=update&optType=0&optUrl=&correctInfo=1&weightType=1&id=6134&goodsId=6148&number=202108250900070&modified=2021-08-25%2013%3A02%3A16&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA72150&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&dep=58&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A02%3A16&remark=%E5%A4%87%E6%B3%A8&goodsTagIds=663&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A02%3A16&tareWeightDate=2021-08-25%2013%3A02%3A16&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&regionName=A1%E5%8C%BA&parentId=500100&calcDepId=58&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:02:20] [INFO] : ======================================================================================
[2021-08-25 13:02:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:02:20] [INFO] : ======================================================================================
[2021-08-25 13:02:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:02:20] [INFO] : ======================================================================================
[2021-08-25 13:02:20] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:02:20] [INFO] : ======================================================================================
[2021-08-25 13:02:20] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:02:20] [INFO] : ======================================================================================
[2021-08-25 13:02:20] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:02:21] [INFO] : ======================================================================================
[2021-08-25 13:02:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:02:21] [INFO] : ======================================================================================
[2021-08-25 13:02:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:02:21] [INFO] : ======================================================================================
[2021-08-25 13:02:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:02:22] [INFO] : ======================================================================================
[2021-08-25 13:02:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:02:22] [INFO] : ======================================================================================
[2021-08-25 13:02:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:02:22] [INFO] : ======================================================================================
[2021-08-25 13:02:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA12345", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:02:22", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:02:23] [INFO] : ======================================================================================
[2021-08-25 13:02:23] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/view/6135.action
None
{}

[2021-08-25 13:02:24] [INFO] : ======================================================================================
[2021-08-25 13:02:24] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:02:25] [INFO] : ======================================================================================
[2021-08-25 13:02:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:02:25] [INFO] : ======================================================================================
[2021-08-25 13:02:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:02:25] [INFO] : ======================================================================================
[2021-08-25 13:02:25] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:02:25] [INFO] : ======================================================================================
[2021-08-25 13:02:25] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:02:25] [INFO] : ======================================================================================
[2021-08-25 13:02:25] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:02:26] [INFO] : ======================================================================================
[2021-08-25 13:02:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:02:26] [INFO] : ======================================================================================
[2021-08-25 13:02:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:02:26] [INFO] : ======================================================================================
[2021-08-25 13:02:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:02:27] [INFO] : ======================================================================================
[2021-08-25 13:02:27] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:02:27] [INFO] : ======================================================================================
[2021-08-25 13:02:27] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:02:27] [INFO] : ======================================================================================
[2021-08-25 13:02:27] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA72784", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:02:27", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA72784", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:02:28] [INFO] : ======================================================================================
[2021-08-25 13:02:28] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900072'}
{}

[2021-08-25 13:02:28] [INFO] : ======================================================================================
[2021-08-25 13:02:28] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6136.action
None
{}

[2021-08-25 13:02:30] [INFO] : ======================================================================================
[2021-08-25 13:02:30] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:02:30] [INFO] : ======================================================================================
[2021-08-25 13:02:30] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:02:30] [INFO] : ======================================================================================
[2021-08-25 13:02:30] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6136, 'goodsId': '6150', 'number': '202108250900072', 'modified': '2021-08-25 13:02:30', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A72784', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:02:28', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:02:27', 'tareWeightDate': '2021-08-25 13:02:27', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:02:31] [INFO] : ======================================================================================
[2021-08-25 13:02:31] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6136&goodsId=6150&number=202108250900072&modified=2021-08-25%2013%3A02%3A28&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA72784&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A02%3A28&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A02%3A27&tareWeightDate=2021-08-25%2013%3A02%3A27&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E6%B2%88%E9%98%B3%E9%99%88%E5%BF%97%E4%BC%9F&inGreeterId=76&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:02:35] [INFO] : ======================================================================================
[2021-08-25 13:02:35] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'cname', 'attrValue': '******'}
{}

[2021-08-25 13:02:41] [INFO] : ======================================================================================
[2021-08-25 13:02:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:02:41] [INFO] : ======================================================================================
[2021-08-25 13:02:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:02:41] [INFO] : ======================================================================================
[2021-08-25 13:02:41] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u5723\u5973\u679c"}
{}

[2021-08-25 13:02:41] [INFO] : ======================================================================================
[2021-08-25 13:02:41] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:02:42] [INFO] : ======================================================================================
[2021-08-25 13:02:42] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:02:42] [INFO] : ======================================================================================
[2021-08-25 13:02:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:02:42] [INFO] : ======================================================================================
[2021-08-25 13:02:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:02:42] [INFO] : ======================================================================================
[2021-08-25 13:02:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:02:43] [INFO] : ======================================================================================
[2021-08-25 13:02:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:02:43] [INFO] : ======================================================================================
[2021-08-25 13:02:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:02:43] [INFO] : ======================================================================================
[2021-08-25 13:02:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA12345", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 280, "productName": "\u666e\u901a\u5723\u5973\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:02:43", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 280, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:02:44] [INFO] : ======================================================================================
[2021-08-25 13:02:44] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'goods', 'attrValue': '圣女果'}
{}

[2021-08-25 13:02:45] [INFO] : ======================================================================================
[2021-08-25 13:02:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:02:45] [INFO] : ======================================================================================
[2021-08-25 13:02:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:02:45] [INFO] : ======================================================================================
[2021-08-25 13:02:45] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:02:45] [INFO] : ======================================================================================
[2021-08-25 13:02:45] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:02:45] [INFO] : ======================================================================================
[2021-08-25 13:02:45] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:02:46] [INFO] : ======================================================================================
[2021-08-25 13:02:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:02:46] [INFO] : ======================================================================================
[2021-08-25 13:02:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:02:46] [INFO] : ======================================================================================
[2021-08-25 13:02:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:02:47] [INFO] : ======================================================================================
[2021-08-25 13:02:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:02:47] [INFO] : ======================================================================================
[2021-08-25 13:02:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:02:47] [INFO] : ======================================================================================
[2021-08-25 13:02:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA85068", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:02:47", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA85068", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:02:48] [INFO] : ======================================================================================
[2021-08-25 13:02:48] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900074'}
{}

[2021-08-25 13:02:48] [INFO] : ======================================================================================
[2021-08-25 13:02:48] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6138.action
None
{}

[2021-08-25 13:02:50] [INFO] : ======================================================================================
[2021-08-25 13:02:50] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:02:50] [INFO] : ======================================================================================
[2021-08-25 13:02:50] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:02:50] [INFO] : ======================================================================================
[2021-08-25 13:02:50] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6138, 'goodsId': '6152', 'number': '202108250900074', 'modified': '2021-08-25 13:02:50', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A85068', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:02:47', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:02:47', 'tareWeightDate': '2021-08-25 13:02:47', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:02:51] [INFO] : ======================================================================================
[2021-08-25 13:02:51] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6138&goodsId=6152&number=202108250900074&modified=2021-08-25%2013%3A02%3A47&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA85068&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A02%3A47&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A02%3A47&tareWeightDate=2021-08-25%2013%3A02%3A47&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E6%B2%88%E9%98%B3%E9%99%88%E5%BF%97%E4%BC%9F&inGreeterId=76&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:02:55] [INFO] : ======================================================================================
[2021-08-25 13:02:55] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'ic', 'attrValue': '888810033081'}
{}

[2021-08-25 13:02:58] [INFO] : ======================================================================================
[2021-08-25 13:02:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:02:59] [INFO] : ======================================================================================
[2021-08-25 13:02:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:02:59] [INFO] : ======================================================================================
[2021-08-25 13:02:59] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:02:59] [INFO] : ======================================================================================
[2021-08-25 13:02:59] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:02:59] [INFO] : ======================================================================================
[2021-08-25 13:02:59] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:02:59] [INFO] : ======================================================================================
[2021-08-25 13:02:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:03:00] [INFO] : ======================================================================================
[2021-08-25 13:03:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:03:00] [INFO] : ======================================================================================
[2021-08-25 13:03:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:03:00] [INFO] : ======================================================================================
[2021-08-25 13:03:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:03:01] [INFO] : ======================================================================================
[2021-08-25 13:03:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:03:01] [INFO] : ======================================================================================
[2021-08-25 13:03:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA62671", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:03:01", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA62671", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:03:02] [INFO] : ======================================================================================
[2021-08-25 13:03:02] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900075'}
{}

[2021-08-25 13:03:02] [INFO] : ======================================================================================
[2021-08-25 13:03:02] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:03:02] [INFO] : ======================================================================================
[2021-08-25 13:03:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:03:03] [INFO] : ======================================================================================
[2021-08-25 13:03:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:03:03] [INFO] : ======================================================================================
[2021-08-25 13:03:03] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:03:03] [INFO] : ======================================================================================
[2021-08-25 13:03:03] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:03:03] [INFO] : ======================================================================================
[2021-08-25 13:03:03] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:03:03] [INFO] : ======================================================================================
[2021-08-25 13:03:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:03:04] [INFO] : ======================================================================================
[2021-08-25 13:03:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:03:04] [INFO] : ======================================================================================
[2021-08-25 13:03:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:03:04] [INFO] : ======================================================================================
[2021-08-25 13:03:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:03:05] [INFO] : ======================================================================================
[2021-08-25 13:03:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:03:05] [INFO] : ======================================================================================
[2021-08-25 13:03:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA86957", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:03:05", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA86957", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:03:06] [INFO] : ======================================================================================
[2021-08-25 13:03:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900076'}
{}

[2021-08-25 13:03:06] [INFO] : ======================================================================================
[2021-08-25 13:03:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6140.action
None
{}

[2021-08-25 13:03:07] [INFO] : ======================================================================================
[2021-08-25 13:03:07] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:03:08] [INFO] : ======================================================================================
[2021-08-25 13:03:08] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:03:08] [INFO] : ======================================================================================
[2021-08-25 13:03:08] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6140, 'goodsId': '6154', 'number': '202108250900076', 'modified': '2021-08-25 13:03:08', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A86957', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:03:05', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:03:05', 'tareWeightDate': '2021-08-25 13:03:05', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:03:08] [INFO] : ======================================================================================
[2021-08-25 13:03:08] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6140&goodsId=6154&number=202108250900076&modified=2021-08-25%2013%3A03%3A05&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA86957&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A03%3A05&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A03%3A05&tareWeightDate=2021-08-25%2013%3A03%3A05&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E6%B2%88%E9%98%B3%E9%99%88%E5%BF%97%E4%BC%9F&inGreeterId=76&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:03:13] [INFO] : ======================================================================================
[2021-08-25 13:03:13] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'phone', 'attrValue': '19010001000'}
{}

[2021-08-25 13:03:19] [INFO] : ======================================================================================
[2021-08-25 13:03:19] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:03:19] [INFO] : ======================================================================================
[2021-08-25 13:03:19] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:03:19] [INFO] : ======================================================================================
[2021-08-25 13:03:19] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:03:19] [INFO] : ======================================================================================
[2021-08-25 13:03:19] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:03:20] [INFO] : ======================================================================================
[2021-08-25 13:03:20] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:03:20] [INFO] : ======================================================================================
[2021-08-25 13:03:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:03:20] [INFO] : ======================================================================================
[2021-08-25 13:03:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:03:20] [INFO] : ======================================================================================
[2021-08-25 13:03:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:03:21] [INFO] : ======================================================================================
[2021-08-25 13:03:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:03:21] [INFO] : ======================================================================================
[2021-08-25 13:03:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:03:21] [INFO] : ======================================================================================
[2021-08-25 13:03:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA87133", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:03:21", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA87133", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:03:22] [INFO] : ======================================================================================
[2021-08-25 13:03:22] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'likePlate', 'attrValue': '川A87133'}
{}

[2021-08-25 13:03:22] [INFO] : ======================================================================================
[2021-08-25 13:03:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:03:23] [INFO] : ======================================================================================
[2021-08-25 13:03:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:03:23] [INFO] : ======================================================================================
[2021-08-25 13:03:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:03:23] [INFO] : ======================================================================================
[2021-08-25 13:03:23] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:03:23] [INFO] : ======================================================================================
[2021-08-25 13:03:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:03:23] [INFO] : ======================================================================================
[2021-08-25 13:03:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:03:24] [INFO] : ======================================================================================
[2021-08-25 13:03:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:03:24] [INFO] : ======================================================================================
[2021-08-25 13:03:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:03:24] [INFO] : ======================================================================================
[2021-08-25 13:03:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:03:25] [INFO] : ======================================================================================
[2021-08-25 13:03:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:03:25] [INFO] : ======================================================================================
[2021-08-25 13:03:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA17651", "inGreeterId": 274, "inGreeterName": "\u901a\u7528\u6d4b\u8bd5", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:03:25", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA17651", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:03:26] [INFO] : ======================================================================================
[2021-08-25 13:03:26] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900078'}
{}

[2021-08-25 13:03:26] [INFO] : ======================================================================================
[2021-08-25 13:03:26] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6142.action
None
{}

[2021-08-25 13:03:27] [INFO] : ======================================================================================
[2021-08-25 13:03:27] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426
None
{}

[2021-08-25 13:03:28] [INFO] : ======================================================================================
[2021-08-25 13:03:28] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:03:28] [INFO] : ======================================================================================
[2021-08-25 13:03:28] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6142, 'goodsId': '6156', 'number': '202108250900078', 'modified': '2021-08-25 13:03:28', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A17651', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:03:25', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:03:25', 'tareWeightDate': '2021-08-25 13:03:25', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '通用测试', 'inGreeterId': '274', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:03:28] [INFO] : ======================================================================================
[2021-08-25 13:03:28] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6142&goodsId=6156&number=202108250900078&modified=2021-08-25%2013%3A03%3A25&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=107575&ic=888810032426&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA17651&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A03%3A25&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A03%3A25&tareWeightDate=2021-08-25%2013%3A03%3A25&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107575&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:03:33] [INFO] : ======================================================================================
[2021-08-25 13:03:33] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'pay', 'attrValue': '沈阳长歌'}
{}

[2021-08-25 13:03:42] [INFO] : ======================================================================================
[2021-08-25 13:03:42] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'carTypeForJmsfProvider'}
{}

[2021-08-25 13:03:42] [INFO] : ======================================================================================
[2021-08-25 13:03:42] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'categoryProvider'}
{}

[2021-08-25 13:03:42] [INFO] : ======================================================================================
[2021-08-25 13:03:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:03:43] [INFO] : ======================================================================================
[2021-08-25 13:03:43] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'entranceFeeBillTypeProvider'}
{}

[2021-08-25 13:03:43] [INFO] : ======================================================================================
[2021-08-25 13:03:43] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'entranceFeeBillStateProvider'}
{}

[2021-08-25 13:03:43] [INFO] : ======================================================================================
[2021-08-25 13:03:43] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'tradeTypeProvider'}
{}

[2021-08-25 13:03:43] [INFO] : ======================================================================================
[2021-08-25 13:03:43] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'type': '1'}
{}

[2021-08-25 13:04:10] [INFO] : ======================================================================================
[2021-08-25 13:04:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:04:10] [INFO] : ======================================================================================
[2021-08-25 13:04:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:04:11] [INFO] : ======================================================================================
[2021-08-25 13:04:11] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:04:11] [INFO] : ======================================================================================
[2021-08-25 13:04:11] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:04:11] [INFO] : ======================================================================================
[2021-08-25 13:04:11] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:04:11] [INFO] : ======================================================================================
[2021-08-25 13:04:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:04:12] [INFO] : ======================================================================================
[2021-08-25 13:04:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:04:12] [INFO] : ======================================================================================
[2021-08-25 13:04:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:04:12] [INFO] : ======================================================================================
[2021-08-25 13:04:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:04:13] [INFO] : ======================================================================================
[2021-08-25 13:04:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:04:13] [INFO] : ======================================================================================
[2021-08-25 13:04:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "001", "carTypeId": 51, "carTypeName": "\u5c0f\u8f7f\u8f66", "carTypeWeight": 0, "plate": "\u5dddA12345", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 99, "grossWeightDate": "2021-08-25 13:04:13", "newWeight": 99, "tareWeight": 0, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:04:13] [INFO] : ======================================================================================
[2021-08-25 13:04:13] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'carTypeId': 51}
{}

[2021-08-25 13:04:15] [INFO] : ======================================================================================
[2021-08-25 13:04:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:04:15] [INFO] : ======================================================================================
[2021-08-25 13:04:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:04:16] [INFO] : ======================================================================================
[2021-08-25 13:04:16] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:04:16] [INFO] : ======================================================================================
[2021-08-25 13:04:16] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:04:16] [INFO] : ======================================================================================
[2021-08-25 13:04:16] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:04:16] [INFO] : ======================================================================================
[2021-08-25 13:04:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:04:17] [INFO] : ======================================================================================
[2021-08-25 13:04:17] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:04:17] [INFO] : ======================================================================================
[2021-08-25 13:04:17] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:04:17] [INFO] : ======================================================================================
[2021-08-25 13:04:17] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:04:18] [INFO] : ======================================================================================
[2021-08-25 13:04:18] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:04:18] [INFO] : ======================================================================================
[2021-08-25 13:04:18] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA74333", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:04:18", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA74333", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:04:19] [INFO] : ======================================================================================
[2021-08-25 13:04:19] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900080'}
{}

[2021-08-25 13:04:19] [INFO] : ======================================================================================
[2021-08-25 13:04:19] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6144.action
None
{}

[2021-08-25 13:04:20] [INFO] : ======================================================================================
[2021-08-25 13:04:20] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:04:21] [INFO] : ======================================================================================
[2021-08-25 13:04:21] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:04:21] [INFO] : ======================================================================================
[2021-08-25 13:04:21] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6144, 'goodsId': '6158', 'number': '202108250900080', 'modified': '2021-08-25 13:04:21', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A74333', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:04:18', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:04:18', 'tareWeightDate': '2021-08-25 13:04:18', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:04:22] [INFO] : ======================================================================================
[2021-08-25 13:04:22] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6144&goodsId=6158&number=202108250900080&modified=2021-08-25%2013%3A04%3A18&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA74333&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A04%3A18&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A04%3A18&tareWeightDate=2021-08-25%2013%3A04%3A18&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E6%B2%88%E9%98%B3%E9%99%88%E5%BF%97%E4%BC%9F&inGreeterId=76&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:04:26] [INFO] : ======================================================================================
[2021-08-25 13:04:26] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900080'}
{}

[2021-08-25 13:04:26] [INFO] : ======================================================================================
[2021-08-25 13:04:26] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'startTime': '2021-08-25 13:04:18', 'endTime': '2021-08-25 13:04:18'}
{}

[2021-08-25 13:04:27] [INFO] : ======================================================================================
[2021-08-25 13:04:27] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:04:27] [INFO] : ======================================================================================
[2021-08-25 13:04:27] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:04:27] [INFO] : ======================================================================================
[2021-08-25 13:04:27] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:04:27] [INFO] : ======================================================================================
[2021-08-25 13:04:27] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:04:28] [INFO] : ======================================================================================
[2021-08-25 13:04:28] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:04:28] [INFO] : ======================================================================================
[2021-08-25 13:04:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:04:28] [INFO] : ======================================================================================
[2021-08-25 13:04:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:04:28] [INFO] : ======================================================================================
[2021-08-25 13:04:28] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:04:29] [INFO] : ======================================================================================
[2021-08-25 13:04:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:04:29] [INFO] : ======================================================================================
[2021-08-25 13:04:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:04:29] [INFO] : ======================================================================================
[2021-08-25 13:04:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA12345", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:04:29", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 113, "depName": "\u7cbe\u54c1\u9ec4\u697c", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:04:30] [INFO] : ======================================================================================
[2021-08-25 13:04:30] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'dep': 113}
{}

[2021-08-25 13:04:31] [INFO] : ======================================================================================
[2021-08-25 13:04:31] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:04:31] [INFO] : ======================================================================================
[2021-08-25 13:04:31] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:04:32] [INFO] : ======================================================================================
[2021-08-25 13:04:32] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:04:32] [INFO] : ======================================================================================
[2021-08-25 13:04:32] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:04:32] [INFO] : ======================================================================================
[2021-08-25 13:04:32] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:04:32] [INFO] : ======================================================================================
[2021-08-25 13:04:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:04:33] [INFO] : ======================================================================================
[2021-08-25 13:04:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:04:33] [INFO] : ======================================================================================
[2021-08-25 13:04:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:04:33] [INFO] : ======================================================================================
[2021-08-25 13:04:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:04:34] [INFO] : ======================================================================================
[2021-08-25 13:04:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:04:34] [INFO] : ======================================================================================
[2021-08-25 13:04:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA86470", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:04:34", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA86470", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:04:35] [INFO] : ======================================================================================
[2021-08-25 13:04:35] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900082'}
{}

[2021-08-25 13:04:35] [INFO] : ======================================================================================
[2021-08-25 13:04:35] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6146.action
None
{}

[2021-08-25 13:04:36] [INFO] : ======================================================================================
[2021-08-25 13:04:36] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
None
{}

[2021-08-25 13:04:37] [INFO] : ======================================================================================
[2021-08-25 13:04:37] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:04:37] [INFO] : ======================================================================================
[2021-08-25 13:04:37] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6146, 'goodsId': '6160', 'number': '202108250900082', 'modified': '2021-08-25 13:04:37', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A86470', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:04:34', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:04:34', 'tareWeightDate': '2021-08-25 13:04:34', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:04:37] [INFO] : ======================================================================================
[2021-08-25 13:04:37] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6146&goodsId=6160&number=202108250900082&modified=2021-08-25%2013%3A04%3A34&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA86470&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A04%3A34&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A04%3A34&tareWeightDate=2021-08-25%2013%3A04%3A34&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E6%B2%88%E9%98%B3%E9%99%88%E5%BF%97%E4%BC%9F&inGreeterId=76&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:04:42] [INFO] : ======================================================================================
[2021-08-25 13:04:42] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900082'}
{}

[2021-08-25 13:04:42] [INFO] : ======================================================================================
[2021-08-25 13:04:42] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'startPayTime': '2021-08-25 13:04:40', 'endPayTime': '2021-08-25 13:04:40'}
{}

[2021-08-25 13:04:42] [INFO] : ======================================================================================
[2021-08-25 13:04:42] [INFO] : http://test.jmsf.diligrp.com:8385/category/search.action?name=蔬菜
None
{'params': {'name': '蔬菜', 'keyword': '蔬菜'}}

[2021-08-25 13:04:42] [INFO] : ======================================================================================
[2021-08-25 13:04:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:04:42] [INFO] : ======================================================================================
[2021-08-25 13:04:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:04:43] [INFO] : ======================================================================================
[2021-08-25 13:04:43] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:04:43] [INFO] : ======================================================================================
[2021-08-25 13:04:43] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:04:43] [INFO] : ======================================================================================
[2021-08-25 13:04:43] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:04:43] [INFO] : ======================================================================================
[2021-08-25 13:04:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:04:44] [INFO] : ======================================================================================
[2021-08-25 13:04:44] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:04:44] [INFO] : ======================================================================================
[2021-08-25 13:04:44] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:04:44] [INFO] : ======================================================================================
[2021-08-25 13:04:44] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:04:45] [INFO] : ======================================================================================
[2021-08-25 13:04:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:04:45] [INFO] : ======================================================================================
[2021-08-25 13:04:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA12345", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:04:45", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:04:46] [INFO] : ======================================================================================
[2021-08-25 13:04:46] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'productName': '蔬菜', 'productId': 1}
{}

[2021-08-25 13:04:51] [INFO] : ======================================================================================
[2021-08-25 13:04:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:04:51] [INFO] : ======================================================================================
[2021-08-25 13:04:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:04:51] [INFO] : ======================================================================================
[2021-08-25 13:04:51] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:04:51] [INFO] : ======================================================================================
[2021-08-25 13:04:51] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:04:52] [INFO] : ======================================================================================
[2021-08-25 13:04:52] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:04:52] [INFO] : ======================================================================================
[2021-08-25 13:04:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:04:52] [INFO] : ======================================================================================
[2021-08-25 13:04:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:04:52] [INFO] : ======================================================================================
[2021-08-25 13:04:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:04:53] [INFO] : ======================================================================================
[2021-08-25 13:04:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:04:53] [INFO] : ======================================================================================
[2021-08-25 13:04:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:04:53] [INFO] : ======================================================================================
[2021-08-25 13:04:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA13722", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:04:53", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA13722", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:04:54] [INFO] : ======================================================================================
[2021-08-25 13:04:54] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900084'}
{}

[2021-08-25 13:04:54] [INFO] : ======================================================================================
[2021-08-25 13:04:54] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/6148.action
None
{}

[2021-08-25 13:04:56] [INFO] : ======================================================================================
[2021-08-25 13:04:56] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426
None
{}

[2021-08-25 13:04:56] [INFO] : ======================================================================================
[2021-08-25 13:04:56] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:04:56] [INFO] : ======================================================================================
[2021-08-25 13:04:56] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6148, 'goodsId': '6162', 'number': '202108250900084', 'modified': '2021-08-25 13:04:56', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A13722', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:04:54', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:04:53', 'tareWeightDate': '2021-08-25 13:04:53', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:04:57] [INFO] : ======================================================================================
[2021-08-25 13:04:57] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=6148&goodsId=6162&number=202108250900084&modified=2021-08-25%2013%3A04%3A54&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=107575&ic=888810032426&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA13722&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=A1%E5%8C%BA&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&parentId=500100&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A04%3A54&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A04%3A53&tareWeightDate=2021-08-25%2013%3A04%3A53&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E6%B2%88%E9%98%B3%E9%99%88%E5%BF%97%E4%BC%9F&inGreeterId=76&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107575&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:05:04] [INFO] : ======================================================================================
[2021-08-25 13:05:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900084'}
{}

[2021-08-25 13:05:05] [INFO] : ======================================================================================
[2021-08-25 13:05:05] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/refund/6148.action
None
{}

[2021-08-25 13:05:06] [INFO] : ======================================================================================
[2021-08-25 13:05:06] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:05:06] [INFO] : ======================================================================================
[2021-08-25 13:05:06] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'refund', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6148, 'goodsId': '6162', 'number': '202108250900084', 'modified': '2021-08-25 13:04:57', 'status': '4', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A13722', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:04:54', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:04:53', 'tareWeightDate': '2021-08-25 13:04:53', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
{}

[2021-08-25 13:05:07] [INFO] : ======================================================================================
[2021-08-25 13:05:07] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doUndo.action
protocolId=&pwd=&clientRedirectTag=&viewType=refund&optType=0&optUrl=&correctInfo=1&weightType=1&id=6148&goodsId=6162&number=202108250900084&modified=2021-08-25%2013%3A04%3A57&status=4&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=107575&accountId=107575&ic=888810032426&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA13722&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&dep=58&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=2182&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A04%3A54&remark=&goodsTagIds=663&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-25%2013%3A04%3A53&tareWeightDate=2021-08-25%2013%3A04%3A53&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A1%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:05:09] [INFO] : ======================================================================================
[2021-08-25 13:05:09] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'startRefundTime': datetime.datetime(2021, 8, 25, 13, 5, 8), 'endRefundTime': datetime.datetime(2021, 8, 25, 13, 5, 8)}
{}

[2021-08-25 13:05:10] [INFO] : ======================================================================================
[2021-08-25 13:05:10] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'authDepartmentProvider'}
{}

[2021-08-25 13:05:10] [INFO] : ======================================================================================
[2021-08-25 13:05:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:05:10] [INFO] : ======================================================================================
[2021-08-25 13:05:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:05:10] [INFO] : ======================================================================================
[2021-08-25 13:05:10] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:05:10] [INFO] : ======================================================================================
[2021-08-25 13:05:10] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:05:11] [INFO] : ======================================================================================
[2021-08-25 13:05:11] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:05:11] [INFO] : ======================================================================================
[2021-08-25 13:05:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:05:11] [INFO] : ======================================================================================
[2021-08-25 13:05:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:05:11] [INFO] : ======================================================================================
[2021-08-25 13:05:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:05:12] [INFO] : ======================================================================================
[2021-08-25 13:05:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:05:12] [INFO] : ======================================================================================
[2021-08-25 13:05:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:05:12] [INFO] : ======================================================================================
[2021-08-25 13:05:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA12345", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:05:12", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:05:13] [INFO] : ======================================================================================
[2021-08-25 13:05:13] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'attrValue': '202108250900086'}
{}

[2021-08-25 13:05:13] [INFO] : ======================================================================================
[2021-08-25 13:05:13] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/update/6150.action
None
{}

[2021-08-25 13:05:15] [INFO] : ======================================================================================
[2021-08-25 13:05:15] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
None
{}

[2021-08-25 13:05:15] [INFO] : ======================================================================================
[2021-08-25 13:05:15] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'update', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 6150, 'goodsId': '6164', 'number': '202108250900086', 'modified': '2021-08-25 13:05:15', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A12345', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'regionName': '', 'regionId': '0', 'productName': '蔬菜', 'productId': '1', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-25 13:05:13', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-25 13:05:12', 'tareWeightDate': '2021-08-25 13:05:12', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '沈阳陈志伟', 'inGreeterId': '76', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
{}

[2021-08-25 13:05:15] [INFO] : ======================================================================================
[2021-08-25 13:05:15] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doUpdate.action
protocolId=&pwd=111111&clientRedirectTag=&viewType=update&optType=0&optUrl=&correctInfo=1&weightType=1&id=6150&goodsId=6164&number=202108250900086&modified=2021-08-25%2013%3A05%3A13&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA12345&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&dep=58&regionId=72&productName=%E8%94%AC%E8%8F%9C&productId=1&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=70&chargeTotalAmount=4800&chargeTotalAmountYuan=48&freezeMoneySymbol=53&comparisonFreezeAmount=53&created=2021-08-25%2013%3A05%3A13&remark=%E5%A4%87%E6%B3%A8&goodsTagIds=663&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&receivableAmount=5300&categoryName=%E8%94%AC%E8%8F%9C&categoryId=1&driverTel=&grossWeightDate=2021-08-25%2013%3A05%3A12&tareWeightDate=2021-08-25%2013%3A05%3A12&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&regionName=A1%E5%8C%BA&parentId=500100&calcDepId=58&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
{}

[2021-08-25 13:05:16] [INFO] : ======================================================================================
[2021-08-25 13:05:16] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/view/6150.action
None
{}

[2021-08-25 13:05:17] [INFO] : ======================================================================================
[2021-08-25 13:05:17] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'dep': [58], 'regionId': '72'}
{}

[2021-08-25 13:05:33] [INFO] : ======================================================================================
[2021-08-25 13:05:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:05:33] [INFO] : ======================================================================================
[2021-08-25 13:05:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:05:33] [INFO] : ======================================================================================
[2021-08-25 13:05:33] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:05:33] [INFO] : ======================================================================================
[2021-08-25 13:05:33] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:05:34] [INFO] : ======================================================================================
[2021-08-25 13:05:34] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:05:34] [INFO] : ======================================================================================
[2021-08-25 13:05:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:05:34] [INFO] : ======================================================================================
[2021-08-25 13:05:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:05:34] [INFO] : ======================================================================================
[2021-08-25 13:05:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:05:35] [INFO] : ======================================================================================
[2021-08-25 13:05:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:05:35] [INFO] : ======================================================================================
[2021-08-25 13:05:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:05:35] [INFO] : ======================================================================================
[2021-08-25 13:05:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "001", "carTypeId": 51, "carTypeName": "\u5c0f\u8f7f\u8f66", "carTypeWeight": 0, "plate": "\u5dddA12345", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 99, "grossWeightDate": "2021-08-25 13:05:35", "newWeight": 99, "tareWeight": 0, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:05:36] [INFO] : ======================================================================================
[2021-08-25 13:05:36] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'status': '4'}
{}

[2021-08-25 13:05:45] [INFO] : ======================================================================================
[2021-08-25 13:05:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:05:45] [INFO] : ======================================================================================
[2021-08-25 13:05:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:05:45] [INFO] : ======================================================================================
[2021-08-25 13:05:45] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:05:46] [INFO] : ======================================================================================
[2021-08-25 13:05:46] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:05:46] [INFO] : ======================================================================================
[2021-08-25 13:05:46] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:05:46] [INFO] : ======================================================================================
[2021-08-25 13:05:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:05:46] [INFO] : ======================================================================================
[2021-08-25 13:05:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:05:47] [INFO] : ======================================================================================
[2021-08-25 13:05:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:05:47] [INFO] : ======================================================================================
[2021-08-25 13:05:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:05:47] [INFO] : ======================================================================================
[2021-08-25 13:05:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:05:48] [INFO] : ======================================================================================
[2021-08-25 13:05:48] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA12345", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:05:48", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:05:48] [INFO] : ======================================================================================
[2021-08-25 13:05:48] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'tradeTypeId': 70}
{}

[2021-08-25 13:06:03] [INFO] : ======================================================================================
[2021-08-25 13:06:03] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
{'provider': 'categoryProvider'}
{}

[2021-08-25 13:06:03] [INFO] : ======================================================================================
[2021-08-25 13:06:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC
None
{}

[2021-08-25 13:06:03] [INFO] : ======================================================================================
[2021-08-25 13:06:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:06:03] [INFO] : ======================================================================================
[2021-08-25 13:06:03] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
{}

[2021-08-25 13:06:03] [INFO] : ======================================================================================
[2021-08-25 13:06:03] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": null, "keyword": ""}
{}

[2021-08-25 13:06:04] [INFO] : ======================================================================================
[2021-08-25 13:06:04] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:06:04] [INFO] : ======================================================================================
[2021-08-25 13:06:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:06:04] [INFO] : ======================================================================================
[2021-08-25 13:06:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:06:04] [INFO] : ======================================================================================
[2021-08-25 13:06:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:06:05] [INFO] : ======================================================================================
[2021-08-25 13:06:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:06:05] [INFO] : ======================================================================================
[2021-08-25 13:06:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:06:05] [INFO] : ======================================================================================
[2021-08-25 13:06:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA12345", "inGreeterId": 76, "inGreeterName": "\u6c88\u9633\u9648\u5fd7\u4f1f", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-25 13:06:05", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12345", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:06:06] [INFO] : ======================================================================================
[2021-08-25 13:06:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
{'rows': '10', 'page': '1', 'sort': 'et.created', 'order': 'desc', 'metadata[created]': '{"provider": "datetimeProvider", "index": 10, "field": "created"}', 'metadata[totalPrice]': '{"provider": "moneyProvider", "index": 20, "field": "totalPrice"}', 'metadata[paymentTime]': '{"provider": "datetimeProvider", "index": 30, "field": "paymentTime"}', 'metadata[type]': '{"provider": "entranceFeeBillTypeProvider", "index": 40, "field": "type"}', 'metadata[status]': '{"provider": "entranceFeeBillStateProvider", "index": 50, "field": "status"}', 'attr': 'number', 'categoryId': ['1616']}
{}

[2021-08-25 13:06:17] [INFO] : ======================================================================================
[2021-08-25 13:06:17] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:06:17] [INFO] : ======================================================================================
[2021-08-25 13:06:17] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:06:18] [INFO] : ======================================================================================
[2021-08-25 13:06:18] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": 58, "keyword": ""}
{}

[2021-08-25 13:06:18] [INFO] : ======================================================================================
[2021-08-25 13:06:18] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:06:18] [INFO] : ======================================================================================
[2021-08-25 13:06:18] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:06:18] [INFO] : ======================================================================================
[2021-08-25 13:06:18] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:06:19] [INFO] : ======================================================================================
[2021-08-25 13:06:19] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:06:19] [INFO] : ======================================================================================
[2021-08-25 13:06:19] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:06:19] [INFO] : ======================================================================================
[2021-08-25 13:06:19] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:06:20] [INFO] : ======================================================================================
[2021-08-25 13:06:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/sparePartsWeighSave
{"driverTel": "", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "itemWeight": 11, "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "qty": 33, "weighRemark": null, "weight": 220, "weighmanRecord": {"grossWeight": null, "grossWeightDate": null, "newWeight": null, "tareWeight": null, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "plate": "\u5dddA99133", "carTypeId": 53, "carTypeCode": "003", "carTypeName": "\u677f\u8f66", "pathAddress": "A4-BB-6D-0A-F4-13", "entryPlateInputType": 1, "feeDepId": 0, "feeDepName": null, "dep": 58, "depName": "\u6c34\u679c\u90e8", "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "type": 2, "tradeTypeId": 70, "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "goodsTagId": 663, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "trailerNumber": "\u5dddA99133", "cateId": 1, "productState": "1"}
{}

[2021-08-25 13:06:20] [INFO] : ======================================================================================
[2021-08-25 13:06:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "\u56db\u5ddd\u7701", "city": null, "area": null}
{}

[2021-08-25 13:06:21] [INFO] : ======================================================================================
[2021-08-25 13:06:21] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": ""}
{}

[2021-08-25 13:06:21] [INFO] : ======================================================================================
[2021-08-25 13:06:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:06:21] [INFO] : ======================================================================================
[2021-08-25 13:06:21] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": 56, "keyword": ""}
{}

[2021-08-25 13:06:22] [INFO] : ======================================================================================
[2021-08-25 13:06:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:06:22] [INFO] : ======================================================================================
[2021-08-25 13:06:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:06:22] [INFO] : ======================================================================================
[2021-08-25 13:06:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:06:22] [INFO] : ======================================================================================
[2021-08-25 13:06:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "\u56db\u5ddd\u7701", "city": "\u6210\u90fd\u5e02", "area": "\u9526\u6c5f\u533a"}
{}

[2021-08-25 13:06:23] [INFO] : ======================================================================================
[2021-08-25 13:06:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u706b\u9f99\u679c"}
{}

[2021-08-25 13:06:23] [INFO] : ======================================================================================
[2021-08-25 13:06:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': '水果部'}}

[2021-08-25 13:06:23] [INFO] : ======================================================================================
[2021-08-25 13:06:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
{"marketId": 9, "pageNum": 100, "pageSize": 100}
{}

[2021-08-25 13:06:23] [INFO] : ======================================================================================
[2021-08-25 13:06:23] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": "58", "keyword": "\u6d4b\u8bd5"}
{}

[2021-08-25 13:06:24] [INFO] : ======================================================================================
[2021-08-25 13:06:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:06:24] [INFO] : ======================================================================================
[2021-08-25 13:06:24] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:06:24] [INFO] : ======================================================================================
[2021-08-25 13:06:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
{"businessCode": "jmsf"}
{}

[2021-08-25 13:06:24] [INFO] : ======================================================================================
[2021-08-25 13:06:24] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
{}

[2021-08-25 13:06:24] [INFO] : ======================================================================================
[2021-08-25 13:06:24] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
{"firmCode": "sy", "departmentId": 58, "keyword": ""}
{}

[2021-08-25 13:06:25] [INFO] : ======================================================================================
[2021-08-25 13:06:25] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
{"pageNum": 100, "pageSize": 100, "marketId": 9}
{}

[2021-08-25 13:06:25] [INFO] : ======================================================================================
[2021-08-25 13:06:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'goods_tag'}}

[2021-08-25 13:06:25] [INFO] : ======================================================================================
[2021-08-25 13:06:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
{"province": "C", "city": null, "area": null}
{}

[2021-08-25 13:06:25] [INFO] : ======================================================================================
[2021-08-25 13:06:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
None
{'params': {'keyword': ''}}

[2021-08-25 13:06:26] [INFO] : ======================================================================================
[2021-08-25 13:06:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
None
{'params': {'pid': 'prove_type'}}

[2021-08-25 13:06:26] [INFO] : ======================================================================================
[2021-08-25 13:06:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
None
{}

[2021-08-25 13:06:26] [INFO] : ======================================================================================
[2021-08-25 13:06:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA12323", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 334, "grossWeightDate": "2021-08-25 13:06:26", "newWeight": 1, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA12323", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 1, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
{}

[2021-08-25 13:06:27] [INFO] : 发送邮件
[2021-08-25 13:06:41] [INFO] : 邮件发送完毕