Commit 2f1791759e85780c74f60315aeeae289c2e8faef

Authored by liujiqiang
1 parent 971a5d15

哈尔滨市场测试用例更新

commons/api/entranceFeeBillList/operationDoUpdate.py
... ... @@ -144,6 +144,27 @@ def do_doUpdate(host="",autocompletecartype=None,fee_str="",**kwargs):
144 144 url = host + "/entranceFeeBill/doUpdate.action"
145 145 headers = dct.urlCode()
146 146  
  147 + # data = {"protocolId": "", "pwd": "", "clientRedirectTag": "", "viewType": "update", "optType": "0", "optUrl": "",
  148 + # "correctInfo": "1", "weightType": "1", "id": "3968", "goodsId": "3982", "number": "202108110900122",
  149 + # "modified": "2021-08-11+17:32:50", "status": "3", "source": "1", "updateFeeItems": "",
  150 + # "correctDiscount": "1", "totalAmount": "800", "customerId": "389", "fundAccount": "105847",
  151 + # "accountId": "105847", "ic": "888810032426", "customerName": "长歌买家省内啊啊啊嘿", "customerPhone": "18011501258",
  152 + # "payway": "刷卡", "plate": "川B00001", "autocomplete-cartype": "003(板车)", "carTypeName": "板车",
  153 + # "carTypeCode": "003", "carTypeId": "53", "carTypeWeight": "333", "storeTareWeight": "", "proveType": "1621",
  154 + # "grossWeight": "353", "tareWeight": "333", "weight": "20", "goodsNum": "", "itemWeight": "",
  155 + # "productPrice": "1.00000", "unitPrice": "100.0", "depName": "水果部", "dep": "58", "regionId": "72",
  156 + # "productName": "雪莲果", "productId": "14158", "productArea": "重庆,重庆市,万州区", "originId": "500101",
  157 + # "tradeTypeId": "71", "chargeTotalAmount": "800", "chargeTotalAmountYuan": "8", "freezeMoneySymbol": "13",
  158 + # "comparisonFreezeAmount": "13", "created": "2021-08-11+17:32:27", "remark": "备注", "goodsTagIds": "1900",
  159 + # "shareRatio": "0", "handlingTeam": "", "steveTeamId": "", "handlingRatio": "", "handActualAmount": "0",
  160 + # "handManageAmount": "0", "handCollectionAmount": "0", "marketFlag": "sy", "totalMoney": "800",
  161 + # "receivable": "1300", "collectionPrice": "0", "discountAmount": "500", "handReceivableAmount": "0",
  162 + # "itemReceivableAmount": "1300", "receivableAmount": "1300", "categoryName": "水果", "categoryId": "14436",
  163 + # "driverTel": "", "grossWeightDate": "2021-08-11+17:32:27", "tareWeightDate": "2021-08-11+17:32:27",
  164 + # "grossPathName": "", "grossPathId": "", "tarePathId": "", "goodsRemark": "备注", "inGreeterName": "通用测试",
  165 + # "inGreeterId": "274", "outGreeterId": "", "sumPrice": "2000", "shipperName": "", "shipperId": "",
  166 + # "shipperPhone": "", "feeDepId": "0"}
  167 +
147 168 data = {"protocolId": "", "pwd": "", "clientRedirectTag": "", "viewType": "update", "optType": "0", "optUrl": "",
148 169 "correctInfo": "1", "weightType": "1", "id": "3968", "goodsId": "3982", "number": "202108110900122",
149 170 "modified": "2021-08-11+17:32:50", "status": "3", "source": "1", "updateFeeItems": "",
... ... @@ -152,7 +173,7 @@ def do_doUpdate(host="",autocompletecartype=None,fee_str="",**kwargs):
152 173 "payway": "刷卡", "plate": "川B00001", "autocomplete-cartype": "003(板车)", "carTypeName": "板车",
153 174 "carTypeCode": "003", "carTypeId": "53", "carTypeWeight": "333", "storeTareWeight": "", "proveType": "1621",
154 175 "grossWeight": "353", "tareWeight": "333", "weight": "20", "goodsNum": "", "itemWeight": "",
155   - "productPrice": "1.00000", "unitPrice": "100.0", "depName": "水果部", "dep": "58", "regionId": "72",
  176 + "productPrice": "1.00000", "unitPrice": "100.0", "depName": "水果部", "dep": "58", "regionId": "",
156 177 "productName": "雪莲果", "productId": "14158", "productArea": "重庆,重庆市,万州区", "originId": "500101",
157 178 "tradeTypeId": "71", "chargeTotalAmount": "800", "chargeTotalAmountYuan": "8", "freezeMoneySymbol": "13",
158 179 "comparisonFreezeAmount": "13", "created": "2021-08-11+17:32:27", "remark": "备注", "goodsTagIds": "1900",
... ... @@ -163,14 +184,13 @@ def do_doUpdate(host="",autocompletecartype=None,fee_str="",**kwargs):
163 184 "driverTel": "", "grossWeightDate": "2021-08-11+17:32:27", "tareWeightDate": "2021-08-11+17:32:27",
164 185 "grossPathName": "", "grossPathId": "", "tarePathId": "", "goodsRemark": "备注", "inGreeterName": "通用测试",
165 186 "inGreeterId": "274", "outGreeterId": "", "sumPrice": "2000", "shipperName": "", "shipperId": "",
166   - "shipperPhone": "", "feeDepId": "0"}
  187 + "shipperPhone": "", "feeDepId": "0",}
167 188  
168 189 data["autocomplete-cartype"] = autocompletecartype
169 190 data = dict(data, **kwargs)
170 191  
171 192 # 当模板没有配置货物标签时,参数不能传递货物标签所以需要删除
172 193 if kwargs["goodsTagIds"] =="":
173   - del kwargs["goodsTagIds"]
174 194 del data["goodsTagIds"]
175 195  
176 196 data_uc = jsonToUrlcode.jsonToUrlcode(data_json=data)+fee_str
... ... @@ -189,6 +209,9 @@ def do_updateOrder(host="http://test.jmsf.diligrp.com:8385",attrName="收费单
189 209  
190 210 # # 订单详情获取
191 211 resOrderDetails = get_orderUpdate(host=host, orderId=orderId)
  212 +
  213 + # 正则取值
  214 + regionId = re.findall('<option value="(.*?)" bind-name="', resOrderDetails.text)[0]
192 215 regionName=re.findall('" bind-name="(.*?)" bind-index', resOrderDetails.text)[0]
193 216  
194 217 # bs取值
... ... @@ -225,7 +248,7 @@ def do_updateOrder(host=&quot;http://test.jmsf.diligrp.com:8385&quot;,attrName=&quot;收费单
225 248 tareWeight = orderDetailsDict["tareWeight"]
226 249 depName = orderDetailsDict["depName"]
227 250 print("depName123123123",depName)
228   - # dep = orderDetailsDict["dep"]
  251 + dep = orderDetailsDict["calcDepId"]
229 252 productName = orderDetailsDict["productName"]
230 253 productId = orderDetailsDict["productId"]
231 254 grossWeightDate = orderDetailsDict["grossWeightDate"]
... ... @@ -238,6 +261,12 @@ def do_updateOrder(host=&quot;http://test.jmsf.diligrp.com:8385&quot;,attrName=&quot;收费单
238 261 productArea = orderDetailsDict["productArea"]
239 262 productPrice = orderDetailsDict["productPrice"]
240 263  
  264 + # 哈达需要
  265 + calcDepId = orderDetailsDict["calcDepId"]
  266 + calcFeeDepId = ""
  267 + feeDepName = ""
  268 + levelType = ""
  269 +
241 270  
242 271 # # 用户信息获取
243 272 # res = eFBL.get_icCheck(host=host, ic=ic)
... ... @@ -336,8 +365,8 @@ def do_updateOrder(host=&quot;http://test.jmsf.diligrp.com:8385&quot;,attrName=&quot;收费单
336 365 itemReceivableAmount=itemReceivableAmount, receivableAmount=receivableAmount,
337 366 categoryName=categoryName,regionName=regionName,
338 367 categoryId=categoryId, grossWeightDate=grossWeightDate, tareWeightDate=tareWeightDate,
339   - sumPrice=sumPrice,parentId=parentId,
340   - chargeTotalAmountYuan=chargeTotalAmountYuan)
  368 + sumPrice=sumPrice,parentId=parentId,regionId=regionId,dep=dep,
  369 + chargeTotalAmountYuan=chargeTotalAmountYuan,calcDepId=calcDepId)
341 370  
342 371 print(aa.text)
343 372 return aa
... ...
commons/scripts/readConf.py
... ... @@ -19,7 +19,7 @@ class readConfig(object):
19 19 # 按市场读取配置文件数据
20 20 self.conf = configparser.ConfigParser()
21 21 self.evn_name = os.name
22   - self.file_name = r'test_config_sy.conf'
  22 + self.file_name = r'test_config_heb.conf'
23 23 self.relative_path = r'/config/marketConfig/'
24 24 self.file_path = os.path.abspath(
25 25 os.path.join(os.path.dirname(__file__), "../../")) + self.relative_path + self.file_name
... ...
... ... @@ -74,6 +74,6 @@ if __name__ == &quot;__main__&quot;:
74 74 #检测登录接口
75 75 my.check_login("sy_user01")
76 76 #创建测试套,运行测试用例,生成报告
77   - report=Run_Testcase(Create_Testcase_suite("sy"))
  77 + report=Run_Testcase(Create_Testcase_suite("heb"))
78 78 #发送邮件
79 79 Send_email(report)
... ...
report/test.log
1   -[2021-08-24 15:20:00] [INFO] : ======================================================================================
2   -[2021-08-24 15:20:00] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
3   -{'data': None, 'json': {'userName': 'sy_chen', 'password': 'C42blCKuy0KGckFVnm6jVxlefUvHjUhXxhxrlZeRzeyRpnCoeVkBGIp4513NT9a3GydAFl63/2CWJV1rIpQ7VYnEKP/mDQtc+yjnIawnF4Nu7HqDs77Jv4MJOtSWo1y2BfezF1zesosf9Fbpd7xvtsC0voeRRxO++nQ+cCpnmdM='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}
  1 +[2021-08-24 17:03:20] [INFO] : ======================================================================================
  2 +[2021-08-24 17:03:20] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
  3 +{'data': None, 'json': {'userName': 'sy_chen', 'password': 'HKJddHUXcf6jZCNN2JwsGyHXeupIO+vXljSMdz3v7D1JuZrbBRMxKu9HsNhC0GpSuKaf9s2N/QCXBX+QmKV6g8+GIBsUNegsgwsCq1+ghsUKUdT9cFBq40jNCkhrnEjf4S2Txv2XBXAUS8f0zQb1TKaimO4anmm+OmycF8ERKI8='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}
4 4  
5   -[2021-08-24 15:20:00] [INFO] : ======================================================================================
6   -[2021-08-24 15:20:00] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
7   -{'data': None, 'json': {'userName': '哈尔滨田太子', 'password': 'Mw7xAxBDv/FmpNrLr26u3AIzsVQgUcvnp3cjMSAkPI7VfpCiKX1ttiXs8dLYy3rtAgIb+0LOs6YIOi89GJZLQLKoVD6vgCEKj6M/Vt6XtDMEOuhdjDnbnMRiMKM/AhQcvIq9AiYDv+l9F7nd7E42cV8nQr5DT5/tzot25EvG1V0='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}
  5 +[2021-08-24 17:03:20] [INFO] : ======================================================================================
  6 +[2021-08-24 17:03:20] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
  7 +{'data': None, 'json': {'userName': '哈尔滨田太子', 'password': 'Atsysf0ichEVI6nrNDjebv4a2i4gYkPkgHDHV+5URJPqUPjYLrUdR3KI7fHlcYrbP28ReCAQrqZGvQnfcNyQL7NMIjS+cntWU2KlCj4So408/H9Sll+kQOWDQBwd62cU4kvpko6LKQy3pw+rVAtFN8Pg1OjXdfp3ICkFcHyU2gw='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}
8 8  
9   -[2021-08-24 15:20:00] [INFO] : ======================================================================================
10   -[2021-08-24 15:20:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=SJ
  9 +[2021-08-24 17:03:21] [INFO] : ======================================================================================
  10 +[2021-08-24 17:03:21] [INFO] : http://test.uap.diligrp.com/login/login.action
  11 +{'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}
  12 +
  13 +[2021-08-24 17:03:21] [INFO] : ======================================================================================
  14 +[2021-08-24 17:03:21] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackOrderController/list.action
  15 +{'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-24 17:03:21.735476', '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'}}
  16 +
  17 +[2021-08-24 17:03:21] [INFO] : ======================================================================================
  18 +[2021-08-24 17:03:21] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackOrderController/list.action
  19 +{'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-25 17:03:21&payTimeEnd=2021-08-24 17:03:21', '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'}}
  20 +
  21 +[2021-08-24 17:03:21] [INFO] : ======================================================================================
  22 +[2021-08-24 17:03:21] [INFO] : http://test.jmsf.diligrp.com:8385/FeedbackOrderController/settlementlist.action
  23 +{'data': 'rows=10\n &page=1\n &sort=efb.payment_time\n &order=desc\n &metadata[payTime]={"provider":"datetimeProvider","index":10,"field":"payTime"}\n &metadata[feebackAmount]={"provider":"moneyProvider","index":20,"field":"feebackAmount"}\n &metadata[settledAmount]={"provider":"moneyProvider","index":30,"field":"settledAmount"}\n &metadata[settleTime]={"provider":"datetimeProvider","index":40,"field":"settleTime"}\n &feedbackCustomerId=26\n &settleTimeStart=2021-07-25 17:03:21\n &settleTimeEnd=2021-08-24 17:03:21\n &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'}}
  24 +
  25 +[2021-08-24 17:03:22] [INFO] : ======================================================================================
  26 +[2021-08-24 17:03:22] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  27 +None
  28 +{}
  29 +
  30 +[2021-08-24 17:03:23] [INFO] : ======================================================================================
  31 +[2021-08-24 17:03:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  32 +None
  33 +{}
  34 +
  35 +[2021-08-24 17:03:23] [INFO] : ======================================================================================
  36 +[2021-08-24 17:03:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  37 +{"businessCode": "jmsf"}
  38 +{}
  39 +
  40 +[2021-08-24 17:03:23] [INFO] : ======================================================================================
  41 +[2021-08-24 17:03:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  42 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  43 +{}
  44 +
  45 +[2021-08-24 17:03:23] [INFO] : ======================================================================================
  46 +[2021-08-24 17:03:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  47 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  48 +{}
  49 +
  50 +[2021-08-24 17:03:23] [INFO] : ======================================================================================
  51 +[2021-08-24 17:03:23] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  52 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  53 +{}
  54 +
  55 +[2021-08-24 17:03:24] [INFO] : ======================================================================================
  56 +[2021-08-24 17:03:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  57 +None
  58 +{'params': {'keyword': ''}}
  59 +
  60 +[2021-08-24 17:03:24] [INFO] : ======================================================================================
  61 +[2021-08-24 17:03:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  62 +None
  63 +{'params': {'pid': 'prove_type'}}
  64 +
  65 +[2021-08-24 17:03:24] [INFO] : ======================================================================================
  66 +[2021-08-24 17:03:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  67 +None
  68 +{}
  69 +
  70 +[2021-08-24 17:03:25] [INFO] : ======================================================================================
  71 +[2021-08-24 17:03:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  72 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddB10680", "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-24 17:03:25", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB10680", "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": ""}
  73 +{}
  74 +
  75 +[2021-08-24 17:03:25] [INFO] : ======================================================================================
  76 +[2021-08-24 17:03:25] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  77 +{'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': '202108240200199'}
  78 +{}
  79 +
  80 +[2021-08-24 17:03:25] [INFO] : ======================================================================================
  81 +[2021-08-24 17:03:25] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5691.action
  82 +None
  83 +{}
  84 +
  85 +[2021-08-24 17:03:27] [INFO] : ======================================================================================
  86 +[2021-08-24 17:03:27] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  87 +None
  88 +{}
  89 +
  90 +[2021-08-24 17:03:27] [INFO] : ======================================================================================
  91 +[2021-08-24 17:03:27] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  92 +None
  93 +{}
  94 +
  95 +[2021-08-24 17:03:27] [INFO] : ======================================================================================
  96 +[2021-08-24 17:03:27] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  97 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5691, 'goodsId': '5705', 'number': '202108240200199', 'modified': '2021-08-24 17:03:27', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B10680', '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-24 17:03:26', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:03:26', 'tareWeightDate': '2021-08-24 17:03:26', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  98 +{}
  99 +
  100 +[2021-08-24 17:03:28] [INFO] : ======================================================================================
  101 +[2021-08-24 17:03:28] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
  102 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5691&goodsId=5705&number=202108240200199&modified=2021-08-24%2017%3A03%3A26&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%9DB10680&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-24%2017%3A03%3A26&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-24%2017%3A03%3A26&tareWeightDate=2021-08-24%2017%3A03%3A26&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
  103 +{}
  104 +
  105 +[2021-08-24 17:03:30] [INFO] : ======================================================================================
  106 +[2021-08-24 17:03:30] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
  107 +{"plate": "", "number": "", "customerName": "\u54c8\u6d4b"}
  108 +{}
  109 +
  110 +[2021-08-24 17:03:31] [INFO] : ======================================================================================
  111 +[2021-08-24 17:03:31] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  112 +None
  113 +{}
  114 +
  115 +[2021-08-24 17:03:31] [INFO] : ======================================================================================
  116 +[2021-08-24 17:03:31] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  117 +{"businessCode": "jmsf"}
  118 +{}
  119 +
  120 +[2021-08-24 17:03:32] [INFO] : ======================================================================================
  121 +[2021-08-24 17:03:32] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  122 +{"marketId": 9, "state": 1, "keyword": "\u706b\u9f99\u679c"}
  123 +{}
  124 +
  125 +[2021-08-24 17:03:32] [INFO] : ======================================================================================
  126 +[2021-08-24 17:03:32] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  127 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  128 +{}
  129 +
  130 +[2021-08-24 17:03:32] [INFO] : ======================================================================================
  131 +[2021-08-24 17:03:32] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  132 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  133 +{}
  134 +
  135 +[2021-08-24 17:03:32] [INFO] : ======================================================================================
  136 +[2021-08-24 17:03:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  137 +None
  138 +{'params': {'keyword': ''}}
  139 +
  140 +[2021-08-24 17:03:32] [INFO] : ======================================================================================
  141 +[2021-08-24 17:03:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  142 +None
  143 +{'params': {'pid': 'prove_type'}}
  144 +
  145 +[2021-08-24 17:03:33] [INFO] : ======================================================================================
  146 +[2021-08-24 17:03:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  147 +None
  148 +{}
  149 +
  150 +[2021-08-24 17:03:33] [INFO] : ======================================================================================
  151 +[2021-08-24 17:03:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  152 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddB97168", "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-24 17:03:33", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB97168", "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": ""}
  153 +{}
  154 +
  155 +[2021-08-24 17:03:34] [INFO] : ======================================================================================
  156 +[2021-08-24 17:03:34] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  157 +{'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': '202108240200200'}
  158 +{}
  159 +
  160 +[2021-08-24 17:03:34] [INFO] : ======================================================================================
  161 +[2021-08-24 17:03:34] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5692.action
  162 +None
  163 +{}
  164 +
  165 +[2021-08-24 17:03:35] [INFO] : ======================================================================================
  166 +[2021-08-24 17:03:35] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  167 +None
  168 +{}
  169 +
  170 +[2021-08-24 17:03:36] [INFO] : ======================================================================================
  171 +[2021-08-24 17:03:36] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  172 +None
  173 +{}
  174 +
  175 +[2021-08-24 17:03:36] [INFO] : ======================================================================================
  176 +[2021-08-24 17:03:36] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  177 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5692, 'goodsId': '5706', 'number': '202108240200200', 'modified': '2021-08-24 17:03:36', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B97168', '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-24 17:03:35', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:03:34', 'tareWeightDate': '2021-08-24 17:03:34', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  178 +{}
  179 +
  180 +[2021-08-24 17:03:36] [INFO] : ======================================================================================
  181 +[2021-08-24 17:03:36] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
  182 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5692&goodsId=5706&number=202108240200200&modified=2021-08-24%2017%3A03%3A35&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%9DB97168&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-24%2017%3A03%3A35&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-24%2017%3A03%3A34&tareWeightDate=2021-08-24%2017%3A03%3A34&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
  183 +{}
  184 +
  185 +[2021-08-24 17:03:39] [INFO] : ======================================================================================
  186 +[2021-08-24 17:03:39] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
  187 +{"plate": "", "number": "202108240200200", "customerName": ""}
  188 +{}
  189 +
  190 +[2021-08-24 17:03:39] [INFO] : ======================================================================================
  191 +[2021-08-24 17:03:39] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  192 +None
  193 +{}
  194 +
  195 +[2021-08-24 17:03:40] [INFO] : ======================================================================================
  196 +[2021-08-24 17:03:40] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  197 +{"businessCode": "jmsf"}
  198 +{}
  199 +
  200 +[2021-08-24 17:03:40] [INFO] : ======================================================================================
  201 +[2021-08-24 17:03:40] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  202 +{"marketId": 9, "state": 1, "keyword": "\u706b\u9f99\u679c"}
  203 +{}
  204 +
  205 +[2021-08-24 17:03:40] [INFO] : ======================================================================================
  206 +[2021-08-24 17:03:40] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  207 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  208 +{}
  209 +
  210 +[2021-08-24 17:03:40] [INFO] : ======================================================================================
  211 +[2021-08-24 17:03:40] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  212 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  213 +{}
  214 +
  215 +[2021-08-24 17:03:40] [INFO] : ======================================================================================
  216 +[2021-08-24 17:03:40] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  217 +None
  218 +{'params': {'keyword': ''}}
  219 +
  220 +[2021-08-24 17:03:41] [INFO] : ======================================================================================
  221 +[2021-08-24 17:03:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  222 +None
  223 +{'params': {'pid': 'prove_type'}}
  224 +
  225 +[2021-08-24 17:03:41] [INFO] : ======================================================================================
  226 +[2021-08-24 17:03:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  227 +None
  228 +{}
  229 +
  230 +[2021-08-24 17:03:41] [INFO] : ======================================================================================
  231 +[2021-08-24 17:03:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  232 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddB86710", "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-24 17:03:41", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB86710", "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": ""}
  233 +{}
  234 +
  235 +[2021-08-24 17:03:42] [INFO] : ======================================================================================
  236 +[2021-08-24 17:03:42] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  237 +{'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': '202108240200201'}
  238 +{}
  239 +
  240 +[2021-08-24 17:03:42] [INFO] : ======================================================================================
  241 +[2021-08-24 17:03:42] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5693.action
  242 +None
  243 +{}
  244 +
  245 +[2021-08-24 17:03:43] [INFO] : ======================================================================================
  246 +[2021-08-24 17:03:43] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  247 +None
  248 +{}
  249 +
  250 +[2021-08-24 17:03:44] [INFO] : ======================================================================================
  251 +[2021-08-24 17:03:44] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  252 +None
  253 +{}
  254 +
  255 +[2021-08-24 17:03:44] [INFO] : ======================================================================================
  256 +[2021-08-24 17:03:44] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  257 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5693, 'goodsId': '5707', 'number': '202108240200201', 'modified': '2021-08-24 17:03:44', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B86710', '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-24 17:03:43', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:03:43', 'tareWeightDate': '2021-08-24 17:03:43', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  258 +{}
  259 +
  260 +[2021-08-24 17:03:44] [INFO] : ======================================================================================
  261 +[2021-08-24 17:03:44] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
  262 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5693&goodsId=5707&number=202108240200201&modified=2021-08-24%2017%3A03%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%9DB86710&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-24%2017%3A03%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-24%2017%3A03%3A43&tareWeightDate=2021-08-24%2017%3A03%3A43&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
  263 +{}
  264 +
  265 +[2021-08-24 17:03:47] [INFO] : ======================================================================================
  266 +[2021-08-24 17:03:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
  267 +{"plate": "\u5dddB86710", "number": "", "customerName": ""}
  268 +{}
  269 +
  270 +[2021-08-24 17:03:48] [INFO] : ======================================================================================
  271 +[2021-08-24 17:03:48] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  272 +None
  273 +{}
  274 +
  275 +[2021-08-24 17:03:48] [INFO] : ======================================================================================
  276 +[2021-08-24 17:03:48] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  277 +{"businessCode": "jmsf"}
  278 +{}
  279 +
  280 +[2021-08-24 17:03:48] [INFO] : ======================================================================================
  281 +[2021-08-24 17:03:48] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  282 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  283 +{}
  284 +
  285 +[2021-08-24 17:03:48] [INFO] : ======================================================================================
  286 +[2021-08-24 17:03:48] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  287 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  288 +{}
  289 +
  290 +[2021-08-24 17:03:48] [INFO] : ======================================================================================
  291 +[2021-08-24 17:03:48] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  292 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  293 +{}
  294 +
  295 +[2021-08-24 17:03:49] [INFO] : ======================================================================================
  296 +[2021-08-24 17:03:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  297 +None
  298 +{'params': {'keyword': ''}}
  299 +
  300 +[2021-08-24 17:03:49] [INFO] : ======================================================================================
  301 +[2021-08-24 17:03:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  302 +None
  303 +{'params': {'pid': 'prove_type'}}
  304 +
  305 +[2021-08-24 17:03:49] [INFO] : ======================================================================================
  306 +[2021-08-24 17:03:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  307 +None
  308 +{}
  309 +
  310 +[2021-08-24 17:03:50] [INFO] : ======================================================================================
  311 +[2021-08-24 17:03:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  312 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddB43265", "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-24 17:03:50", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB43265", "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": ""}
  313 +{}
  314 +
  315 +[2021-08-24 17:03:50] [INFO] : ======================================================================================
  316 +[2021-08-24 17:03:50] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  317 +{'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': '202108240200202'}
  318 +{}
  319 +
  320 +[2021-08-24 17:03:50] [INFO] : ======================================================================================
  321 +[2021-08-24 17:03:50] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5694.action
  322 +None
  323 +{}
  324 +
  325 +[2021-08-24 17:03:52] [INFO] : ======================================================================================
  326 +[2021-08-24 17:03:52] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  327 +None
  328 +{}
  329 +
  330 +[2021-08-24 17:03:52] [INFO] : ======================================================================================
  331 +[2021-08-24 17:03:52] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  332 +None
  333 +{}
  334 +
  335 +[2021-08-24 17:03:52] [INFO] : ======================================================================================
  336 +[2021-08-24 17:03:52] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  337 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5694, 'goodsId': '5708', 'number': '202108240200202', 'modified': '2021-08-24 17:03:52', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B43265', '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-24 17:03:51', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:03:51', 'tareWeightDate': '2021-08-24 17:03:51', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  338 +{}
  339 +
  340 +[2021-08-24 17:03:53] [INFO] : ======================================================================================
  341 +[2021-08-24 17:03:53] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
  342 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5694&goodsId=5708&number=202108240200202&modified=2021-08-24%2017%3A03%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%9DB43265&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-24%2017%3A03%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-24%2017%3A03%3A51&tareWeightDate=2021-08-24%2017%3A03%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
  343 +{}
  344 +
  345 +[2021-08-24 17:03:56] [INFO] : ======================================================================================
  346 +[2021-08-24 17:03:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
  347 +{"plate": "", "number": "202108240200202", "customerName": ""}
  348 +{}
  349 +
  350 +[2021-08-24 17:03:56] [INFO] : ======================================================================================
  351 +[2021-08-24 17:03:56] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  352 +{"firmCode": "sy", "departmentId": 58, "keyword": ""}
  353 +{}
  354 +
  355 +[2021-08-24 17:03:56] [INFO] : ======================================================================================
  356 +[2021-08-24 17:03:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/backSkinWeighSave
  357 +{"hasStoreTruck": 1, "number": "202108240200202", "outGreeterId": 223, "outGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "plate": "\u5dddB43265", "rail": 1, "tareWeight": 106, "tareWeightDate": "2021-08-24 17:03:56", "weighImgs": [], "weighId": 0, "remark": "123", "carTypeWeight": 10, "trailerNumber": "\u5dddB43265", "pathAddress": "A4-BB-6D-0A-F4-13", "bskinWithGoods": -1, "ic": "", "customerName": null, "customerId": 0, "carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66"}
  358 +{}
  359 +
  360 +[2021-08-24 17:03:56] [INFO] : ======================================================================================
  361 +[2021-08-24 17:03:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  362 +None
  363 +{}
  364 +
  365 +[2021-08-24 17:03:57] [INFO] : ======================================================================================
  366 +[2021-08-24 17:03:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  367 +{"businessCode": "jmsf"}
  368 +{}
  369 +
  370 +[2021-08-24 17:03:57] [INFO] : ======================================================================================
  371 +[2021-08-24 17:03:57] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  372 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
  373 +{}
  374 +
  375 +[2021-08-24 17:03:57] [INFO] : ======================================================================================
  376 +[2021-08-24 17:03:57] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  377 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  378 +{}
  379 +
  380 +[2021-08-24 17:03:57] [INFO] : ======================================================================================
  381 +[2021-08-24 17:03:57] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  382 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  383 +{}
  384 +
  385 +[2021-08-24 17:03:57] [INFO] : ======================================================================================
  386 +[2021-08-24 17:03:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  387 +None
  388 +{'params': {'keyword': ''}}
  389 +
  390 +[2021-08-24 17:03:58] [INFO] : ======================================================================================
  391 +[2021-08-24 17:03:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  392 +None
  393 +{'params': {'pid': 'prove_type'}}
  394 +
  395 +[2021-08-24 17:03:58] [INFO] : ======================================================================================
  396 +[2021-08-24 17:03:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  397 +None
  398 +{}
  399 +
  400 +[2021-08-24 17:03:58] [INFO] : ======================================================================================
  401 +[2021-08-24 17:03:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  402 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA16823", "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-24 17:03:58", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA16823", "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": ""}
  403 +{}
  404 +
  405 +[2021-08-24 17:03:59] [INFO] : ======================================================================================
  406 +[2021-08-24 17:03:59] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  407 +{'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': '202108240200203'}
  408 +{}
  409 +
  410 +[2021-08-24 17:03:59] [INFO] : ======================================================================================
  411 +[2021-08-24 17:03:59] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/amend/5695.action
  412 +None
  413 +{}
  414 +
  415 +[2021-08-24 17:04:01] [INFO] : ======================================================================================
  416 +[2021-08-24 17:04:01] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  417 +None
  418 +{}
  419 +
  420 +[2021-08-24 17:04:01] [INFO] : ======================================================================================
  421 +[2021-08-24 17:04:01] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  422 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'amend', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5695, 'goodsId': '5709', 'number': '202108240200203', 'modified': '2021-08-24 17:04:01', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A16823', '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-24 17:04:00', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:00', 'tareWeightDate': '2021-08-24 17:04:00', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'proveTypeName': '产地证明'}
  423 +{}
  424 +
  425 +[2021-08-24 17:04:01] [INFO] : ======================================================================================
  426 +[2021-08-24 17:04:01] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doAmend.action
  427 +protocolId=&pwd=111111&clientRedirectTag=&viewType=amend&optType=0&optUrl=&correctInfo=1&weightType=1&id=5695&goodsId=5709&number=202108240200203&modified=2021-08-24%2017%3A04%3A00&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%9DA16823&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-24%2017%3A04%3A00&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-24%2017%3A04%3A00&tareWeightDate=2021-08-24%2017%3A04%3A00&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
  428 +{}
  429 +
  430 +[2021-08-24 17:04:01] [INFO] : ======================================================================================
  431 +[2021-08-24 17:04:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  432 +None
  433 +{}
  434 +
  435 +[2021-08-24 17:04:01] [INFO] : ======================================================================================
  436 +[2021-08-24 17:04:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  437 +{"businessCode": "jmsf"}
  438 +{}
  439 +
  440 +[2021-08-24 17:04:02] [INFO] : ======================================================================================
  441 +[2021-08-24 17:04:02] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  442 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
  443 +{}
  444 +
  445 +[2021-08-24 17:04:02] [INFO] : ======================================================================================
  446 +[2021-08-24 17:04:02] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  447 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  448 +{}
  449 +
  450 +[2021-08-24 17:04:02] [INFO] : ======================================================================================
  451 +[2021-08-24 17:04:02] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  452 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  453 +{}
  454 +
  455 +[2021-08-24 17:04:02] [INFO] : ======================================================================================
  456 +[2021-08-24 17:04:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  457 +None
  458 +{'params': {'keyword': ''}}
  459 +
  460 +[2021-08-24 17:04:02] [INFO] : ======================================================================================
  461 +[2021-08-24 17:04:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  462 +None
  463 +{'params': {'pid': 'prove_type'}}
  464 +
  465 +[2021-08-24 17:04:03] [INFO] : ======================================================================================
  466 +[2021-08-24 17:04:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  467 +None
  468 +{}
  469 +
  470 +[2021-08-24 17:04:03] [INFO] : ======================================================================================
  471 +[2021-08-24 17:04:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  472 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA35663", "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-24 17:04:03", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA35663", "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": ""}
  473 +{}
  474 +
  475 +[2021-08-24 17:04:03] [INFO] : ======================================================================================
  476 +[2021-08-24 17:04:03] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  477 +{'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': '202108240200204'}
  478 +{}
  479 +
  480 +[2021-08-24 17:04:04] [INFO] : ======================================================================================
  481 +[2021-08-24 17:04:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/correct/5696.action
  482 +None
  483 +{}
  484 +
  485 +[2021-08-24 17:04:05] [INFO] : ======================================================================================
  486 +[2021-08-24 17:04:05] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  487 +None
  488 +{}
  489 +
  490 +[2021-08-24 17:04:05] [INFO] : ======================================================================================
  491 +[2021-08-24 17:04:05] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  492 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'correct', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5696, 'goodsId': '5710', 'number': '202108240200204', 'modified': '2021-08-24 17:04:05', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '2', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A35663', '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-24 17:04:04', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:04', 'tareWeightDate': '2021-08-24 17:04:04', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
  493 +{}
  494 +
  495 +[2021-08-24 17:04:05] [INFO] : ======================================================================================
  496 +[2021-08-24 17:04:05] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doCorrect.action
  497 +protocolId=&pwd=111111&clientRedirectTag=&viewType=correct&optType=0&optUrl=&correctInfo=1&weightType=1&id=5696&goodsId=5710&number=202108240200204&modified=2021-08-24%2017%3A04%3A04&status=2&source=1&updateFeeItems=2&correctDiscount=1&totalAmount=43800&customerId=0&fundAccount=&accountId=&ic=&customerName=&customerPhone=&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA35663&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=43800&chargeTotalAmountYuan=438&freezeMoneySymbol=438&comparisonFreezeAmount=438&created=2021-08-24%2017%3A04%3A04&remark=%E5%A4%87%E6%B3%A8&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=hd&totalMoney=20300&receivable=43800&collectionPrice=0&discountAmount=0&handReceivableAmount=0&itemReceivableAmount=43800&receivableAmount=43800&categoryName=%E8%94%AC%E8%8F%9C&categoryId=1&driverTel=&grossWeightDate=2021-08-24%2017%3A04%3A04&tareWeightDate=2021-08-24%2017%3A04%3A04&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=297&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%3A29700%2C%22require%22%3A1%7D&billItemCheckIds=489&489=98&billItems=%7B%22discount%22%3A0%2C%22id%22%3A489%2C%22name%22%3A%22%E8%BF%94%E7%82%B9%22%2C%22receivable%22%3A9800%2C%22require%22%3A1%7D&billItemCheckIds=494&494=43&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%3A4300%2C%22require%22%3A1%7D
  498 +{}
  499 +
  500 +[2021-08-24 17:04:06] [INFO] : ======================================================================================
  501 +[2021-08-24 17:04:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  502 +{'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': '202108240200204'}
  503 +{}
  504 +
  505 +[2021-08-24 17:04:06] [INFO] : ======================================================================================
  506 +[2021-08-24 17:04:06] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=SJ
  507 +None
  508 +{}
  509 +
  510 +[2021-08-24 17:04:06] [INFO] : ======================================================================================
  511 +[2021-08-24 17:04:06] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  512 +{"businessCode": "jmsf"}
  513 +{}
  514 +
  515 +[2021-08-24 17:04:07] [INFO] : ======================================================================================
  516 +[2021-08-24 17:04:07] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  517 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  518 +{}
  519 +
  520 +[2021-08-24 17:04:07] [INFO] : ======================================================================================
  521 +[2021-08-24 17:04:07] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  522 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  523 +{}
  524 +
  525 +[2021-08-24 17:04:07] [INFO] : ======================================================================================
  526 +[2021-08-24 17:04:07] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  527 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  528 +{}
  529 +
  530 +[2021-08-24 17:04:07] [INFO] : ======================================================================================
  531 +[2021-08-24 17:04:07] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  532 +None
  533 +{'params': {'keyword': ''}}
  534 +
  535 +[2021-08-24 17:04:08] [INFO] : ======================================================================================
  536 +[2021-08-24 17:04:08] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  537 +None
  538 +{'params': {'pid': 'prove_type'}}
  539 +
  540 +[2021-08-24 17:04:08] [INFO] : ======================================================================================
  541 +[2021-08-24 17:04:08] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  542 +None
  543 +{}
  544 +
  545 +[2021-08-24 17:04:08] [INFO] : ======================================================================================
  546 +[2021-08-24 17:04:08] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/sparePartsWeighSave
  547 +{"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": "\u5dddA76711", "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": "\u5dddA76711", "cateId": 2182, "productState": "1"}
  548 +{}
  549 +
  550 +[2021-08-24 17:04:09] [INFO] : ======================================================================================
  551 +[2021-08-24 17:04:09] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  552 +{'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': '202108240200205'}
  553 +{}
  554 +
  555 +[2021-08-24 17:04:09] [INFO] : ======================================================================================
  556 +[2021-08-24 17:04:09] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5697.action
  557 +None
  558 +{}
  559 +
  560 +[2021-08-24 17:04:11] [INFO] : ======================================================================================
  561 +[2021-08-24 17:04:11] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  562 +None
  563 +{}
  564 +
  565 +[2021-08-24 17:04:11] [INFO] : ======================================================================================
  566 +[2021-08-24 17:04:11] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  567 +None
  568 +{}
  569 +
  570 +[2021-08-24 17:04:11] [INFO] : ======================================================================================
  571 +[2021-08-24 17:04:11] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  572 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '2', 'id': 5697, 'goodsId': '5711', 'number': '202108240200205', 'modified': '2021-08-24 17:04:11', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A76711', '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-24 17:04:10', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:10', 'tareWeightDate': '2021-08-24 17:04:10', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '22000', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  573 +{}
  574 +
  575 +[2021-08-24 17:04:12] [INFO] : ======================================================================================
  576 +[2021-08-24 17:04:12] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
  577 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=2&id=5697&goodsId=5711&number=202108240200205&modified=2021-08-24%2017%3A04%3A10&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%9DA76711&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-24%2017%3A04%3A10&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-24%2017%3A04%3A10&tareWeightDate=2021-08-24%2017%3A04%3A10&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
  578 +{}
  579 +
  580 +[2021-08-24 17:04:15] [INFO] : ======================================================================================
  581 +[2021-08-24 17:04:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  582 +None
  583 +{}
  584 +
  585 +[2021-08-24 17:04:15] [INFO] : ======================================================================================
  586 +[2021-08-24 17:04:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  587 +{"businessCode": "jmsf"}
  588 +{}
  589 +
  590 +[2021-08-24 17:04:16] [INFO] : ======================================================================================
  591 +[2021-08-24 17:04:16] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  592 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  593 +{}
  594 +
  595 +[2021-08-24 17:04:16] [INFO] : ======================================================================================
  596 +[2021-08-24 17:04:16] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  597 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  598 +{}
  599 +
  600 +[2021-08-24 17:04:16] [INFO] : ======================================================================================
  601 +[2021-08-24 17:04:16] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  602 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  603 +{}
  604 +
  605 +[2021-08-24 17:04:16] [INFO] : ======================================================================================
  606 +[2021-08-24 17:04:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  607 +None
  608 +{'params': {'keyword': ''}}
  609 +
  610 +[2021-08-24 17:04:16] [INFO] : ======================================================================================
  611 +[2021-08-24 17:04:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  612 +None
  613 +{'params': {'pid': 'prove_type'}}
  614 +
  615 +[2021-08-24 17:04:17] [INFO] : ======================================================================================
  616 +[2021-08-24 17:04:17] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  617 +None
  618 +{}
  619 +
  620 +[2021-08-24 17:04:17] [INFO] : ======================================================================================
  621 +[2021-08-24 17:04:17] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  622 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA27355", "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-24 17:04:17", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA27355", "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": ""}
  623 +{}
  624 +
  625 +[2021-08-24 17:04:17] [INFO] : ======================================================================================
  626 +[2021-08-24 17:04:17] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  627 +{'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': '202108240200206'}
  628 +{}
  629 +
  630 +[2021-08-24 17:04:18] [INFO] : ======================================================================================
  631 +[2021-08-24 17:04:18] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5698.action
  632 +None
  633 +{}
  634 +
  635 +[2021-08-24 17:04:19] [INFO] : ======================================================================================
  636 +[2021-08-24 17:04:19] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  637 +None
  638 +{}
  639 +
  640 +[2021-08-24 17:04:20] [INFO] : ======================================================================================
  641 +[2021-08-24 17:04:20] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  642 +None
  643 +{}
  644 +
  645 +[2021-08-24 17:04:20] [INFO] : ======================================================================================
  646 +[2021-08-24 17:04:20] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  647 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5698, 'goodsId': '5712', 'number': '202108240200206', 'modified': '2021-08-24 17:04:20', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A27355', '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-24 17:04:18', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:18', 'tareWeightDate': '2021-08-24 17:04:18', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  648 +{}
  649 +
  650 +[2021-08-24 17:04:20] [INFO] : ======================================================================================
  651 +[2021-08-24 17:04:20] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
  652 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5698&goodsId=5712&number=202108240200206&modified=2021-08-24%2017%3A04%3A18&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%9DA27355&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-24%2017%3A04%3A18&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-24%2017%3A04%3A18&tareWeightDate=2021-08-24%2017%3A04%3A18&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
  653 +{}
  654 +
  655 +[2021-08-24 17:04:24] [INFO] : ======================================================================================
  656 +[2021-08-24 17:04:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  657 +None
  658 +{}
  659 +
  660 +[2021-08-24 17:04:24] [INFO] : ======================================================================================
  661 +[2021-08-24 17:04:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  662 +{"businessCode": "jmsf"}
  663 +{}
  664 +
  665 +[2021-08-24 17:04:24] [INFO] : ======================================================================================
  666 +[2021-08-24 17:04:24] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  667 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  668 +{}
  669 +
  670 +[2021-08-24 17:04:24] [INFO] : ======================================================================================
  671 +[2021-08-24 17:04:24] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  672 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  673 +{}
  674 +
  675 +[2021-08-24 17:04:24] [INFO] : ======================================================================================
  676 +[2021-08-24 17:04:24] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  677 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  678 +{}
  679 +
  680 +[2021-08-24 17:04:25] [INFO] : ======================================================================================
  681 +[2021-08-24 17:04:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  682 +None
  683 +{'params': {'keyword': ''}}
  684 +
  685 +[2021-08-24 17:04:25] [INFO] : ======================================================================================
  686 +[2021-08-24 17:04:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  687 +None
  688 +{'params': {'pid': 'prove_type'}}
  689 +
  690 +[2021-08-24 17:04:25] [INFO] : ======================================================================================
  691 +[2021-08-24 17:04:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  692 +None
  693 +{}
  694 +
  695 +[2021-08-24 17:04:25] [INFO] : ======================================================================================
  696 +[2021-08-24 17:04:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  697 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA50319", "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-24 17:04:25", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA50319", "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": ""}
  698 +{}
  699 +
  700 +[2021-08-24 17:04:26] [INFO] : ======================================================================================
  701 +[2021-08-24 17:04:26] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  702 +{'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': '202108240200207'}
  703 +{}
  704 +
  705 +[2021-08-24 17:04:26] [INFO] : ======================================================================================
  706 +[2021-08-24 17:04:26] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5699.action
  707 +None
  708 +{}
  709 +
  710 +[2021-08-24 17:04:28] [INFO] : ======================================================================================
  711 +[2021-08-24 17:04:28] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  712 +None
  713 +{}
  714 +
  715 +[2021-08-24 17:04:28] [INFO] : ======================================================================================
  716 +[2021-08-24 17:04:28] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  717 +None
  718 +{}
  719 +
  720 +[2021-08-24 17:04:28] [INFO] : ======================================================================================
  721 +[2021-08-24 17:04:28] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  722 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5699, 'goodsId': '5713', 'number': '202108240200207', 'modified': '2021-08-24 17:04:28', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A50319', '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-24 17:04:27', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:27', 'tareWeightDate': '2021-08-24 17:04:27', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  723 +{}
  724 +
  725 +[2021-08-24 17:04:29] [INFO] : ======================================================================================
  726 +[2021-08-24 17:04:29] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
  727 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5699&goodsId=5713&number=202108240200207&modified=2021-08-24%2017%3A04%3A27&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%9DA50319&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-24%2017%3A04%3A27&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-24%2017%3A04%3A27&tareWeightDate=2021-08-24%2017%3A04%3A27&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
  728 +{}
  729 +
  730 +[2021-08-24 17:04:32] [INFO] : ======================================================================================
  731 +[2021-08-24 17:04:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  732 +None
  733 +{}
  734 +
  735 +[2021-08-24 17:04:32] [INFO] : ======================================================================================
  736 +[2021-08-24 17:04:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  737 +{"businessCode": "jmsf"}
  738 +{}
  739 +
  740 +[2021-08-24 17:04:32] [INFO] : ======================================================================================
  741 +[2021-08-24 17:04:32] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  742 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
  743 +{}
  744 +
  745 +[2021-08-24 17:04:32] [INFO] : ======================================================================================
  746 +[2021-08-24 17:04:32] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  747 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  748 +{}
  749 +
  750 +[2021-08-24 17:04:32] [INFO] : ======================================================================================
  751 +[2021-08-24 17:04:32] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  752 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  753 +{}
  754 +
  755 +[2021-08-24 17:04:32] [INFO] : ======================================================================================
  756 +[2021-08-24 17:04:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  757 +None
  758 +{'params': {'keyword': ''}}
  759 +
  760 +[2021-08-24 17:04:33] [INFO] : ======================================================================================
  761 +[2021-08-24 17:04:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  762 +None
  763 +{'params': {'pid': 'prove_type'}}
  764 +
  765 +[2021-08-24 17:04:33] [INFO] : ======================================================================================
  766 +[2021-08-24 17:04:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  767 +None
  768 +{}
  769 +
  770 +[2021-08-24 17:04:33] [INFO] : ======================================================================================
  771 +[2021-08-24 17:04:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  772 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA18563", "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-24 17:04:33", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA18563", "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": ""}
  773 +{}
  774 +
  775 +[2021-08-24 17:04:34] [INFO] : ======================================================================================
  776 +[2021-08-24 17:04:34] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  777 +{'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': '202108240200208'}
  778 +{}
  779 +
  780 +[2021-08-24 17:04:34] [INFO] : ======================================================================================
  781 +[2021-08-24 17:04:34] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/invalid/5700.action
  782 +None
  783 +{}
  784 +
  785 +[2021-08-24 17:04:36] [INFO] : ======================================================================================
  786 +[2021-08-24 17:04:36] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  787 +None
  788 +{}
  789 +
  790 +[2021-08-24 17:04:36] [INFO] : ======================================================================================
  791 +[2021-08-24 17:04:36] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  792 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'invalid', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5700, 'goodsId': '5714', 'number': '202108240200208', 'modified': '2021-08-24 17:04:36', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A18563', '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-24 17:04:35', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:35', 'tareWeightDate': '2021-08-24 17:04:35', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
  793 +{}
  794 +
  795 +[2021-08-24 17:04:36] [INFO] : ======================================================================================
  796 +[2021-08-24 17:04:36] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doInvalid.action
  797 +protocolId=&pwd=111111&clientRedirectTag=&viewType=invalid&optType=0&optUrl=&correctInfo=1&weightType=1&id=5700&goodsId=5714&number=202108240200208&modified=2021-08-24%2017%3A04%3A35&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%9DA18563&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-24%2017%3A04%3A35&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-24%2017%3A04%3A35&tareWeightDate=2021-08-24%2017%3A04%3A35&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
  798 +{}
  799 +
  800 +[2021-08-24 17:04:37] [INFO] : ======================================================================================
  801 +[2021-08-24 17:04:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  802 +None
  803 +{}
  804 +
  805 +[2021-08-24 17:04:37] [INFO] : ======================================================================================
  806 +[2021-08-24 17:04:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  807 +{"businessCode": "jmsf"}
  808 +{}
  809 +
  810 +[2021-08-24 17:04:37] [INFO] : ======================================================================================
  811 +[2021-08-24 17:04:37] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  812 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  813 +{}
  814 +
  815 +[2021-08-24 17:04:37] [INFO] : ======================================================================================
  816 +[2021-08-24 17:04:37] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  817 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  818 +{}
  819 +
  820 +[2021-08-24 17:04:37] [INFO] : ======================================================================================
  821 +[2021-08-24 17:04:37] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  822 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  823 +{}
  824 +
  825 +[2021-08-24 17:04:37] [INFO] : ======================================================================================
  826 +[2021-08-24 17:04:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  827 +None
  828 +{'params': {'keyword': ''}}
  829 +
  830 +[2021-08-24 17:04:38] [INFO] : ======================================================================================
  831 +[2021-08-24 17:04:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  832 +None
  833 +{'params': {'pid': 'prove_type'}}
  834 +
  835 +[2021-08-24 17:04:38] [INFO] : ======================================================================================
  836 +[2021-08-24 17:04:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  837 +None
  838 +{}
  839 +
  840 +[2021-08-24 17:04:38] [INFO] : ======================================================================================
  841 +[2021-08-24 17:04:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  842 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA79098", "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-24 17:04:38", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA79098", "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": ""}
  843 +{}
  844 +
  845 +[2021-08-24 17:04:39] [INFO] : ======================================================================================
  846 +[2021-08-24 17:04:39] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  847 +{'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': '202108240200209'}
  848 +{}
  849 +
  850 +[2021-08-24 17:04:39] [INFO] : ======================================================================================
  851 +[2021-08-24 17:04:39] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5701.action
  852 +None
  853 +{}
  854 +
  855 +[2021-08-24 17:04:41] [INFO] : ======================================================================================
  856 +[2021-08-24 17:04:41] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  857 +None
  858 +{}
  859 +
  860 +[2021-08-24 17:04:41] [INFO] : ======================================================================================
  861 +[2021-08-24 17:04:41] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  862 +None
  863 +{}
  864 +
  865 +[2021-08-24 17:04:41] [INFO] : ======================================================================================
  866 +[2021-08-24 17:04:41] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  867 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5701, 'goodsId': '5715', 'number': '202108240200209', 'modified': '2021-08-24 17:04:41', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A79098', '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-24 17:04:40', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:40', 'tareWeightDate': '2021-08-24 17:04:40', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  868 +{}
  869 +
  870 +[2021-08-24 17:04:42] [INFO] : ======================================================================================
  871 +[2021-08-24 17:04:42] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
  872 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5701&goodsId=5715&number=202108240200209&modified=2021-08-24%2017%3A04%3A40&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%9DA79098&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-24%2017%3A04%3A40&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-24%2017%3A04%3A40&tareWeightDate=2021-08-24%2017%3A04%3A40&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
  873 +{}
  874 +
  875 +[2021-08-24 17:04:45] [INFO] : ======================================================================================
  876 +[2021-08-24 17:04:45] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  877 +{'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': '202108240200209'}
  878 +{}
  879 +
  880 +[2021-08-24 17:04:45] [INFO] : ======================================================================================
  881 +[2021-08-24 17:04:45] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/refund/5701.action
  882 +None
  883 +{}
  884 +
  885 +[2021-08-24 17:04:47] [INFO] : ======================================================================================
  886 +[2021-08-24 17:04:47] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  887 +None
  888 +{}
  889 +
  890 +[2021-08-24 17:04:47] [INFO] : ======================================================================================
  891 +[2021-08-24 17:04:47] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  892 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'refund', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5701, 'goodsId': '5715', 'number': '202108240200209', 'modified': '2021-08-24 17:04:43', 'status': '4', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A79098', '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-24 17:04:40', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:40', 'tareWeightDate': '2021-08-24 17:04:40', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  893 +{}
  894 +
  895 +[2021-08-24 17:04:47] [INFO] : ======================================================================================
  896 +[2021-08-24 17:04:47] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doUndo.action
  897 +protocolId=&pwd=&clientRedirectTag=&viewType=refund&optType=0&optUrl=&correctInfo=1&weightType=1&id=5701&goodsId=5715&number=202108240200209&modified=2021-08-24%2017%3A04%3A43&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%9DA79098&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-24%2017%3A04%3A40&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-24%2017%3A04%3A40&tareWeightDate=2021-08-24%2017%3A04%3A40&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
  898 +{}
  899 +
  900 +[2021-08-24 17:04:50] [INFO] : ======================================================================================
  901 +[2021-08-24 17:04:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  902 +None
  903 +{}
  904 +
  905 +[2021-08-24 17:04:50] [INFO] : ======================================================================================
  906 +[2021-08-24 17:04:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  907 +{"businessCode": "jmsf"}
  908 +{}
  909 +
  910 +[2021-08-24 17:04:50] [INFO] : ======================================================================================
  911 +[2021-08-24 17:04:50] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  912 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  913 +{}
  914 +
  915 +[2021-08-24 17:04:51] [INFO] : ======================================================================================
  916 +[2021-08-24 17:04:51] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  917 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  918 +{}
  919 +
  920 +[2021-08-24 17:04:51] [INFO] : ======================================================================================
  921 +[2021-08-24 17:04:51] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  922 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  923 +{}
  924 +
  925 +[2021-08-24 17:04:51] [INFO] : ======================================================================================
  926 +[2021-08-24 17:04:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  927 +None
  928 +{'params': {'keyword': ''}}
  929 +
  930 +[2021-08-24 17:04:51] [INFO] : ======================================================================================
  931 +[2021-08-24 17:04:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  932 +None
  933 +{'params': {'pid': 'prove_type'}}
  934 +
  935 +[2021-08-24 17:04:52] [INFO] : ======================================================================================
  936 +[2021-08-24 17:04:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  937 +None
  938 +{}
  939 +
  940 +[2021-08-24 17:04:52] [INFO] : ======================================================================================
  941 +[2021-08-24 17:04:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  942 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA38898", "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-24 17:04:52", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA38898", "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": ""}
  943 +{}
  944 +
  945 +[2021-08-24 17:04:52] [INFO] : ======================================================================================
  946 +[2021-08-24 17:04:52] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  947 +{'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': '202108240200211'}
  948 +{}
  949 +
  950 +[2021-08-24 17:04:53] [INFO] : ======================================================================================
  951 +[2021-08-24 17:04:53] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5703.action
  952 +None
  953 +{}
  954 +
  955 +[2021-08-24 17:04:54] [INFO] : ======================================================================================
  956 +[2021-08-24 17:04:54] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  957 +None
  958 +{}
  959 +
  960 +[2021-08-24 17:04:54] [INFO] : ======================================================================================
  961 +[2021-08-24 17:04:54] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  962 +None
  963 +{}
  964 +
  965 +[2021-08-24 17:04:55] [INFO] : ======================================================================================
  966 +[2021-08-24 17:04:55] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  967 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5703, 'goodsId': '5717', 'number': '202108240200211', 'modified': '2021-08-24 17:04:55', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A38898', '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-24 17:04:53', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:53', 'tareWeightDate': '2021-08-24 17:04:53', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  968 +{}
  969 +
  970 +[2021-08-24 17:04:55] [INFO] : ======================================================================================
  971 +[2021-08-24 17:04:55] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
  972 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5703&goodsId=5717&number=202108240200211&modified=2021-08-24%2017%3A04%3A53&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%9DA38898&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-24%2017%3A04%3A53&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-24%2017%3A04%3A53&tareWeightDate=2021-08-24%2017%3A04%3A53&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
  973 +{}
  974 +
  975 +[2021-08-24 17:04:58] [INFO] : ======================================================================================
  976 +[2021-08-24 17:04:58] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  977 +{'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': '202108240200211'}
  978 +{}
  979 +
  980 +[2021-08-24 17:04:58] [INFO] : ======================================================================================
  981 +[2021-08-24 17:04:58] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/unfreeze/5703.action
  982 +None
  983 +{}
  984 +
  985 +[2021-08-24 17:05:00] [INFO] : ======================================================================================
  986 +[2021-08-24 17:05:00] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  987 +None
  988 +{}
  989 +
  990 +[2021-08-24 17:05:00] [INFO] : ======================================================================================
  991 +[2021-08-24 17:05:00] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  992 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'unfreeze', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5703, 'goodsId': '5717', 'number': '202108240200211', 'modified': '2021-08-24 17:05:00', 'status': '3', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A38898', '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-24 17:04:53', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:04:53', 'tareWeightDate': '2021-08-24 17:04:53', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
  993 +{}
  994 +
  995 +[2021-08-24 17:05:00] [INFO] : ======================================================================================
  996 +[2021-08-24 17:05:00] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doUnfreeze.action
  997 +protocolId=&pwd=111111&clientRedirectTag=&viewType=unfreeze&optType=0&optUrl=&correctInfo=1&weightType=1&id=5703&goodsId=5717&number=202108240200211&modified=2021-08-24%2017%3A04%3A53&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%9DA38898&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-24%2017%3A04%3A53&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-24%2017%3A04%3A53&tareWeightDate=2021-08-24%2017%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=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
  998 +{}
  999 +
  1000 +[2021-08-24 17:05:01] [INFO] : ======================================================================================
  1001 +[2021-08-24 17:05:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1002 +None
  1003 +{}
  1004 +
  1005 +[2021-08-24 17:05:02] [INFO] : ======================================================================================
  1006 +[2021-08-24 17:05:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1007 +{"businessCode": "jmsf"}
  1008 +{}
  1009 +
  1010 +[2021-08-24 17:05:02] [INFO] : ======================================================================================
  1011 +[2021-08-24 17:05:02] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1012 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  1013 +{}
  1014 +
  1015 +[2021-08-24 17:05:02] [INFO] : ======================================================================================
  1016 +[2021-08-24 17:05:02] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1017 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1018 +{}
  1019 +
  1020 +[2021-08-24 17:05:02] [INFO] : ======================================================================================
  1021 +[2021-08-24 17:05:02] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1022 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1023 +{}
  1024 +
  1025 +[2021-08-24 17:05:02] [INFO] : ======================================================================================
  1026 +[2021-08-24 17:05:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1027 +None
  1028 +{'params': {'keyword': ''}}
  1029 +
  1030 +[2021-08-24 17:05:03] [INFO] : ======================================================================================
  1031 +[2021-08-24 17:05:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1032 +None
  1033 +{'params': {'pid': 'prove_type'}}
  1034 +
  1035 +[2021-08-24 17:05:03] [INFO] : ======================================================================================
  1036 +[2021-08-24 17:05:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1037 +None
  1038 +{}
  1039 +
  1040 +[2021-08-24 17:05:03] [INFO] : ======================================================================================
  1041 +[2021-08-24 17:05:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1042 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA84175", "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-24 17:05:03", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA84175", "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": ""}
  1043 +{}
  1044 +
  1045 +[2021-08-24 17:05:04] [INFO] : ======================================================================================
  1046 +[2021-08-24 17:05:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1047 +{'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': '202108240200212'}
  1048 +{}
  1049 +
  1050 +[2021-08-24 17:05:04] [INFO] : ======================================================================================
  1051 +[2021-08-24 17:05:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5704.action
  1052 +None
  1053 +{}
  1054 +
  1055 +[2021-08-24 17:05:06] [INFO] : ======================================================================================
  1056 +[2021-08-24 17:05:06] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  1057 +None
  1058 +{}
  1059 +
  1060 +[2021-08-24 17:05:06] [INFO] : ======================================================================================
  1061 +[2021-08-24 17:05:06] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  1062 +None
  1063 +{}
  1064 +
  1065 +[2021-08-24 17:05:06] [INFO] : ======================================================================================
  1066 +[2021-08-24 17:05:06] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  1067 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5704, 'goodsId': '5718', 'number': '202108240200212', 'modified': '2021-08-24 17:05:06', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A84175', '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-24 17:05:05', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:05:04', 'tareWeightDate': '2021-08-24 17:05:04', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  1068 +{}
  1069 +
  1070 +[2021-08-24 17:05:07] [INFO] : ======================================================================================
  1071 +[2021-08-24 17:05:07] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
  1072 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5704&goodsId=5718&number=202108240200212&modified=2021-08-24%2017%3A05%3A05&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%9DA84175&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-24%2017%3A05%3A05&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-24%2017%3A05%3A04&tareWeightDate=2021-08-24%2017%3A05%3A04&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
  1073 +{}
  1074 +
  1075 +[2021-08-24 17:05:09] [INFO] : ======================================================================================
  1076 +[2021-08-24 17:05:09] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
  1077 +{"plate": "", "number": "202108240200212", "customerName": ""}
  1078 +{}
  1079 +
  1080 +[2021-08-24 17:05:10] [INFO] : ======================================================================================
  1081 +[2021-08-24 17:05:10] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1082 +{"firmCode": "sy", "departmentId": 58, "keyword": ""}
  1083 +{}
  1084 +
  1085 +[2021-08-24 17:05:10] [INFO] : ======================================================================================
  1086 +[2021-08-24 17:05:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/backSkinWeighSave
  1087 +{"hasStoreTruck": 1, "number": "202108240200212", "outGreeterId": 223, "outGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "plate": "\u5dddA84175", "rail": 1, "tareWeight": 69, "tareWeightDate": "2021-08-24 17:05:10", "weighImgs": [], "weighId": 0, "remark": "123", "carTypeWeight": 10, "trailerNumber": "\u5dddA84175", "pathAddress": "A4-BB-6D-0A-F4-13", "bskinWithGoods": -1, "ic": "", "customerName": null, "customerId": 0, "carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66"}
  1088 +{}
  1089 +
  1090 +[2021-08-24 17:05:10] [INFO] : ======================================================================================
  1091 +[2021-08-24 17:05:10] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1092 +{'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': '202108240200212'}
  1093 +{}
  1094 +
  1095 +[2021-08-24 17:05:10] [INFO] : ======================================================================================
  1096 +[2021-08-24 17:05:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1097 +None
  1098 +{}
  1099 +
  1100 +[2021-08-24 17:05:11] [INFO] : ======================================================================================
  1101 +[2021-08-24 17:05:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1102 +{"businessCode": "jmsf"}
  1103 +{}
  1104 +
  1105 +[2021-08-24 17:05:11] [INFO] : ======================================================================================
  1106 +[2021-08-24 17:05:11] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1107 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  1108 +{}
  1109 +
  1110 +[2021-08-24 17:05:11] [INFO] : ======================================================================================
  1111 +[2021-08-24 17:05:11] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1112 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1113 +{}
  1114 +
  1115 +[2021-08-24 17:05:11] [INFO] : ======================================================================================
  1116 +[2021-08-24 17:05:11] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1117 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1118 +{}
  1119 +
  1120 +[2021-08-24 17:05:11] [INFO] : ======================================================================================
  1121 +[2021-08-24 17:05:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1122 +None
  1123 +{'params': {'keyword': ''}}
  1124 +
  1125 +[2021-08-24 17:05:12] [INFO] : ======================================================================================
  1126 +[2021-08-24 17:05:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1127 +None
  1128 +{'params': {'pid': 'prove_type'}}
  1129 +
  1130 +[2021-08-24 17:05:12] [INFO] : ======================================================================================
  1131 +[2021-08-24 17:05:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1132 +None
  1133 +{}
  1134 +
  1135 +[2021-08-24 17:05:12] [INFO] : ======================================================================================
  1136 +[2021-08-24 17:05:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1137 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA90235", "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-24 17:05:12", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA90235", "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": ""}
  1138 +{}
  1139 +
  1140 +[2021-08-24 17:05:13] [INFO] : ======================================================================================
  1141 +[2021-08-24 17:05:13] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1142 +{'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': '202108240200213'}
  1143 +{}
  1144 +
  1145 +[2021-08-24 17:05:13] [INFO] : ======================================================================================
  1146 +[2021-08-24 17:05:13] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/update/5705.action
  1147 +None
  1148 +{}
  1149 +
  1150 +[2021-08-24 17:05:14] [INFO] : ======================================================================================
  1151 +[2021-08-24 17:05:14] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  1152 +None
  1153 +{}
  1154 +
  1155 +[2021-08-24 17:05:15] [INFO] : ======================================================================================
  1156 +[2021-08-24 17:05:15] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  1157 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'update', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5705, 'goodsId': '5719', 'number': '202108240200213', 'modified': '2021-08-24 17:05:15', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A90235', '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-24 17:05:14', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:05:14', 'tareWeightDate': '2021-08-24 17:05:14', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
  1158 +{}
  1159 +
  1160 +[2021-08-24 17:05:15] [INFO] : ======================================================================================
  1161 +[2021-08-24 17:05:15] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doUpdate.action
  1162 +protocolId=&pwd=111111&clientRedirectTag=&viewType=update&optType=0&optUrl=&correctInfo=1&weightType=1&id=5705&goodsId=5719&number=202108240200213&modified=2021-08-24%2017%3A05%3A14&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%9DA90235&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-24%2017%3A05%3A14&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-24%2017%3A05%3A14&tareWeightDate=2021-08-24%2017%3A05%3A14&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
  1163 +{}
  1164 +
  1165 +[2021-08-24 17:05:15] [INFO] : ======================================================================================
  1166 +[2021-08-24 17:05:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1167 +None
  1168 +{}
  1169 +
  1170 +[2021-08-24 17:05:16] [INFO] : ======================================================================================
  1171 +[2021-08-24 17:05:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1172 +{"businessCode": "jmsf"}
  1173 +{}
  1174 +
  1175 +[2021-08-24 17:05:16] [INFO] : ======================================================================================
  1176 +[2021-08-24 17:05:16] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1177 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
  1178 +{}
  1179 +
  1180 +[2021-08-24 17:05:16] [INFO] : ======================================================================================
  1181 +[2021-08-24 17:05:16] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1182 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1183 +{}
  1184 +
  1185 +[2021-08-24 17:05:16] [INFO] : ======================================================================================
  1186 +[2021-08-24 17:05:16] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1187 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1188 +{}
  1189 +
  1190 +[2021-08-24 17:05:16] [INFO] : ======================================================================================
  1191 +[2021-08-24 17:05:16] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1192 +None
  1193 +{'params': {'keyword': ''}}
  1194 +
  1195 +[2021-08-24 17:05:17] [INFO] : ======================================================================================
  1196 +[2021-08-24 17:05:17] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1197 +None
  1198 +{'params': {'pid': 'prove_type'}}
  1199 +
  1200 +[2021-08-24 17:05:17] [INFO] : ======================================================================================
  1201 +[2021-08-24 17:05:17] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1202 +None
  1203 +{}
  1204 +
  1205 +[2021-08-24 17:05:17] [INFO] : ======================================================================================
  1206 +[2021-08-24 17:05:17] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1207 +{"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-24 17:05:17", "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": ""}
  1208 +{}
  1209 +
  1210 +[2021-08-24 17:05:18] [INFO] : ======================================================================================
  1211 +[2021-08-24 17:05:18] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/view/5706.action
  1212 +None
  1213 +{}
  1214 +
  1215 +[2021-08-24 17:05:19] [INFO] : ======================================================================================
  1216 +[2021-08-24 17:05:19] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  1217 +None
  1218 +{}
  1219 +
  1220 +[2021-08-24 17:05:20] [INFO] : ======================================================================================
  1221 +[2021-08-24 17:05:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1222 +None
  1223 +{}
  1224 +
  1225 +[2021-08-24 17:05:20] [INFO] : ======================================================================================
  1226 +[2021-08-24 17:05:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1227 +{"businessCode": "jmsf"}
  1228 +{}
  1229 +
  1230 +[2021-08-24 17:05:20] [INFO] : ======================================================================================
  1231 +[2021-08-24 17:05:20] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1232 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  1233 +{}
  1234 +
  1235 +[2021-08-24 17:05:20] [INFO] : ======================================================================================
  1236 +[2021-08-24 17:05:20] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1237 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1238 +{}
  1239 +
  1240 +[2021-08-24 17:05:20] [INFO] : ======================================================================================
  1241 +[2021-08-24 17:05:20] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1242 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1243 +{}
  1244 +
  1245 +[2021-08-24 17:05:20] [INFO] : ======================================================================================
  1246 +[2021-08-24 17:05:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1247 +None
  1248 +{'params': {'keyword': ''}}
  1249 +
  1250 +[2021-08-24 17:05:21] [INFO] : ======================================================================================
  1251 +[2021-08-24 17:05:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1252 +None
  1253 +{'params': {'pid': 'prove_type'}}
  1254 +
  1255 +[2021-08-24 17:05:21] [INFO] : ======================================================================================
  1256 +[2021-08-24 17:05:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1257 +None
  1258 +{}
  1259 +
  1260 +[2021-08-24 17:05:21] [INFO] : ======================================================================================
  1261 +[2021-08-24 17:05:21] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1262 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA79103", "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-24 17:05:21", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA79103", "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": ""}
  1263 +{}
  1264 +
  1265 +[2021-08-24 17:05:22] [INFO] : ======================================================================================
  1266 +[2021-08-24 17:05:22] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1267 +{'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': '202108240200215'}
  1268 +{}
  1269 +
  1270 +[2021-08-24 17:05:22] [INFO] : ======================================================================================
  1271 +[2021-08-24 17:05:22] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5707.action
  1272 +None
  1273 +{}
  1274 +
  1275 +[2021-08-24 17:05:24] [INFO] : ======================================================================================
  1276 +[2021-08-24 17:05:24] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  1277 +None
  1278 +{}
  1279 +
  1280 +[2021-08-24 17:05:24] [INFO] : ======================================================================================
  1281 +[2021-08-24 17:05:24] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  1282 +None
  1283 +{}
  1284 +
  1285 +[2021-08-24 17:05:24] [INFO] : ======================================================================================
  1286 +[2021-08-24 17:05:24] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  1287 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5707, 'goodsId': '5721', 'number': '202108240200215', 'modified': '2021-08-24 17:05:24', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A79103', '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-24 17:05:23', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:05:23', 'tareWeightDate': '2021-08-24 17:05:23', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  1288 +{}
  1289 +
  1290 +[2021-08-24 17:05:25] [INFO] : ======================================================================================
  1291 +[2021-08-24 17:05:25] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
  1292 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5707&goodsId=5721&number=202108240200215&modified=2021-08-24%2017%3A05%3A23&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%9DA79103&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-24%2017%3A05%3A23&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-24%2017%3A05%3A23&tareWeightDate=2021-08-24%2017%3A05%3A23&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
  1293 +{}
  1294 +
  1295 +[2021-08-24 17:05:28] [INFO] : ======================================================================================
  1296 +[2021-08-24 17:05:28] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1297 +{'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': '哈测'}
  1298 +{}
  1299 +
  1300 +[2021-08-24 17:05:29] [INFO] : ======================================================================================
  1301 +[2021-08-24 17:05:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1302 +None
  1303 +{}
  1304 +
  1305 +[2021-08-24 17:05:29] [INFO] : ======================================================================================
  1306 +[2021-08-24 17:05:29] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1307 +{"businessCode": "jmsf"}
  1308 +{}
  1309 +
  1310 +[2021-08-24 17:05:30] [INFO] : ======================================================================================
  1311 +[2021-08-24 17:05:30] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1312 +{"marketId": 9, "state": 1, "keyword": "\u6811\u756a\u8304"}
  1313 +{}
  1314 +
  1315 +[2021-08-24 17:05:30] [INFO] : ======================================================================================
  1316 +[2021-08-24 17:05:30] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1317 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1318 +{}
  1319 +
  1320 +[2021-08-24 17:05:30] [INFO] : ======================================================================================
  1321 +[2021-08-24 17:05:30] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1322 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1323 +{}
  1324 +
  1325 +[2021-08-24 17:05:30] [INFO] : ======================================================================================
  1326 +[2021-08-24 17:05:30] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1327 +None
  1328 +{'params': {'keyword': ''}}
  1329 +
  1330 +[2021-08-24 17:05:31] [INFO] : ======================================================================================
  1331 +[2021-08-24 17:05:31] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1332 +None
  1333 +{'params': {'pid': 'prove_type'}}
  1334 +
  1335 +[2021-08-24 17:05:31] [INFO] : ======================================================================================
  1336 +[2021-08-24 17:05:31] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1337 +None
  1338 +{}
  1339 +
  1340 +[2021-08-24 17:05:31] [INFO] : ======================================================================================
  1341 +[2021-08-24 17:05:31] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1342 +{"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-24 17:05:31", "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": ""}
  1343 +{}
  1344 +
  1345 +[2021-08-24 17:05:32] [INFO] : ======================================================================================
  1346 +[2021-08-24 17:05:32] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1347 +{'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': '树番茄'}
  1348 +{}
  1349 +
  1350 +[2021-08-24 17:05:32] [INFO] : ======================================================================================
  1351 +[2021-08-24 17:05:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1352 +None
  1353 +{}
  1354 +
  1355 +[2021-08-24 17:05:32] [INFO] : ======================================================================================
  1356 +[2021-08-24 17:05:32] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1357 +{"businessCode": "jmsf"}
  1358 +{}
  1359 +
  1360 +[2021-08-24 17:05:33] [INFO] : ======================================================================================
  1361 +[2021-08-24 17:05:33] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1362 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  1363 +{}
  1364 +
  1365 +[2021-08-24 17:05:33] [INFO] : ======================================================================================
  1366 +[2021-08-24 17:05:33] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1367 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1368 +{}
  1369 +
  1370 +[2021-08-24 17:05:33] [INFO] : ======================================================================================
  1371 +[2021-08-24 17:05:33] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1372 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1373 +{}
  1374 +
  1375 +[2021-08-24 17:05:33] [INFO] : ======================================================================================
  1376 +[2021-08-24 17:05:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1377 +None
  1378 +{'params': {'keyword': ''}}
  1379 +
  1380 +[2021-08-24 17:05:33] [INFO] : ======================================================================================
  1381 +[2021-08-24 17:05:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1382 +None
  1383 +{'params': {'pid': 'prove_type'}}
  1384 +
  1385 +[2021-08-24 17:05:34] [INFO] : ======================================================================================
  1386 +[2021-08-24 17:05:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1387 +None
  1388 +{}
  1389 +
  1390 +[2021-08-24 17:05:34] [INFO] : ======================================================================================
  1391 +[2021-08-24 17:05:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1392 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA20294", "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-24 17:05:34", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA20294", "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": ""}
  1393 +{}
  1394 +
  1395 +[2021-08-24 17:05:35] [INFO] : ======================================================================================
  1396 +[2021-08-24 17:05:35] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1397 +{'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': '202108240200217'}
  1398 +{}
  1399 +
  1400 +[2021-08-24 17:05:35] [INFO] : ======================================================================================
  1401 +[2021-08-24 17:05:35] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5709.action
  1402 +None
  1403 +{}
  1404 +
  1405 +[2021-08-24 17:05:36] [INFO] : ======================================================================================
  1406 +[2021-08-24 17:05:36] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  1407 +None
  1408 +{}
  1409 +
  1410 +[2021-08-24 17:05:37] [INFO] : ======================================================================================
  1411 +[2021-08-24 17:05:37] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  1412 +None
  1413 +{}
  1414 +
  1415 +[2021-08-24 17:05:37] [INFO] : ======================================================================================
  1416 +[2021-08-24 17:05:37] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  1417 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5709, 'goodsId': '5723', 'number': '202108240200217', 'modified': '2021-08-24 17:05:37', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A20294', '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-24 17:05:35', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:05:35', 'tareWeightDate': '2021-08-24 17:05:35', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  1418 +{}
  1419 +
  1420 +[2021-08-24 17:05:37] [INFO] : ======================================================================================
  1421 +[2021-08-24 17:05:37] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
  1422 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5709&goodsId=5723&number=202108240200217&modified=2021-08-24%2017%3A05%3A35&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%9DA20294&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-24%2017%3A05%3A35&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-24%2017%3A05%3A35&tareWeightDate=2021-08-24%2017%3A05%3A35&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
  1423 +{}
  1424 +
  1425 +[2021-08-24 17:05:41] [INFO] : ======================================================================================
  1426 +[2021-08-24 17:05:41] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1427 +{'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'}
  1428 +{}
  1429 +
  1430 +[2021-08-24 17:05:42] [INFO] : ======================================================================================
  1431 +[2021-08-24 17:05:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1432 +None
  1433 +{}
  1434 +
  1435 +[2021-08-24 17:05:42] [INFO] : ======================================================================================
  1436 +[2021-08-24 17:05:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1437 +{"businessCode": "jmsf"}
  1438 +{}
  1439 +
  1440 +[2021-08-24 17:05:42] [INFO] : ======================================================================================
  1441 +[2021-08-24 17:05:42] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1442 +{"marketId": 9, "state": 1, "keyword": "\u6811\u756a\u8304"}
  1443 +{}
  1444 +
  1445 +[2021-08-24 17:05:42] [INFO] : ======================================================================================
  1446 +[2021-08-24 17:05:42] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1447 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1448 +{}
  1449 +
  1450 +[2021-08-24 17:05:42] [INFO] : ======================================================================================
  1451 +[2021-08-24 17:05:42] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1452 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1453 +{}
  1454 +
  1455 +[2021-08-24 17:05:43] [INFO] : ======================================================================================
  1456 +[2021-08-24 17:05:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1457 +None
  1458 +{'params': {'keyword': ''}}
  1459 +
  1460 +[2021-08-24 17:05:43] [INFO] : ======================================================================================
  1461 +[2021-08-24 17:05:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1462 +None
  1463 +{'params': {'pid': 'prove_type'}}
  1464 +
  1465 +[2021-08-24 17:05:43] [INFO] : ======================================================================================
  1466 +[2021-08-24 17:05:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1467 +None
  1468 +{}
  1469 +
  1470 +[2021-08-24 17:05:44] [INFO] : ======================================================================================
  1471 +[2021-08-24 17:05:44] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1472 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA81302", "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-24 17:05:44", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA81302", "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": ""}
  1473 +{}
  1474 +
  1475 +[2021-08-24 17:05:44] [INFO] : ======================================================================================
  1476 +[2021-08-24 17:05:44] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1477 +{'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': '202108240200218'}
  1478 +{}
  1479 +
  1480 +[2021-08-24 17:05:44] [INFO] : ======================================================================================
  1481 +[2021-08-24 17:05:44] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  1482 +None
  1483 +{}
  1484 +
  1485 +[2021-08-24 17:05:45] [INFO] : ======================================================================================
  1486 +[2021-08-24 17:05:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1487 +None
  1488 +{}
  1489 +
  1490 +[2021-08-24 17:05:45] [INFO] : ======================================================================================
  1491 +[2021-08-24 17:05:45] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1492 +{"businessCode": "jmsf"}
  1493 +{}
  1494 +
  1495 +[2021-08-24 17:05:45] [INFO] : ======================================================================================
  1496 +[2021-08-24 17:05:45] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1497 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  1498 +{}
  1499 +
  1500 +[2021-08-24 17:05:45] [INFO] : ======================================================================================
  1501 +[2021-08-24 17:05:45] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1502 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1503 +{}
  1504 +
  1505 +[2021-08-24 17:05:45] [INFO] : ======================================================================================
  1506 +[2021-08-24 17:05:45] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1507 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1508 +{}
  1509 +
  1510 +[2021-08-24 17:05:46] [INFO] : ======================================================================================
  1511 +[2021-08-24 17:05:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1512 +None
  1513 +{'params': {'keyword': ''}}
  1514 +
  1515 +[2021-08-24 17:05:46] [INFO] : ======================================================================================
  1516 +[2021-08-24 17:05:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1517 +None
  1518 +{'params': {'pid': 'prove_type'}}
  1519 +
  1520 +[2021-08-24 17:05:46] [INFO] : ======================================================================================
  1521 +[2021-08-24 17:05:46] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1522 +None
  1523 +{}
  1524 +
  1525 +[2021-08-24 17:05:47] [INFO] : ======================================================================================
  1526 +[2021-08-24 17:05:47] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1527 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA80078", "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-24 17:05:47", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA80078", "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": ""}
  1528 +{}
  1529 +
  1530 +[2021-08-24 17:05:47] [INFO] : ======================================================================================
  1531 +[2021-08-24 17:05:47] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1532 +{'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': '202108240200219'}
  1533 +{}
  1534 +
  1535 +[2021-08-24 17:05:47] [INFO] : ======================================================================================
  1536 +[2021-08-24 17:05:47] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5711.action
  1537 +None
  1538 +{}
  1539 +
  1540 +[2021-08-24 17:05:49] [INFO] : ======================================================================================
  1541 +[2021-08-24 17:05:49] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  1542 +None
  1543 +{}
  1544 +
  1545 +[2021-08-24 17:05:49] [INFO] : ======================================================================================
  1546 +[2021-08-24 17:05:49] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  1547 +None
  1548 +{}
  1549 +
  1550 +[2021-08-24 17:05:49] [INFO] : ======================================================================================
  1551 +[2021-08-24 17:05:49] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  1552 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5711, 'goodsId': '5725', 'number': '202108240200219', 'modified': '2021-08-24 17:05:49', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A80078', '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-24 17:05:48', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:05:48', 'tareWeightDate': '2021-08-24 17:05:48', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  1553 +{}
  1554 +
  1555 +[2021-08-24 17:05:50] [INFO] : ======================================================================================
  1556 +[2021-08-24 17:05:50] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
  1557 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5711&goodsId=5725&number=202108240200219&modified=2021-08-24%2017%3A05%3A48&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%9DA80078&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-24%2017%3A05%3A48&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-24%2017%3A05%3A48&tareWeightDate=2021-08-24%2017%3A05%3A48&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
  1558 +{}
  1559 +
  1560 +[2021-08-24 17:05:53] [INFO] : ======================================================================================
  1561 +[2021-08-24 17:05:53] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1562 +{'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'}
  1563 +{}
  1564 +
  1565 +[2021-08-24 17:05:55] [INFO] : ======================================================================================
  1566 +[2021-08-24 17:05:55] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1567 +None
  1568 +{}
  1569 +
  1570 +[2021-08-24 17:05:55] [INFO] : ======================================================================================
  1571 +[2021-08-24 17:05:55] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1572 +{"businessCode": "jmsf"}
  1573 +{}
  1574 +
  1575 +[2021-08-24 17:05:55] [INFO] : ======================================================================================
  1576 +[2021-08-24 17:05:55] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1577 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  1578 +{}
  1579 +
  1580 +[2021-08-24 17:05:55] [INFO] : ======================================================================================
  1581 +[2021-08-24 17:05:55] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1582 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1583 +{}
  1584 +
  1585 +[2021-08-24 17:05:55] [INFO] : ======================================================================================
  1586 +[2021-08-24 17:05:55] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1587 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1588 +{}
  1589 +
  1590 +[2021-08-24 17:05:55] [INFO] : ======================================================================================
  1591 +[2021-08-24 17:05:55] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1592 +None
  1593 +{'params': {'keyword': ''}}
  1594 +
  1595 +[2021-08-24 17:05:56] [INFO] : ======================================================================================
  1596 +[2021-08-24 17:05:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1597 +None
  1598 +{'params': {'pid': 'prove_type'}}
  1599 +
  1600 +[2021-08-24 17:05:56] [INFO] : ======================================================================================
  1601 +[2021-08-24 17:05:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1602 +None
  1603 +{}
  1604 +
  1605 +[2021-08-24 17:05:56] [INFO] : ======================================================================================
  1606 +[2021-08-24 17:05:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1607 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA30416", "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-24 17:05:56", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA30416", "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": ""}
  1608 +{}
  1609 +
  1610 +[2021-08-24 17:05:57] [INFO] : ======================================================================================
  1611 +[2021-08-24 17:05:57] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1612 +{'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': '川A30416'}
  1613 +{}
  1614 +
  1615 +[2021-08-24 17:05:57] [INFO] : ======================================================================================
  1616 +[2021-08-24 17:05:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1617 +None
  1618 +{}
  1619 +
  1620 +[2021-08-24 17:05:57] [INFO] : ======================================================================================
  1621 +[2021-08-24 17:05:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1622 +{"businessCode": "jmsf"}
  1623 +{}
  1624 +
  1625 +[2021-08-24 17:05:58] [INFO] : ======================================================================================
  1626 +[2021-08-24 17:05:58] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1627 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  1628 +{}
  1629 +
  1630 +[2021-08-24 17:05:58] [INFO] : ======================================================================================
  1631 +[2021-08-24 17:05:58] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1632 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1633 +{}
  1634 +
  1635 +[2021-08-24 17:05:58] [INFO] : ======================================================================================
  1636 +[2021-08-24 17:05:58] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1637 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1638 +{}
  1639 +
  1640 +[2021-08-24 17:05:58] [INFO] : ======================================================================================
  1641 +[2021-08-24 17:05:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1642 +None
  1643 +{'params': {'keyword': ''}}
  1644 +
  1645 +[2021-08-24 17:05:58] [INFO] : ======================================================================================
  1646 +[2021-08-24 17:05:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1647 +None
  1648 +{'params': {'pid': 'prove_type'}}
  1649 +
  1650 +[2021-08-24 17:05:59] [INFO] : ======================================================================================
  1651 +[2021-08-24 17:05:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1652 +None
  1653 +{}
  1654 +
  1655 +[2021-08-24 17:05:59] [INFO] : ======================================================================================
  1656 +[2021-08-24 17:05:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1657 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA53994", "inGreeterId": 20, "inGreeterName": "\u54c8\u8fbe\u6d4b\u8bd5", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 109, "grossWeightDate": "2021-08-24 17:05:59", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA53994", "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": ""}
  1658 +{}
  1659 +
  1660 +[2021-08-24 17:06:00] [INFO] : ======================================================================================
  1661 +[2021-08-24 17:06:00] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1662 +{'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': '202108240200221'}
  1663 +{}
  1664 +
  1665 +[2021-08-24 17:06:00] [INFO] : ======================================================================================
  1666 +[2021-08-24 17:06:00] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5713.action
  1667 +None
  1668 +{}
  1669 +
  1670 +[2021-08-24 17:06:01] [INFO] : ======================================================================================
  1671 +[2021-08-24 17:06:01] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  1672 +None
  1673 +{}
  1674 +
  1675 +[2021-08-24 17:06:02] [INFO] : ======================================================================================
  1676 +[2021-08-24 17:06:02] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  1677 +None
  1678 +{}
  1679 +
  1680 +[2021-08-24 17:06:02] [INFO] : ======================================================================================
  1681 +[2021-08-24 17:06:02] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  1682 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5713, 'goodsId': '5727', 'number': '202108240200221', 'modified': '2021-08-24 17:06:02', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A53994', '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-24 17:06:00', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:06:00', 'tareWeightDate': '2021-08-24 17:06:00', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '哈达测试', 'inGreeterId': '20', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  1683 +{}
  1684 +
  1685 +[2021-08-24 17:06:02] [INFO] : ======================================================================================
  1686 +[2021-08-24 17:06:02] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
  1687 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5713&goodsId=5727&number=202108240200221&modified=2021-08-24%2017%3A06%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%9DA53994&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-24%2017%3A06%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-24%2017%3A06%3A00&tareWeightDate=2021-08-24%2017%3A06%3A00&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E5%93%88%E8%BE%BE%E6%B5%8B%E8%AF%95&inGreeterId=20&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
  1688 +{}
  1689 +
  1690 +[2021-08-24 17:06:06] [INFO] : ======================================================================================
  1691 +[2021-08-24 17:06:06] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1692 +{'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': '尔滨田太子'}
  1693 +{}
  1694 +
  1695 +[2021-08-24 17:06:07] [INFO] : ======================================================================================
  1696 +[2021-08-24 17:06:07] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
  1697 +{'provider': 'carTypeForJmsfProvider'}
  1698 +{}
  1699 +
  1700 +[2021-08-24 17:06:07] [INFO] : ======================================================================================
  1701 +[2021-08-24 17:06:07] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
  1702 +{'provider': 'categoryProvider'}
  1703 +{}
  1704 +
  1705 +[2021-08-24 17:06:07] [INFO] : ======================================================================================
  1706 +[2021-08-24 17:06:07] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1707 +None
  1708 +{'params': {'keyword': ''}}
  1709 +
  1710 +[2021-08-24 17:06:08] [INFO] : ======================================================================================
  1711 +[2021-08-24 17:06:08] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
  1712 +{'provider': 'entranceFeeBillTypeProvider'}
  1713 +{}
  1714 +
  1715 +[2021-08-24 17:06:08] [INFO] : ======================================================================================
  1716 +[2021-08-24 17:06:08] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
  1717 +{'provider': 'entranceFeeBillStateProvider'}
  1718 +{}
  1719 +
  1720 +[2021-08-24 17:06:08] [INFO] : ======================================================================================
  1721 +[2021-08-24 17:06:08] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
  1722 +{'provider': 'tradeTypeProvider'}
  1723 +{}
  1724 +
  1725 +[2021-08-24 17:06:08] [INFO] : ======================================================================================
  1726 +[2021-08-24 17:06:08] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1727 +{'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'}
  1728 +{}
  1729 +
  1730 +[2021-08-24 17:06:10] [INFO] : ======================================================================================
  1731 +[2021-08-24 17:06:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1732 +None
  1733 +{}
  1734 +
  1735 +[2021-08-24 17:06:10] [INFO] : ======================================================================================
  1736 +[2021-08-24 17:06:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1737 +{"businessCode": "jmsf"}
  1738 +{}
  1739 +
  1740 +[2021-08-24 17:06:10] [INFO] : ======================================================================================
  1741 +[2021-08-24 17:06:10] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1742 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
  1743 +{}
  1744 +
  1745 +[2021-08-24 17:06:11] [INFO] : ======================================================================================
  1746 +[2021-08-24 17:06:11] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1747 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1748 +{}
  1749 +
  1750 +[2021-08-24 17:06:11] [INFO] : ======================================================================================
  1751 +[2021-08-24 17:06:11] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1752 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1753 +{}
  1754 +
  1755 +[2021-08-24 17:06:11] [INFO] : ======================================================================================
  1756 +[2021-08-24 17:06:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1757 +None
  1758 +{'params': {'keyword': ''}}
  1759 +
  1760 +[2021-08-24 17:06:11] [INFO] : ======================================================================================
  1761 +[2021-08-24 17:06:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1762 +None
  1763 +{'params': {'pid': 'prove_type'}}
  1764 +
  1765 +[2021-08-24 17:06:12] [INFO] : ======================================================================================
  1766 +[2021-08-24 17:06:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1767 +None
  1768 +{}
  1769 +
  1770 +[2021-08-24 17:06:12] [INFO] : ======================================================================================
  1771 +[2021-08-24 17:06:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1772 +{"carTypeCode": "875", "carTypeId": 159, "carTypeName": "\u5c0f\u8f7f\u8f66", "carTypeWeight": 30, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 129, "grossWeightDate": "2021-08-24 17:06:12", "newWeight": 99, "tareWeight": 30, "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": ""}
  1773 +{}
  1774 +
  1775 +[2021-08-24 17:06:12] [INFO] : ======================================================================================
  1776 +[2021-08-24 17:06:12] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1777 +{'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': 159}
  1778 +{}
  1779 +
  1780 +[2021-08-24 17:06:13] [INFO] : ======================================================================================
  1781 +[2021-08-24 17:06:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1782 +None
  1783 +{}
  1784 +
  1785 +[2021-08-24 17:06:13] [INFO] : ======================================================================================
  1786 +[2021-08-24 17:06:13] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1787 +{"businessCode": "jmsf"}
  1788 +{}
  1789 +
  1790 +[2021-08-24 17:06:13] [INFO] : ======================================================================================
  1791 +[2021-08-24 17:06:13] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1792 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  1793 +{}
  1794 +
  1795 +[2021-08-24 17:06:13] [INFO] : ======================================================================================
  1796 +[2021-08-24 17:06:13] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1797 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1798 +{}
  1799 +
  1800 +[2021-08-24 17:06:13] [INFO] : ======================================================================================
  1801 +[2021-08-24 17:06:13] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1802 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1803 +{}
  1804 +
  1805 +[2021-08-24 17:06:14] [INFO] : ======================================================================================
  1806 +[2021-08-24 17:06:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1807 +None
  1808 +{'params': {'keyword': ''}}
  1809 +
  1810 +[2021-08-24 17:06:14] [INFO] : ======================================================================================
  1811 +[2021-08-24 17:06:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1812 +None
  1813 +{'params': {'pid': 'prove_type'}}
  1814 +
  1815 +[2021-08-24 17:06:14] [INFO] : ======================================================================================
  1816 +[2021-08-24 17:06:14] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1817 +None
  1818 +{}
  1819 +
  1820 +[2021-08-24 17:06:15] [INFO] : ======================================================================================
  1821 +[2021-08-24 17:06:15] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1822 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA80420", "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-24 17:06:15", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA80420", "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": ""}
  1823 +{}
  1824 +
  1825 +[2021-08-24 17:06:15] [INFO] : ======================================================================================
  1826 +[2021-08-24 17:06:15] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1827 +{'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': '202108240200223'}
  1828 +{}
  1829 +
  1830 +[2021-08-24 17:06:15] [INFO] : ======================================================================================
  1831 +[2021-08-24 17:06:15] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5715.action
  1832 +None
  1833 +{}
  1834 +
  1835 +[2021-08-24 17:06:17] [INFO] : ======================================================================================
  1836 +[2021-08-24 17:06:17] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  1837 +None
  1838 +{}
  1839 +
  1840 +[2021-08-24 17:06:17] [INFO] : ======================================================================================
  1841 +[2021-08-24 17:06:17] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  1842 +None
  1843 +{}
  1844 +
  1845 +[2021-08-24 17:06:17] [INFO] : ======================================================================================
  1846 +[2021-08-24 17:06:17] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  1847 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5715, 'goodsId': '5729', 'number': '202108240200223', 'modified': '2021-08-24 17:06:17', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A80420', '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-24 17:06:16', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:06:16', 'tareWeightDate': '2021-08-24 17:06:16', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  1848 +{}
  1849 +
  1850 +[2021-08-24 17:06:18] [INFO] : ======================================================================================
  1851 +[2021-08-24 17:06:18] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
  1852 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5715&goodsId=5729&number=202108240200223&modified=2021-08-24%2017%3A06%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%9DA80420&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-24%2017%3A06%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-24%2017%3A06%3A16&tareWeightDate=2021-08-24%2017%3A06%3A16&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
  1853 +{}
  1854 +
  1855 +[2021-08-24 17:06:21] [INFO] : ======================================================================================
  1856 +[2021-08-24 17:06:21] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1857 +{'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': '202108240200223'}
  1858 +{}
  1859 +
  1860 +[2021-08-24 17:06:21] [INFO] : ======================================================================================
  1861 +[2021-08-24 17:06:21] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1862 +{'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-24 17:06:16', 'endTime': '2021-08-24 17:06:16'}
  1863 +{}
  1864 +
  1865 +[2021-08-24 17:06:22] [INFO] : ======================================================================================
  1866 +[2021-08-24 17:06:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1867 +None
  1868 +{}
  1869 +
  1870 +[2021-08-24 17:06:22] [INFO] : ======================================================================================
  1871 +[2021-08-24 17:06:22] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1872 +{"businessCode": "jmsf"}
  1873 +{}
  1874 +
  1875 +[2021-08-24 17:06:22] [INFO] : ======================================================================================
  1876 +[2021-08-24 17:06:22] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1877 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
  1878 +{}
  1879 +
  1880 +[2021-08-24 17:06:22] [INFO] : ======================================================================================
  1881 +[2021-08-24 17:06:22] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1882 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1883 +{}
  1884 +
  1885 +[2021-08-24 17:06:22] [INFO] : ======================================================================================
  1886 +[2021-08-24 17:06:22] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1887 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1888 +{}
  1889 +
  1890 +[2021-08-24 17:06:23] [INFO] : ======================================================================================
  1891 +[2021-08-24 17:06:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1892 +None
  1893 +{'params': {'keyword': ''}}
  1894 +
  1895 +[2021-08-24 17:06:23] [INFO] : ======================================================================================
  1896 +[2021-08-24 17:06:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1897 +None
  1898 +{'params': {'pid': 'prove_type'}}
  1899 +
  1900 +[2021-08-24 17:06:23] [INFO] : ======================================================================================
  1901 +[2021-08-24 17:06:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1902 +None
  1903 +{}
  1904 +
  1905 +[2021-08-24 17:06:24] [INFO] : ======================================================================================
  1906 +[2021-08-24 17:06:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1907 +{"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-24 17:06:24", "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": ""}
  1908 +{}
  1909 +
  1910 +[2021-08-24 17:06:24] [INFO] : ======================================================================================
  1911 +[2021-08-24 17:06:24] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1912 +{'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}
  1913 +{}
  1914 +
  1915 +[2021-08-24 17:06:24] [INFO] : ======================================================================================
  1916 +[2021-08-24 17:06:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  1917 +None
  1918 +{}
  1919 +
  1920 +[2021-08-24 17:06:25] [INFO] : ======================================================================================
  1921 +[2021-08-24 17:06:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  1922 +{"businessCode": "jmsf"}
  1923 +{}
  1924 +
  1925 +[2021-08-24 17:06:25] [INFO] : ======================================================================================
  1926 +[2021-08-24 17:06:25] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  1927 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  1928 +{}
  1929 +
  1930 +[2021-08-24 17:06:25] [INFO] : ======================================================================================
  1931 +[2021-08-24 17:06:25] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  1932 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  1933 +{}
  1934 +
  1935 +[2021-08-24 17:06:25] [INFO] : ======================================================================================
  1936 +[2021-08-24 17:06:25] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  1937 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  1938 +{}
  1939 +
  1940 +[2021-08-24 17:06:25] [INFO] : ======================================================================================
  1941 +[2021-08-24 17:06:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  1942 +None
  1943 +{'params': {'keyword': ''}}
  1944 +
  1945 +[2021-08-24 17:06:26] [INFO] : ======================================================================================
  1946 +[2021-08-24 17:06:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  1947 +None
  1948 +{'params': {'pid': 'prove_type'}}
  1949 +
  1950 +[2021-08-24 17:06:26] [INFO] : ======================================================================================
  1951 +[2021-08-24 17:06:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  1952 +None
  1953 +{}
  1954 +
  1955 +[2021-08-24 17:06:26] [INFO] : ======================================================================================
  1956 +[2021-08-24 17:06:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  1957 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA60487", "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-24 17:06:26", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA60487", "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": ""}
  1958 +{}
  1959 +
  1960 +[2021-08-24 17:06:27] [INFO] : ======================================================================================
  1961 +[2021-08-24 17:06:27] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1962 +{'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': '202108240200225'}
  1963 +{}
  1964 +
  1965 +[2021-08-24 17:06:27] [INFO] : ======================================================================================
  1966 +[2021-08-24 17:06:27] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5717.action
  1967 +None
  1968 +{}
  1969 +
  1970 +[2021-08-24 17:06:28] [INFO] : ======================================================================================
  1971 +[2021-08-24 17:06:28] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=210823173732
  1972 +None
  1973 +{}
  1974 +
  1975 +[2021-08-24 17:06:29] [INFO] : ======================================================================================
  1976 +[2021-08-24 17:06:29] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  1977 +None
  1978 +{}
  1979 +
  1980 +[2021-08-24 17:06:29] [INFO] : ======================================================================================
  1981 +[2021-08-24 17:06:29] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  1982 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5717, 'goodsId': '5731', 'number': '202108240200225', 'modified': '2021-08-24 17:06:29', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A60487', '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-24 17:06:28', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:06:27', 'tareWeightDate': '2021-08-24 17:06:27', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  1983 +{}
  1984 +
  1985 +[2021-08-24 17:06:29] [INFO] : ======================================================================================
  1986 +[2021-08-24 17:06:29] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
  1987 +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5717&goodsId=5731&number=202108240200225&modified=2021-08-24%2017%3A06%3A28&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%9DA60487&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-24%2017%3A06%3A28&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-24%2017%3A06%3A27&tareWeightDate=2021-08-24%2017%3A06%3A27&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
  1988 +{}
  1989 +
  1990 +[2021-08-24 17:06:33] [INFO] : ======================================================================================
  1991 +[2021-08-24 17:06:33] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1992 +{'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': '202108240200225'}
  1993 +{}
  1994 +
  1995 +[2021-08-24 17:06:33] [INFO] : ======================================================================================
  1996 +[2021-08-24 17:06:33] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  1997 +{'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-24 17:06:32', 'endPayTime': '2021-08-24 17:06:32'}
  1998 +{}
  1999 +
  2000 +[2021-08-24 17:06:33] [INFO] : ======================================================================================
  2001 +[2021-08-24 17:06:33] [INFO] : http://test.jmsf.diligrp.com:8385/category/search.action?name=蔬菜
  2002 +None
  2003 +{'params': {'name': '蔬菜', 'keyword': '蔬菜'}}
  2004 +
  2005 +[2021-08-24 17:06:33] [INFO] : ======================================================================================
  2006 +[2021-08-24 17:06:33] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  2007 +None
  2008 +{}
  2009 +
  2010 +[2021-08-24 17:06:34] [INFO] : ======================================================================================
  2011 +[2021-08-24 17:06:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  2012 +{"businessCode": "jmsf"}
  2013 +{}
  2014 +
  2015 +[2021-08-24 17:06:34] [INFO] : ======================================================================================
  2016 +[2021-08-24 17:06:34] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  2017 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
  2018 +{}
  2019 +
  2020 +[2021-08-24 17:06:34] [INFO] : ======================================================================================
  2021 +[2021-08-24 17:06:34] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  2022 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  2023 +{}
  2024 +
  2025 +[2021-08-24 17:06:34] [INFO] : ======================================================================================
  2026 +[2021-08-24 17:06:34] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  2027 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  2028 +{}
  2029 +
  2030 +[2021-08-24 17:06:34] [INFO] : ======================================================================================
  2031 +[2021-08-24 17:06:34] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  2032 +None
  2033 +{'params': {'keyword': ''}}
  2034 +
  2035 +[2021-08-24 17:06:35] [INFO] : ======================================================================================
  2036 +[2021-08-24 17:06:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  2037 +None
  2038 +{'params': {'pid': 'prove_type'}}
  2039 +
  2040 +[2021-08-24 17:06:35] [INFO] : ======================================================================================
  2041 +[2021-08-24 17:06:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  2042 +None
  2043 +{}
  2044 +
  2045 +[2021-08-24 17:06:35] [INFO] : ======================================================================================
  2046 +[2021-08-24 17:06:35] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  2047 +{"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-24 17:06: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": ""}
  2048 +{}
  2049 +
  2050 +[2021-08-24 17:06:36] [INFO] : ======================================================================================
  2051 +[2021-08-24 17:06:36] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  2052 +{'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}
  2053 +{}
  2054 +
  2055 +[2021-08-24 17:06:36] [INFO] : ======================================================================================
  2056 +[2021-08-24 17:06:36] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  2057 +None
  2058 +{}
  2059 +
  2060 +[2021-08-24 17:06:37] [INFO] : ======================================================================================
  2061 +[2021-08-24 17:06:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  2062 +{"businessCode": "jmsf"}
  2063 +{}
  2064 +
  2065 +[2021-08-24 17:06:37] [INFO] : ======================================================================================
  2066 +[2021-08-24 17:06:37] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  2067 +{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
  2068 +{}
  2069 +
  2070 +[2021-08-24 17:06:37] [INFO] : ======================================================================================
  2071 +[2021-08-24 17:06:37] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  2072 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  2073 +{}
  2074 +
  2075 +[2021-08-24 17:06:37] [INFO] : ======================================================================================
  2076 +[2021-08-24 17:06:37] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  2077 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  2078 +{}
  2079 +
  2080 +[2021-08-24 17:06:37] [INFO] : ======================================================================================
  2081 +[2021-08-24 17:06:37] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  2082 +None
  2083 +{'params': {'keyword': ''}}
  2084 +
  2085 +[2021-08-24 17:06:38] [INFO] : ======================================================================================
  2086 +[2021-08-24 17:06:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  2087 +None
  2088 +{'params': {'pid': 'prove_type'}}
  2089 +
  2090 +[2021-08-24 17:06:38] [INFO] : ======================================================================================
  2091 +[2021-08-24 17:06:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  2092 +None
  2093 +{}
  2094 +
  2095 +[2021-08-24 17:06:38] [INFO] : ======================================================================================
  2096 +[2021-08-24 17:06:38] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  2097 +{"carTypeCode": "456", "carTypeId": 158, "carTypeName": "\u5730\u6392\u8f66", "carTypeWeight": 10, "plate": "\u5dddA90446", "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-24 17:06:38", "newWeight": 99, "tareWeight": 10, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA90446", "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": ""}
  2098 +{}
  2099 +
  2100 +[2021-08-24 17:06:39] [INFO] : ======================================================================================
  2101 +[2021-08-24 17:06:39] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  2102 +{'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': '202108240200227'}
  2103 +{}
  2104 +
  2105 +[2021-08-24 17:06:39] [INFO] : ======================================================================================
  2106 +[2021-08-24 17:06:39] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5719.action
  2107 +None
  2108 +{}
  2109 +
  2110 +[2021-08-24 17:06:41] [INFO] : ======================================================================================
  2111 +[2021-08-24 17:06:41] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426
  2112 +None
  2113 +{}
  2114 +
  2115 +[2021-08-24 17:06:41] [INFO] : ======================================================================================
  2116 +[2021-08-24 17:06:41] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
  2117 +{'provider': 'authDepartmentProvider'}
  2118 +{}
  2119 +
  2120 +[2021-08-24 17:06:41] [INFO] : ======================================================================================
  2121 +[2021-08-24 17:06:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  2122 +None
  2123 +{}
  2124 +
  2125 +[2021-08-24 17:06:41] [INFO] : ======================================================================================
  2126 +[2021-08-24 17:06:41] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  2127 +{"businessCode": "jmsf"}
  2128 +{}
  2129 +
  2130 +[2021-08-24 17:06:41] [INFO] : ======================================================================================
  2131 +[2021-08-24 17:06:41] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  2132 +{"marketId": 9, "state": 1, "keyword": "\u6c34\u751f\u852c\u83dc"}
  2133 +{}
  2134 +
  2135 +[2021-08-24 17:06:41] [INFO] : ======================================================================================
  2136 +[2021-08-24 17:06:41] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  2137 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  2138 +{}
  2139 +
  2140 +[2021-08-24 17:06:42] [INFO] : ======================================================================================
  2141 +[2021-08-24 17:06:42] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  2142 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  2143 +{}
  2144 +
  2145 +[2021-08-24 17:06:42] [INFO] : ======================================================================================
  2146 +[2021-08-24 17:06:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  2147 +None
  2148 +{'params': {'keyword': ''}}
  2149 +
  2150 +[2021-08-24 17:06:42] [INFO] : ======================================================================================
  2151 +[2021-08-24 17:06:42] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  2152 +None
  2153 +{'params': {'pid': 'prove_type'}}
  2154 +
  2155 +[2021-08-24 17:06:43] [INFO] : ======================================================================================
  2156 +[2021-08-24 17:06:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  2157 +None
  2158 +{}
  2159 +
  2160 +[2021-08-24 17:06:43] [INFO] : ======================================================================================
  2161 +[2021-08-24 17:06:43] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  2162 +{"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-24 17:06:43", "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": ""}
  2163 +{}
  2164 +
  2165 +[2021-08-24 17:06:43] [INFO] : ======================================================================================
  2166 +[2021-08-24 17:06:43] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  2167 +{'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': '202108240200228'}
  2168 +{}
  2169 +
  2170 +[2021-08-24 17:06:43] [INFO] : ======================================================================================
  2171 +[2021-08-24 17:06:43] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/update/5720.action
  2172 +None
  2173 +{}
  2174 +
  2175 +[2021-08-24 17:06:45] [INFO] : ======================================================================================
  2176 +[2021-08-24 17:06:45] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  2177 +None
  2178 +{}
  2179 +
  2180 +[2021-08-24 17:06:45] [INFO] : ======================================================================================
  2181 +[2021-08-24 17:06:45] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  2182 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'update', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5720, 'goodsId': '5734', 'number': '202108240200228', 'modified': '2021-08-24 17:06:45', '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-24 17:06:44', 'remark': 'false', 'goodsTagIds': '', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '1', 'driverTel': '', 'grossWeightDate': '2021-08-24 17:06:44', 'tareWeightDate': '2021-08-24 17:06:44', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '国锋', 'inGreeterId': '16', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
  2183 +{}
  2184 +
  2185 +[2021-08-24 17:06:45] [INFO] : ======================================================================================
  2186 +[2021-08-24 17:06:45] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doUpdate.action
  2187 +protocolId=&pwd=111111&clientRedirectTag=&viewType=update&optType=0&optUrl=&correctInfo=1&weightType=1&id=5720&goodsId=5734&number=202108240200228&modified=2021-08-24%2017%3A06%3A44&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-24%2017%3A06%3A44&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-24%2017%3A06%3A44&tareWeightDate=2021-08-24%2017%3A06%3A44&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
  2188 +{}
  2189 +
  2190 +[2021-08-24 17:06:46] [INFO] : ======================================================================================
  2191 +[2021-08-24 17:06:46] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/view/5720.action
  2192 +None
  2193 +{}
  2194 +
  2195 +[2021-08-24 17:06:47] [INFO] : ======================================================================================
  2196 +[2021-08-24 17:06:47] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  2197 +{'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'}
  2198 +{}
  2199 +
  2200 +[2021-08-24 17:06:49] [INFO] : ======================================================================================
  2201 +[2021-08-24 17:06:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
  2202 +None
  2203 +{}
  2204 +
  2205 +[2021-08-24 17:06:49] [INFO] : ======================================================================================
  2206 +[2021-08-24 17:06:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  2207 +{"businessCode": "jmsf"}
  2208 +{}
  2209 +
  2210 +[2021-08-24 17:06:49] [INFO] : ======================================================================================
  2211 +[2021-08-24 17:06:49] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  2212 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
  2213 +{}
  2214 +
  2215 +[2021-08-24 17:06:49] [INFO] : ======================================================================================
  2216 +[2021-08-24 17:06:49] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  2217 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  2218 +{}
  2219 +
  2220 +[2021-08-24 17:06:49] [INFO] : ======================================================================================
  2221 +[2021-08-24 17:06:49] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  2222 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  2223 +{}
  2224 +
  2225 +[2021-08-24 17:06:50] [INFO] : ======================================================================================
  2226 +[2021-08-24 17:06:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  2227 +None
  2228 +{'params': {'keyword': ''}}
  2229 +
  2230 +[2021-08-24 17:06:50] [INFO] : ======================================================================================
  2231 +[2021-08-24 17:06:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  2232 +None
  2233 +{'params': {'pid': 'prove_type'}}
  2234 +
  2235 +[2021-08-24 17:06:50] [INFO] : ======================================================================================
  2236 +[2021-08-24 17:06:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  2237 +None
  2238 +{}
  2239 +
  2240 +[2021-08-24 17:06:51] [INFO] : ======================================================================================
  2241 +[2021-08-24 17:06:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  2242 +{"carTypeCode": "875", "carTypeId": 159, "carTypeName": "\u5c0f\u8f7f\u8f66", "carTypeWeight": 30, "plate": "\u5dddA12345", "inGreeterId": 16, "inGreeterName": "\u56fd\u950b", "productId": 1, "productName": "\u852c\u83dc", "proveTypeCode": 666, "proveTypeName": "\u4ea7\u5730\u8bc1\u660e", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 129, "grossWeightDate": "2021-08-24 17:06:51", "newWeight": 99, "tareWeight": 30, "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": ""}
  2243 +{}
  2244 +
  2245 +[2021-08-24 17:06:51] [INFO] : ======================================================================================
  2246 +[2021-08-24 17:06:51] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  2247 +{'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'}
  2248 +{}
  2249 +
  2250 +[2021-08-24 17:06:52] [INFO] : ======================================================================================
  2251 +[2021-08-24 17:06:52] [INFO] : http://test.jmsf.diligrp.com:8385/provider/getLookupList.action
  2252 +{'provider': 'categoryProvider'}
  2253 +{}
  2254 +
  2255 +[2021-08-24 17:06:52] [INFO] : ======================================================================================
  2256 +[2021-08-24 17:06:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=2&moduleCode=ZC
11 2257 None
12 2258 {}
13 2259  
14   -[2021-08-24 15:20:01] [INFO] : ======================================================================================
15   -[2021-08-24 15:20:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  2260 +[2021-08-24 17:06:52] [INFO] : ======================================================================================
  2261 +[2021-08-24 17:06:52] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
16 2262 {"businessCode": "jmsf"}
17 2263 {}
18 2264  
19   -[2021-08-24 15:20:01] [INFO] : ======================================================================================
20   -[2021-08-24 15:20:01] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  2265 +[2021-08-24 17:06:52] [INFO] : ======================================================================================
  2266 +[2021-08-24 17:06:52] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
21 2267 {"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
22 2268 {}
23 2269  
24   -[2021-08-24 15:20:01] [INFO] : ======================================================================================
25   -[2021-08-24 15:20:01] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
26   -{"marketId": 9, "pageNum": 100, "pageSize": 100}
  2270 +[2021-08-24 17:06:52] [INFO] : ======================================================================================
  2271 +[2021-08-24 17:06:52] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query
  2272 +{"marketId": 2, "pageNum": 100, "pageSize": 100}
  2273 +{}
  2274 +
  2275 +[2021-08-24 17:06:53] [INFO] : ======================================================================================
  2276 +[2021-08-24 17:06:53] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  2277 +{"firmCode": "hd", "departmentId": null, "keyword": ""}
  2278 +{}
  2279 +
  2280 +[2021-08-24 17:06:53] [INFO] : ======================================================================================
  2281 +[2021-08-24 17:06:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  2282 +None
  2283 +{'params': {'keyword': ''}}
  2284 +
  2285 +[2021-08-24 17:06:53] [INFO] : ======================================================================================
  2286 +[2021-08-24 17:06:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  2287 +None
  2288 +{'params': {'pid': 'prove_type'}}
  2289 +
  2290 +[2021-08-24 17:06:53] [INFO] : ======================================================================================
  2291 +[2021-08-24 17:06:53] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  2292 +None
  2293 +{}
  2294 +
  2295 +[2021-08-24 17:06:54] [INFO] : ======================================================================================
  2296 +[2021-08-24 17:06:54] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  2297 +{"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-24 17:06:54", "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": ""}
  2298 +{}
  2299 +
  2300 +[2021-08-24 17:06:54] [INFO] : ======================================================================================
  2301 +[2021-08-24 17:06:54] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  2302 +{'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']}
  2303 +{}
  2304 +
  2305 +[2021-08-24 17:06:56] [INFO] : ======================================================================================
  2306 +[2021-08-24 17:06:56] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  2307 +{"businessCode": "jmsf"}
  2308 +{}
  2309 +
  2310 +[2021-08-24 17:06:57] [INFO] : ======================================================================================
  2311 +[2021-08-24 17:06:57] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  2312 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
27 2313 {}
28 2314  
29   -[2021-08-24 15:20:01] [INFO] : ======================================================================================
30   -[2021-08-24 15:20:01] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
31   -{"firmCode": "sy", "departmentId": "58", "keyword": ""}
  2315 +[2021-08-24 17:06:57] [INFO] : ======================================================================================
  2316 +[2021-08-24 17:06:57] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  2317 +{"firmCode": "sy", "departmentId": 58, "keyword": ""}
32 2318 {}
33 2319  
34   -[2021-08-24 15:20:01] [INFO] : ======================================================================================
35   -[2021-08-24 15:20:01] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
  2320 +[2021-08-24 17:06:57] [INFO] : ======================================================================================
  2321 +[2021-08-24 17:06:57] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
36 2322 {"pageNum": 100, "pageSize": 100, "marketId": 9}
37 2323 {}
38 2324  
39   -[2021-08-24 15:20:01] [INFO] : ======================================================================================
40   -[2021-08-24 15:20:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  2325 +[2021-08-24 17:06:57] [INFO] : ======================================================================================
  2326 +[2021-08-24 17:06:57] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
41 2327 None
42 2328 {'params': {'pid': 'goods_tag'}}
43 2329  
44   -[2021-08-24 15:20:02] [INFO] : ======================================================================================
45   -[2021-08-24 15:20:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
  2330 +[2021-08-24 17:06:58] [INFO] : ======================================================================================
  2331 +[2021-08-24 17:06:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
46 2332 {"province": "C", "city": null, "area": null}
47 2333 {}
48 2334  
49   -[2021-08-24 15:20:02] [INFO] : ======================================================================================
50   -[2021-08-24 15:20:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  2335 +[2021-08-24 17:06:58] [INFO] : ======================================================================================
  2336 +[2021-08-24 17:06:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
51 2337 None
52 2338 {'params': {'keyword': ''}}
53 2339  
54   -[2021-08-24 15:20:03] [INFO] : ======================================================================================
55   -[2021-08-24 15:20:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  2340 +[2021-08-24 17:06:58] [INFO] : ======================================================================================
  2341 +[2021-08-24 17:06:58] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
56 2342 None
57 2343 {'params': {'pid': 'prove_type'}}
58 2344  
59   -[2021-08-24 15:20:03] [INFO] : ======================================================================================
60   -[2021-08-24 15:20:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  2345 +[2021-08-24 17:06:59] [INFO] : ======================================================================================
  2346 +[2021-08-24 17:06:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
61 2347 None
62 2348 {}
63 2349  
64   -[2021-08-24 15:20:03] [INFO] : ======================================================================================
65   -[2021-08-24 15:20:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/sparePartsWeighSave
66   -{"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": "\u5dddA90810", "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": "\u5dddA90810", "cateId": 2182, "productState": "1"}
  2350 +[2021-08-24 17:06:59] [INFO] : ======================================================================================
  2351 +[2021-08-24 17:06:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/sparePartsWeighSave
  2352 +{"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": "\u5dddA90224", "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": "\u5dddA90224", "cateId": 1, "productState": "1"}
  2353 +{}
  2354 +
  2355 +[2021-08-24 17:06:59] [INFO] : ======================================================================================
  2356 +[2021-08-24 17:06:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
  2357 +{"province": "\u56db\u5ddd\u7701", "city": null, "area": null}
  2358 +{}
  2359 +
  2360 +[2021-08-24 17:07:00] [INFO] : ======================================================================================
  2361 +[2021-08-24 17:07:00] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  2362 +{"marketId": 2, "state": 1, "keyword": ""}
  2363 +{}
  2364 +
  2365 +[2021-08-24 17:07:01] [INFO] : ======================================================================================
  2366 +[2021-08-24 17:07:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  2367 +None
  2368 +{'params': {'keyword': ''}}
  2369 +
  2370 +[2021-08-24 17:07:01] [INFO] : ======================================================================================
  2371 +[2021-08-24 17:07:01] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  2372 +{"firmCode": "hd", "departmentId": 6, "keyword": ""}
67 2373 {}
68 2374  
69   -[2021-08-24 15:20:04] [INFO] : ======================================================================================
70   -[2021-08-24 15:20:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
71   -{'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': '202108240900321'}
  2375 +[2021-08-24 17:07:01] [INFO] : ======================================================================================
  2376 +[2021-08-24 17:07:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  2377 +{"businessCode": "jmsf"}
72 2378 {}
73 2379  
74   -[2021-08-24 15:20:04] [INFO] : ======================================================================================
75   -[2021-08-24 15:20:04] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5349.action
  2380 +[2021-08-24 17:07:02] [INFO] : ======================================================================================
  2381 +[2021-08-24 17:07:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
76 2382 None
77 2383 {}
78 2384  
79   -[2021-08-24 15:20:06] [INFO] : ======================================================================================
80   -[2021-08-24 15:20:06] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081
  2385 +[2021-08-24 17:07:02] [INFO] : ======================================================================================
  2386 +[2021-08-24 17:07:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
  2387 +{"province": "\u56db\u5ddd\u7701", "city": "\u6210\u90fd\u5e02", "area": "\u9526\u6c5f\u533a"}
  2388 +{}
  2389 +
  2390 +[2021-08-24 17:07:02] [INFO] : ======================================================================================
  2391 +[2021-08-24 17:07:02] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  2392 +{"marketId": 2, "state": 1, "keyword": "\u706b\u9f99\u679c"}
  2393 +{}
  2394 +
  2395 +[2021-08-24 17:07:02] [INFO] : ======================================================================================
  2396 +[2021-08-24 17:07:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
81 2397 None
  2398 +{'params': {'keyword': '哈达测试部'}}
  2399 +
  2400 +[2021-08-24 17:07:03] [INFO] : ======================================================================================
  2401 +[2021-08-24 17:07:03] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  2402 +{"firmCode": "hd", "departmentId": null, "keyword": "\u54c8\u8fbe\u6d4b\u8bd5"}
82 2403 {}
83 2404  
84   -[2021-08-24 15:20:07] [INFO] : ======================================================================================
85   -[2021-08-24 15:20:07] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  2405 +[2021-08-24 17:07:03] [INFO] : ======================================================================================
  2406 +[2021-08-24 17:07:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
86 2407 None
  2408 +{'params': {'pid': 'prove_type'}}
  2409 +
  2410 +[2021-08-24 17:07:03] [INFO] : ======================================================================================
  2411 +[2021-08-24 17:07:03] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
  2412 +{"pageNum": 100, "pageSize": 100, "marketId": 9}
  2413 +{}
  2414 +
  2415 +[2021-08-24 17:07:03] [INFO] : ======================================================================================
  2416 +[2021-08-24 17:07:03] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  2417 +{"businessCode": "jmsf"}
  2418 +{}
  2419 +
  2420 +[2021-08-24 17:07:03] [INFO] : ======================================================================================
  2421 +[2021-08-24 17:07:03] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  2422 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
  2423 +{}
  2424 +
  2425 +[2021-08-24 17:07:04] [INFO] : ======================================================================================
  2426 +[2021-08-24 17:07:04] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  2427 +{"firmCode": "sy", "departmentId": 58, "keyword": ""}
  2428 +{}
  2429 +
  2430 +[2021-08-24 17:07:04] [INFO] : ======================================================================================
  2431 +[2021-08-24 17:07:04] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
  2432 +{"pageNum": 100, "pageSize": 100, "marketId": 9}
  2433 +{}
  2434 +
  2435 +[2021-08-24 17:07:04] [INFO] : ======================================================================================
  2436 +[2021-08-24 17:07:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
  2437 +{"province": "C", "city": null, "area": null}
87 2438 {}
88 2439  
89   -[2021-08-24 15:20:07] [INFO] : ======================================================================================
90   -[2021-08-24 15:20:07] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
91   -{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '2', 'id': 5349, 'goodsId': '5363', 'number': '202108240900321', 'modified': '2021-08-24 15:20:07', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A90810', '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-24 15:20:05', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 15:20:04', 'tareWeightDate': '2021-08-24 15:20:04', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '测试沈阳', 'inGreeterId': '223', 'outGreeterId': '', 'sumPrice': '22000', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
  2440 +[2021-08-24 17:07:04] [INFO] : ======================================================================================
  2441 +[2021-08-24 17:07:04] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  2442 +None
  2443 +{'params': {'keyword': ''}}
  2444 +
  2445 +[2021-08-24 17:07:05] [INFO] : ======================================================================================
  2446 +[2021-08-24 17:07:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  2447 +None
  2448 +{'params': {'pid': 'prove_type'}}
  2449 +
  2450 +[2021-08-24 17:07:05] [INFO] : ======================================================================================
  2451 +[2021-08-24 17:07:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  2452 +None
92 2453 {}
93 2454  
94   -[2021-08-24 15:20:07] [INFO] : ======================================================================================
95   -[2021-08-24 15:20:07] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action
96   -protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=2&id=5349&goodsId=5363&number=202108240900321&modified=2021-08-24%2015%3A20%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%9DA90810&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-24%2015%3A20%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-24%2015%3A20%3A04&tareWeightDate=2021-08-24%2015%3A20%3A04&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
  2455 +[2021-08-24 17:07:05] [INFO] : ======================================================================================
  2456 +[2021-08-24 17:07:05] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  2457 +{"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": 59, "grossWeightDate": "2021-08-24 17:07:05", "newWeight": 49, "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": ""}
97 2458 {}
98 2459  
  2460 +[2021-08-24 17:07:06] [INFO] : 发送邮件
  2461 +[2021-08-24 17:07:11] [INFO] : 邮件发送完毕
... ...
testcase/heb/test_HP/test_HP.py
... ... @@ -44,7 +44,7 @@ class test_HPCreate(unittest.TestCase):
44 44 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
45 45 print(cre_res.json())
46 46 number = cre_res.json()["data"]["number"]
47   - aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number)
  47 + aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number,ic=self.ic)
48 48 res,tareWeight = hpApi.do_backSkinWeighSave(host=self.gatewayHost,number=number)
49 49 assert res.json()["code"]=="200","回皮失败"
50 50 assert "data" in res.text,"回皮失败"
... ... @@ -56,7 +56,7 @@ class test_HPCreate(unittest.TestCase):
56 56 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
57 57 print(cre_res.json())
58 58 number = cre_res.json()["data"]["number"]
59   - aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number)
  59 + aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number,ic=self.ic)
60 60 res = hpApi.get_listBackSkinTrucks(host=self.gatewayHost,plate=plate)
61 61 print(res.json())
62 62 assert res.json()["code"]=="200","车号查询失败"
... ... @@ -69,7 +69,7 @@ class test_HPCreate(unittest.TestCase):
69 69 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
70 70 print(cre_res.json())
71 71 number = cre_res.json()["data"]["number"]
72   - aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number)
  72 + aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number,ic=self.ic)
73 73 res = hpApi.get_listBackSkinTrucks(host=self.gatewayHost,number=number)
74 74 print(res.json())
75 75 assert res.json()["code"]=="200","车号查询失败"
... ... @@ -85,7 +85,7 @@ class test_HPCreate(unittest.TestCase):
85 85 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
86 86 print(cre_res.json())
87 87 number = cre_res.json()["data"]["number"]
88   - aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number)
  88 + aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number,ic=self.ic)
89 89 res = hpApi.get_listBackSkinTrucks(host=self.gatewayHost,customerName=customerName)
90 90 print(res.json())
91 91 assert res.json()["code"]=="200","车号查询失败"
... ...
testcase/heb/test_SJ/test_SJ.py
... ... @@ -76,7 +76,7 @@ class test_ZCCreate(unittest.TestCase):
76 76 # 获取货物标签
77 77 goodsTag = zcA.get_goodsTag(host=self.gatewayHost)
78 78 print(goodsTag.json())
79   - goodsTagId = goodsTag.json()["data"][0]["id"]
  79 + # goodsTagId = goodsTag.json()["data"][0]["id"]
80 80  
81 81 # 产地信息获取
82 82 address = zcA.get_address(host=self.gatewayHost)
... ... @@ -115,6 +115,6 @@ class test_ZCCreate(unittest.TestCase):
115 115 cateId=cateId, originId=originId, origin=origin, originCode=originCode,
116 116 tradeType=tradeType, tradeTypeName=tradeTypeName,
117 117 productState=productState,
118   - tradeTypeId=tradeTypeId, goodsTagId=goodsTagId, inGreeterId=inGreeterId,
  118 + tradeTypeId=tradeTypeId, inGreeterId=inGreeterId,
119 119 inGreeterName=inGreeterName, dep=feeDepId)
120 120 print(cre_res.json())
121 121 \ No newline at end of file
... ...
testcase/heb/test_ZC/test_ZCBasic.py
... ... @@ -77,9 +77,17 @@ class test_ZCBasic(unittest.TestCase):
77 77 def test_getOneExample(self):
78 78 """整车-整车创建:按接车员名称信息查询接车员"""
79 79 # print(my.userInfo["data"]["user"]["departmentId"])
  80 + # firmCode = my.userInfo["data"]["user"]["firmCode"]
  81 + # departmentId = my.userInfo["data"]["user"]["departmentId"]
  82 +
80 83 firmCode = my.userInfo["data"]["user"]["firmCode"]
81   - departmentId = my.userInfo["data"]["user"]["departmentId"]
82   - keyword="测试"
  84 + firmId = my.userInfo["data"]["user"]["firmId"]
  85 + try:
  86 + res_config = gLL.get_config(host=host, marketId=firmId)
  87 + departmentId = [i["value"] for i in res_config.json()["rows"] if i["name"] == "DepartmentId"][0]
  88 + except:
  89 + departmentId = None
  90 + keyword="哈达测试"
83 91 listByExample = zcA.get_listByExample(host=self.gatewayHost,firmCode=firmCode,departmentId=departmentId,
84 92 keyword=keyword)
85 93 print(listByExample.json())
... ... @@ -93,6 +101,7 @@ class test_ZCBasic(unittest.TestCase):
93 101 assert transactionType.status_code==200,"交易类型信息获取测试失败"
94 102 assert transactionType.json()["rows"]!=[],"交易类型信息获取测试失败"
95 103  
  104 + @unittest.skip
96 105 def test_getGoodsTag(self):
97 106 """整车-整车创建:货物标签获取测试"""
98 107 goodsTag = zcA.get_goodsTag(host=self.gatewayHost)
... ... @@ -130,7 +139,7 @@ class test_ZCBasic(unittest.TestCase):
130 139  
131 140 def test_getOneDep(self):
132 141 """整车-整车创建:查询指定接车部门信息"""
133   - keyword="水果部"
  142 + keyword="哈达测试部"
134 143 depRes = zcA.get_dep(host=self.gatewayHost,keyword=keyword)
135 144 print(depRes.json())
136 145 assert depRes.json()["code"]=="200","查询指定接车部门信息获取测试失败"
... ...
testcase/heb/test_ZC/test_ZCCreate.py
... ... @@ -73,9 +73,10 @@ class test_ZCCreate(unittest.TestCase):
73 73 tradeTypeName = transactionType.json()["rows"][0]["name"]
74 74  
75 75 # 获取货物标签
76   - goodsTag = zcA.get_goodsTag(host=self.gatewayHost)
77   - print(goodsTag.json())
78   - goodsTagId = goodsTag.json()["data"][0]["id"]
  76 + # goodsTag = zcA.get_goodsTag(host=self.gatewayHost)
  77 + # print(goodsTag.json())
  78 + # goodsTagId = goodsTag.json()["data"][0]["id"]
  79 + goodsTagId = ""
79 80  
80 81 # 产地信息获取
81 82 address = zcA.get_address(host=self.gatewayHost)
... ...
testcase/heb/test_listPage/test_searchByAttrName.py
... ... @@ -41,7 +41,7 @@ class test_listPage(unittest.TestCase):
41 41 def test_searchByNumber(self):
42 42 """进门单列表-查询:收费单号查询测试"""
43 43 plate = f"川A{random.randint(10000, 99999)}"
44   - goods = "雪莲果"
  44 + goods = "树番茄"
45 45 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
46 46 number = cre_res.json()["data"]["number"]
47 47 resListPage = eFBL.listPage(host=self.jmsfHost,attrValue=number)
... ... @@ -60,7 +60,7 @@ class test_listPage(unittest.TestCase):
60 60  
61 61 def test_searchByGoods(self):
62 62 """进门单列表-查询:商品查询测试"""
63   - goods = "圣女果"
  63 + goods = "树番茄"
64 64 cre_res = zcA.create_jmsf(host=self.gatewayHost,keyword=goods)
65 65 resListPage = eFBL.listPage(host=self.jmsfHost,attrName="商品",attrValue=goods)
66 66 print(resListPage.json())
... ... @@ -70,11 +70,11 @@ class test_listPage(unittest.TestCase):
70 70 """进门单列表-查询:收费员查询测试"""
71 71 plate = f"川A{random.randint(10000, 99999)}"
72 72 goods = "雪莲果"
73   - userName = "ty_test"
  73 + userName = "hd_test"
74 74 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods,userName=userName)
75 75 number = cre_res.json()["data"]["number"]
76 76 # 进门单缴费
77   - eFBL.do_payOrder(host=self.jmsfHost,attrValue=number)
  77 + eFBL.do_payOrder(host=self.jmsfHost,attrValue=number,ic=self.ic)
78 78 payUser = my.userInfo["data"]["user"]["realName"]
79 79 resListPage = eFBL.listPage(host=self.jmsfHost,attrName="收费员",attrValue=payUser)
80 80 numberList = [i["number"] for i in resListPage.json()["rows"]]
... ...
testcase/heb/test_listPage/test_searchByOther.py
... ... @@ -105,11 +105,13 @@ class test_listPage(unittest.TestCase):
105 105  
106 106 def test_searchByRegionId(self):
107 107 """进门单列表-查询:部门查询查询测试"""
108   - depName = "水果部"
  108 + depName = "哈达测试部"
  109 + goods = "水生蔬菜"
109 110 res = gLL.get_LookupList(self.jmsfHost,providerName="接车部门")
110 111 dep = [i["value"] for i in res.json() if i["text"] == depName]
111   - cre_res = zcA.create_jmsf(host=self.gatewayHost,depName=depName)
  112 + cre_res = zcA.create_jmsf(host=self.gatewayHost,depName=depName,keyword=goods)
112 113 number = cre_res.json()["data"]["number"]
  114 + print(number)
113 115 orderId = cre_res.json()["data"]["id"]
114 116 oDUp.do_updateOrder(host=self.jmsfHost,attrValue=number)
115 117 res = eFBL.get_orderView(host=self.jmsfHost,orderId=orderId)
... ... @@ -118,6 +120,7 @@ class test_listPage(unittest.TestCase):
118 120 orderDetailsDict = {i.get("name"): i.get("value") for i in orderDetailsList}
119 121 resListPage = eFBL.listPage(host=self.jmsfHost,dep=dep,regionId=orderDetailsDict["regionId"])
120 122 depNameList=list(set([i["depName"] for i in resListPage.json()["rows"]]))
  123 + print(depNameList)
121 124 assert resListPage.json()["rows"][0]["number"] == number,"部门查询查询测试失败"
122 125 assert len(depNameList) == 1,"部门查询查询测试失败"
123 126 assert depName==depNameList[0],"部门查询查询测试失败"
... ... @@ -142,6 +145,7 @@ class test_listPage(unittest.TestCase):
142 145 assert len(statusList) == 1,"交易状态查询测试失败"
143 146 assert "已缴费"==statusList[0],"交易状态查询测试失败"
144 147  
  148 + @unittest.skip
145 149 def test_searchByTradeType(self):
146 150 """进门单列表-查询:交易类型查询测试"""
147 151 print(self.tradeType)
... ...
testcase/sy/test_HP/test_HP.py
... ... @@ -44,7 +44,7 @@ class test_HPCreate(unittest.TestCase):
44 44 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
45 45 print(cre_res.json())
46 46 number = cre_res.json()["data"]["number"]
47   - aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number)
  47 + aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number,ic=self.ic)
48 48 res,tareWeight = hpApi.do_backSkinWeighSave(host=self.gatewayHost,number=number)
49 49 assert res.json()["code"]=="200","回皮失败"
50 50 assert "data" in res.text,"回皮失败"
... ... @@ -56,7 +56,7 @@ class test_HPCreate(unittest.TestCase):
56 56 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
57 57 print(cre_res.json())
58 58 number = cre_res.json()["data"]["number"]
59   - aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number)
  59 + aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number,ic=self.ic)
60 60 res = hpApi.get_listBackSkinTrucks(host=self.gatewayHost,plate=plate)
61 61 print(res.json())
62 62 assert res.json()["code"]=="200","车号查询失败"
... ... @@ -69,7 +69,7 @@ class test_HPCreate(unittest.TestCase):
69 69 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
70 70 print(cre_res.json())
71 71 number = cre_res.json()["data"]["number"]
72   - aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number)
  72 + aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number,ic=self.ic)
73 73 res = hpApi.get_listBackSkinTrucks(host=self.gatewayHost,number=number)
74 74 print(res.json())
75 75 assert res.json()["code"]=="200","车号查询失败"
... ... @@ -85,7 +85,7 @@ class test_HPCreate(unittest.TestCase):
85 85 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
86 86 print(cre_res.json())
87 87 number = cre_res.json()["data"]["number"]
88   - aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number)
  88 + aa = oDF.do_freezeOrder(host=self.jmsfHost,attrValue=number,ic=self.ic)
89 89 res = hpApi.get_listBackSkinTrucks(host=self.gatewayHost,customerName=customerName)
90 90 print(res.json())
91 91 assert res.json()["code"]=="200","车号查询失败"
... ...
testcase/sy/test_ZC/demo.py
... ... @@ -14,11 +14,11 @@ import random
14 14 # a = ["protocolId","pwd","clientRedirectTag","viewType","optType","optUrl","correctInfo","weightType","id","goodsId","number","modified","status","source","updateFeeItems","correctDiscount","totalAmount","customerId","fundAccount","accountId","ic","customerName","customerPhone","payway","plate","autocomplete-cartype","carTypeName","carTypeCode","carTypeId","carTypeWeight","storeTareWeight","proveType","grossWeight","tareWeight","weight","goodsNum","itemWeight","productPrice","unitPrice","depName","dep","regionId","productName","productId","productArea","originId","tradeTypeId","chargeTotalAmount","chargeTotalAmountYuan","freezeMoneySymbol","comparisonFreezeAmount","created","remark","goodsTagIds","shareRatio","handlingTeam","steveTeamId","handlingRatio","handActualAmount","handManageAmount","handCollectionAmount","marketFlag","totalMoney","receivable","collectionPrice","discountAmount","handReceivableAmount","itemReceivableAmount","correctDiscount","billItems","billItemsDic","billItemCheckIds","103","billItems","billItemDicCheckIds","billItemsDic","billItemCheckIds","106","billItems","receivableAmount","categoryName","categoryId","driverTel","grossWeightDate","tareWeightDate","grossPathName","grossPathId","tarePathId","goodsRemark","inGreeterName","inGreeterId","outGreeterId","sumPrice","shipperName","shipperId","shipperPhone","feeDepId"]
15 15 # b = ["protocolId","pwd","clientRedirectTag","viewType","optType","optUrl","correctInfo","weightType","id","goodsId","number","modified","status","source","updateFeeItems","correctDiscount","totalAmount","customerId","fundAccount","accountId","ic","customerName","customerPhone","payway","plate","autocomplete-cartype","carTypeName","carTypeCode","carTypeId","carTypeWeight","storeTareWeight","proveType","grossWeight","tareWeight","weight","goodsNum","itemWeight","productPrice","unitPrice","depName","calcDepId","dep","regionName","regionId","productName","productId","productArea","parentId","levelType","originId","tradeTypeId","chargeTotalAmount","chargeTotalAmountYuan","freezeMoneySymbol","comparisonFreezeAmount","created","remark","goodsTagIds","shareRatio","handlingTeam","handActualAmount","handManageAmount","handCollectionAmount","marketFlag","totalMoney","receivable","collectionPrice","discountAmount","handReceivableAmount","itemReceivableAmount","correctDiscount","billItems","billItemsDic","billItemCheckIds","103","billItems","billItemDicCheckIds","billItemsDic","billItemCheckIds","106","billItems","receivableAmount","categoryName","categoryId","driverTel","grossWeightDate","tareWeightDate","grossPathName","grossPathId","tarePathId","goodsRemark","inGreeterName","inGreeterId","outGreeterId","sumPrice","shipperName","shipperId","shipperPhone","feeDepName","calcFeeDepId","feeDepId"]
16 16  
17   -"""
  17 +
18 18 # a系统
19   -a = ["protocolId","pwd","clientRedirectTag","viewType","optType","optUrl","correctInfo","weightType","id","goodsId","number","modified","status","source","updateFeeItems","correctDiscount","totalAmount","customerId","fundAccount","accountId","ic","customerName","customerPhone","payway","plate","autocomplete-cartype","carTypeName","carTypeCode","carTypeId","carTypeWeight","storeTareWeight","proveTypeName","proveType","grossWeight","tareWeight","weight","goodsNum","itemWeight","productPrice","unitPrice","depName","dep","regionId","productName","productId","productArea","originId","tradeTypeId","chargeTotalAmount","chargeTotalAmountYuan","freezeMoneySymbol","comparisonFreezeAmount","created","backSkinTwo","remark","goodsTagIds","shareRatio","handlingTeam","steveTeamId","handlingRatio","handActualAmount","handManageAmount","handCollectionAmount","marketFlag","totalMoney","receivable","collectionPrice","discountAmount","handReceivableAmount","itemReceivableAmount","correctDiscount","billItems","billItemsDic","billItemCheckIds","103","billItems","billItemDicCheckIds","billItemsDic","billItemCheckIds","106","billItems","receivableAmount","categoryName","categoryId","driverTel","grossWeightDate","tareWeightDate","grossPathName","grossPathId","tarePathId","bskinWithGoods","goodsRemark","inGreeterName","inGreeterId","outGreeterName","outGreeterId","sumPrice","shipperName","shipperId","shipperPhone","feeDepName","calcFeeDepId","feeDepId"]
  19 +a = ["protocolId","pwd","clientRedirectTag","viewType","optType","optUrl","correctInfo","weightType","id","goodsId","number","modified","status","source","updateFeeItems","correctDiscount","totalAmount","customerId","fundAccount","accountId","ic","customerName","customerPhone","payway","plate","autocomplete-cartype","carTypeName","carTypeCode","carTypeId","carTypeWeight","storeTareWeight","proveType","grossWeight","tareWeight","weight","goodsNum","itemWeight","productPrice","unitPrice","depName","calcDepId","dep","regionName","regionId","productName","productId","productArea","parentId","levelType","originId","tradeTypeId","chargeTotalAmount","chargeTotalAmountYuan","freezeMoneySymbol","comparisonFreezeAmount","created","remark","shareRatio","handlingTeam","handActualAmount","handManageAmount","handCollectionAmount","marketFlag","totalMoney","receivable","collectionPrice","discountAmount","handReceivableAmount","itemReceivableAmount","correctDiscount","billItems","billItemsDic","billItemCheckIds","488","billItems","billItemCheckIds","489","billItems","billItemCheckIds","494","billItems","receivableAmount","categoryName","categoryId","driverTel","grossWeightDate","tareWeightDate","grossPathName","grossPathId","tarePathId","goodsRemark","inGreeterName","inGreeterId","outGreeterId","sumPrice","shipperName","shipperId","shipperPhone","feeDepName","calcFeeDepId","feeDepId"]
20 20 # b自己
21   -b = ["protocolId","pwd","clientRedirectTag","viewType","optType","optUrl","correctInfo","weightType","id","goodsId","number","modified","status","source","updateFeeItems","correctDiscount","totalAmount","customerId","fundAccount","accountId","ic","customerName","customerPhone","payway","plate","autocomplete-cartype","carTypeName","carTypeCode","carTypeId","carTypeWeight","storeTareWeight","grossWeight","tareWeight","weight","goodsNum","itemWeight","productPrice","unitPrice","depName","dep","regionId","productName","productId","productArea","originId","chargeTotalAmount","chargeTotalAmountYuan","freezeMoneySymbol","comparisonFreezeAmount","created","remark","goodsTagIds","shareRatio","handlingTeam","steveTeamId","handlingRatio","handActualAmount","handManageAmount","handCollectionAmount","marketFlag","totalMoney","receivable","collectionPrice","discountAmount","handReceivableAmount","itemReceivableAmount","receivableAmount","categoryName","categoryId","driverTel","grossWeightDate","tareWeightDate","grossPathName","grossPathId","tarePathId","goodsRemark","inGreeterName","inGreeterId","outGreeterId","sumPrice","shipperName","shipperId","shipperPhone","feeDepId","correctDiscount","billItems","billItemsDic","billItemCheckIds","103","billItems","billItemDicCheckIds","billItemsDic","billItemCheckIds","106","billItems"]
  21 +b = ["protocolId","pwd","clientRedirectTag","viewType","optType","optUrl","correctInfo","weightType","id","goodsId","number","modified","status","source","updateFeeItems","correctDiscount","totalAmount","customerId","fundAccount","accountId","ic","customerName","customerPhone","payway","plate","autocomplete-cartype","carTypeName","carTypeCode","carTypeId","carTypeWeight","storeTareWeight","proveType","grossWeight","tareWeight","weight","goodsNum","itemWeight","productPrice","unitPrice","depName","dep","regionId","productName","productId","productArea","originId","tradeTypeId","chargeTotalAmount","chargeTotalAmountYuan","freezeMoneySymbol","comparisonFreezeAmount","created","remark","shareRatio","handlingTeam","steveTeamId","handlingRatio","handActualAmount","handManageAmount","handCollectionAmount","marketFlag","totalMoney","receivable","collectionPrice","discountAmount","handReceivableAmount","itemReceivableAmount","receivableAmount","categoryName","categoryId","driverTel","grossWeightDate","tareWeightDate","grossPathName","grossPathId","tarePathId","goodsRemark","inGreeterName","inGreeterId","outGreeterId","sumPrice","shipperName","shipperId","shipperPhone","feeDepId","regionName","parentId","correctDiscount","billItems","billItemsDic","billItemCheckIds","488","billItems","billItemCheckIds","489","billItems","billItemCheckIds","494","billItems"]
22 22  
23 23 c = list(set(a)^set(b))
24 24 # print(c)
... ... @@ -32,9 +32,11 @@ for i in c:
32 32 if i not in b:
33 33 bb.append(i)
34 34  
  35 +print("a 中没有的")
35 36 print(aa)
  37 +print("b 中没有的,需要添加到代码的")
36 38 print(bb)
37   -"""
  39 +
38 40  
39 41 from bs4 import BeautifulSoup
40 42 import random
... ... @@ -58,7 +60,7 @@ import random
58 60 # str = f'assert {res},"123123""'
59 61 # exec(str)
60 62  
61   -a = {"a1":"1","a2":"a2"}
62   -del a["a1"]
63   -print(a)
  63 +# a = {"a1":"1","a2":"a2"}
  64 +# del a["a1"]
  65 +# print(a)
64 66  
... ...
testcase/sy/test_ZC/test_ZCBasic.py
... ... @@ -77,8 +77,16 @@ class test_ZCBasic(unittest.TestCase):
77 77 def test_getOneExample(self):
78 78 """整车-整车创建:按接车员名称信息查询接车员"""
79 79 # print(my.userInfo["data"]["user"]["departmentId"])
  80 + # firmCode = my.userInfo["data"]["user"]["firmCode"]
  81 + # departmentId = my.userInfo["data"]["user"]["departmentId"]
  82 +
80 83 firmCode = my.userInfo["data"]["user"]["firmCode"]
81   - departmentId = my.userInfo["data"]["user"]["departmentId"]
  84 + firmId = my.userInfo["data"]["user"]["firmId"]
  85 + try:
  86 + res_config = gLL.get_config(host=host, marketId=firmId)
  87 + departmentId = [i["value"] for i in res_config.json()["rows"] if i["name"] == "DepartmentId"][0]
  88 + except:
  89 + departmentId = None
82 90 keyword="测试"
83 91 listByExample = zcA.get_listByExample(host=self.gatewayHost,firmCode=firmCode,departmentId=departmentId,
84 92 keyword=keyword)
... ...
testcase/sy/test_listPage/test_listPageOperation.py
... ... @@ -68,6 +68,7 @@ class test_listPage(unittest.TestCase):
68 68 cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate,keyword=goods)
69 69 print(cre_res.json())
70 70 number = cre_res.json()["data"]["number"]
  71 + print(number)
71 72 res_pay = oDUp.do_updateOrder(host=self.jmsfHost,attrValue=number)
72 73 assert res_pay.json()["success"]==True,"修改进门单失败"
73 74 assert res_pay.json()["message"] == "修改保存成功", "修改进门单失败"
... ...
testcase/sy/test_listPage/test_searchByOther.py
... ... @@ -110,6 +110,7 @@ class test_listPage(unittest.TestCase):
110 110 dep = [i["value"] for i in res.json() if i["text"] == depName]
111 111 cre_res = zcA.create_jmsf(host=self.gatewayHost,depName=depName)
112 112 number = cre_res.json()["data"]["number"]
  113 + print("number",number)
113 114 orderId = cre_res.json()["data"]["id"]
114 115 oDUp.do_updateOrder(host=self.jmsfHost,attrValue=number)
115 116 res = eFBL.get_orderView(host=self.jmsfHost,orderId=orderId)
... ...