Commit 3940428641088c9ee362ac968bf1c9607aaf6e1c

Authored by liujiqiang
1 parent f08e3e56

进门单作废

commons/api/entranceFeeBillList/operationDoInvalid.py 0 → 100644
  1 +# -*- coding: utf-8 -*-
  2 +
  3 +# @Time : 2021/8/13 10:52
  4 +# @Author : Ljq
  5 +# @File : operationDoInvalid.py
  6 +# @Software: PyCharm
  7 +
  8 +"""
  9 +
  10 +"""
  11 +
  12 +import json,time,random,re
  13 +from commons.scripts import dealContentType as dct
  14 +from commons.scripts import jsonToUrlcode
  15 +from commons.MySession import my
  16 +from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL
  17 +from bs4 import BeautifulSoup
  18 +import urllib.parse
  19 +
  20 +
  21 +def get_orderUnfreeze(host="",orderId=None):
  22 + """获取订单详情"""
  23 + headers = dct.urlCode()
  24 + url = host + f"/entranceFeeBill/invalid/{orderId}.action"
  25 + res = my.useHeadersRequests("get", url=url, headers=headers)
  26 + return res
  27 +
  28 +
  29 +def get_calculateRes(host="",autocompletecartype=None,**kwargs):
  30 + """缴费金额获取
  31 + :params kwargs:
  32 + protocolId:
  33 + pwd:
  34 + clientRedirectTag:
  35 + viewType:pay
  36 + optType:${optType}
  37 + optUrl:
  38 + correctInfo:${correctInfo}
  39 + weightType:${weightType}
  40 + id:${orderId}
  41 + goodsId:${goodsId}
  42 + number:${number}
  43 + modified:${__time(yyyy-MM-dd HH:mm:ss,)}
  44 + status:${status}
  45 + source:${source}
  46 + updateFeeItems:
  47 + correctDiscount:${correctDiscount}
  48 + totalAmount:
  49 + customerId:0
  50 + fundAccount:
  51 + ic:
  52 + customerName:
  53 + customerPhone:
  54 + payway:刷卡
  55 + plate:${plate}
  56 + autocomplete-cartype:${carTypeCode}(${carTypeName})
  57 + carTypeName:${carTypeName}
  58 + carTypeCode:${carTypeCode}
  59 + carTypeId:${carTypeId}
  60 + carTypeWeight:${carTypeWeight}
  61 + storeTareWeight:
  62 + proveType:${proveTypeCode}
  63 + grossWeight:${grossWeight}
  64 + tareWeight:${tareWeight}
  65 + weight:${grossWeight}
  66 + goodsNum:
  67 + itemWeight:
  68 + productPrice:1
  69 + unitPrice:${unitPrice}
  70 + depName:${feeDepName}
  71 + calcDepId:${feeDepId}
  72 + regionName:
  73 + regionId:0
  74 + productName:${productName}
  75 + productId:${productId}
  76 + productArea:万州区
  77 + parentId:
  78 + levelType:
  79 + originId:${originId}
  80 + tradeTypeId:${tradeTypeId}
  81 + chargeTotalAmount:
  82 + chargeTotalAmountYuan:
  83 + freezeMoneySymbol:
  84 + comparisonFreezeAmount:
  85 + created:${created}
  86 + remark:
  87 + goodsTagIds:${goodsTagIds}
  88 + shareRatio:${shareRatio}
  89 + handlingTeam:
  90 + handlingRatio:
  91 + handActualAmount:
  92 + handManageAmount:
  93 + handCollectionAmount:
  94 + receivableAmount:
  95 + categoryName:${productName}
  96 + categoryId:${productId}
  97 + driverTel:
  98 + grossWeightDate:${grossWeightDate}
  99 + tareWeightDate:${tareWeightDate}
  100 + grossPathName:
  101 + grossPathId:
  102 + tarePathId:
  103 + goodsRemark:
  104 + inGreeterName:
  105 + inGreeterId:0
  106 + outGreeterId:
  107 + sumPrice:${sumPrice}
  108 + shipperName:
  109 + shipperId:
  110 + shipperPhone:
  111 + feeDepName:
  112 + """
  113 + url = host + "/calculate/index.action"
  114 + headers = dct.urlCode()
  115 +
  116 + data = {"protocolId": "", "pwd": "", "clientRedirectTag": "", "viewType": "pay", "optType": "optType", "optUrl": "",
  117 + "correctInfo": "correctInfo", "weightType": "weightType", "id": "orderId", "goodsId": "goodsId",
  118 + "number": "number", "modified": "time", "status": "status", "source": "source", "updateFeeItems": "",
  119 + "correctDiscount": "correctDiscount", "totalAmount": "", "customerId": "0", "fundAccount": "",
  120 + "accountId":"","ic": "","customerName": "", "customerPhone": "", "payway": "刷卡", "plate": "plate",
  121 + "autocomplete-cartype": "carTypeCode(carTypeName)", "carTypeName": "carTypeName",
  122 + "carTypeCode": "carTypeCode", "carTypeId": "carTypeId", "carTypeWeight": "carTypeWeight",
  123 + "storeTareWeight": "", "proveType": "proveTypeCode", "grossWeight": "grossWeight",
  124 + "tareWeight": "tareWeight", "weight": "grossWeight", "goodsNum": "", "itemWeight": "",
  125 + "productPrice": "1.00000", "unitPrice": "unitPrice", "depName": "feeDepName",
  126 + "regionName": "", "regionId": "0", "productName": "productName", "productId": "productId",
  127 + "productArea": "重庆,重庆市,万州区", "parentId": "", "levelType": "", "originId": "originId", "tradeTypeId": "tradeTypeId",
  128 + "chargeTotalAmount": "", "chargeTotalAmountYuan": "", "freezeMoneySymbol": "", "comparisonFreezeAmount": "",
  129 + "created": "created", "remark": "false", "goodsTagIds": "goodsTagIds", "shareRatio": "shareRatio",
  130 + "handlingTeam": "", "handlingRatio": "", "handActualAmount": "", "handManageAmount": "",
  131 + "handCollectionAmount": "", "receivableAmount": "", "categoryName": "productName",
  132 + "categoryId": "productId", "driverTel": "", "grossWeightDate": "grossWeightDate",
  133 + "tareWeightDate": "tareWeightDate", "grossPathName": "", "grossPathId": "", "tarePathId": "",
  134 + "goodsRemark": "", "inGreeterName": "", "inGreeterId": "0", "outGreeterId": "", "sumPrice": "sumPrice",
  135 + "shipperName": "", "shipperId": "", "shipperPhone": ""}
  136 + data["autocomplete-cartype"]=autocompletecartype
  137 + data = dict(data,**kwargs)
  138 + print("get_calculateRes",data)
  139 + res = my.useHeadersRequests("post", url=url,data=data,headers=headers)
  140 + return res
  141 +
  142 +def do_doInvalid(host="",autocompletecartype=None,fee_str="",**kwargs):
  143 + """进门单缴费"""
  144 + url = host + "/entranceFeeBill/doInvalid.action"
  145 + headers = dct.urlCode()
  146 +
  147 + # data = {"protocolId":"","pwd":"","clientRedirectTag":"","viewType":"unfreeze","optType":"0","optUrl":"","correctInfo":"1","weightType":"1","id":"3968","goodsId":"3982","number":"202108110900122","modified":"2021-08-11+17:32:50","status":"3","source":"1","updateFeeItems":"","correctDiscount":"1","totalAmount":"800","customerId":"389","fundAccount":"105847","accountId":"105847","ic":"888810032426","customerName":"长歌买家省内啊啊啊嘿","customerPhone":"18011501258","payway":"刷卡","plate":"川B00001","autocomplete-cartype":"003(板车)","carTypeName":"板车","carTypeCode":"003","carTypeId":"53","carTypeWeight":"333","storeTareWeight":"","proveType":"1621","grossWeight":"353","tareWeight":"333","weight":"20","goodsNum":"","itemWeight":"","productPrice":"1.00000","unitPrice":"100.0","depName":"水果部","dep":"58","regionId":"72","productName":"雪莲果","productId":"14158","productArea":"重庆,重庆市,万州区","originId":"500101","tradeTypeId":"71","chargeTotalAmount":"800","chargeTotalAmountYuan":"8","freezeMoneySymbol":"13","comparisonFreezeAmount":"13","created":"2021-08-11+17:32:27","remark":"备注","goodsTagIds":"1900","shareRatio":"0","handlingTeam":"","steveTeamId":"","handlingRatio":"","handActualAmount":"0","handManageAmount":"0","handCollectionAmount":"0","marketFlag":"sy","totalMoney":"800","receivable":"1300","collectionPrice":"0","discountAmount":"500","handReceivableAmount":"0","itemReceivableAmount":"1300","receivableAmount":"1300","categoryName":"水果","categoryId":"14436","driverTel":"","grossWeightDate":"2021-08-11+17:32:27","tareWeightDate":"2021-08-11+17:32:27","grossPathName":"","grossPathId":"","tarePathId":"","goodsRemark":"备注","inGreeterName":"通用测试","inGreeterId":"274","outGreeterId":"","sumPrice":"2000","shipperName":"","shipperId":"","shipperPhone":"","feeDepId":"0"}
  148 + data = {"protocolId": "", "pwd": "", "clientRedirectTag": "", "viewType": "unfreeze", "optType": "0", "optUrl": "",
  149 + "correctInfo": "1", "weightType": "1", "id": "3968", "goodsId": "3982", "number": "202108110900122",
  150 + "modified": "2021-08-11+17:32:50", "status": "3", "source": "1", "updateFeeItems": "",
  151 + "correctDiscount": "1", "totalAmount": "800", "customerId": "389", "fundAccount": "105847",
  152 + "accountId": "105847", "ic": "888810032426", "customerName": "长歌买家省内啊啊啊嘿", "customerPhone": "18011501258",
  153 + "payway": "刷卡", "plate": "川B00001", "autocomplete-cartype": "003(板车)", "carTypeName": "板车",
  154 + "carTypeCode": "003", "carTypeId": "53", "carTypeWeight": "333", "storeTareWeight": "", "proveType": "1621",
  155 + "grossWeight": "353", "tareWeight": "333", "weight": "20", "goodsNum": "", "itemWeight": "",
  156 + "productPrice": "1.00000", "unitPrice": "100.0", "depName": "水果部", "dep": "58", "regionId": "72",
  157 + "productName": "雪莲果", "productId": "14158", "productArea": "重庆,重庆市,万州区", "originId": "500101",
  158 + "tradeTypeId": "71", "chargeTotalAmount": "800", "chargeTotalAmountYuan": "8", "freezeMoneySymbol": "13",
  159 + "comparisonFreezeAmount": "13", "created": "2021-08-11+17:32:27", "remark": "备注", "goodsTagIds": "1900",
  160 + "shareRatio": "0", "handlingTeam": "", "steveTeamId": "", "handlingRatio": "", "handActualAmount": "0",
  161 + "handManageAmount": "0", "handCollectionAmount": "0", "marketFlag": "sy", "totalMoney": "800",
  162 + "receivable": "1300", "collectionPrice": "0", "discountAmount": "500", "handReceivableAmount": "0",
  163 + "itemReceivableAmount": "1300", "receivableAmount": "1300", "categoryName": "水果", "categoryId": "14436",
  164 + "driverTel": "", "grossWeightDate": "2021-08-11+17:32:27", "tareWeightDate": "2021-08-11+17:32:27",
  165 + "grossPathName": "", "grossPathId": "", "tarePathId": "", "goodsRemark": "备注", "inGreeterName": "通用测试",
  166 + "inGreeterId": "274", "outGreeterId": "", "sumPrice": "2000", "shipperName": "", "shipperId": "",
  167 + "shipperPhone": "", "feeDepId": "0"}
  168 +
  169 + data["autocomplete-cartype"] = autocompletecartype
  170 + data = dict(data, **kwargs)
  171 + data_uc = jsonToUrlcode.jsonToUrlcode(data_json=data)+fee_str
  172 + print("================开始请求================")
  173 + res = my.useHeadersRequests("post", url=url, data=data_uc, headers=headers)
  174 + return res
  175 +
  176 +def do_invalidOrder(host="http://test.jmsf.diligrp.com:8385",attrName="收费单号",attrValue="202108060900032",pwd="111111",
  177 + ic=888810032426):
  178 + a = eFBL.listPage(host=host, attrName=attrName, attrValue=attrValue)
  179 + print("listPage", a.json())
  180 + orderId = a.json()["rows"][0]["id"]
  181 + number = a.json()["rows"][0]["number"]
  182 + created = a.json()["rows"][0]["created"]
  183 + print(orderId)
  184 +
  185 + # # 订单详情获取
  186 + resOrderDetails = eFBL.get_orderUnfreeze(host=host, orderId=orderId)
  187 +
  188 + # bs取值
  189 + orderDetailsList = BeautifulSoup(resOrderDetails.text, "html.parser").findAll("input")
  190 + orderDetailsDict = {i.get("name"): i.get("value") for i in orderDetailsList}
  191 + print("orderDetailsDict",orderDetailsDict)
  192 + unitPrice = orderDetailsDict["unitPrice"]
  193 + regionId=orderDetailsDict["regionId"]
  194 + goodsId = orderDetailsDict["goodsId"]
  195 + status = orderDetailsDict["status"]
  196 + source = orderDetailsDict["source"]
  197 + optType = orderDetailsDict["optType"]
  198 + correctInfo = orderDetailsDict["correctInfo"]
  199 + weightType = orderDetailsDict["weightType"]
  200 + correctDiscount = orderDetailsDict["correctDiscount"]
  201 + goodsTagIds = orderDetailsDict["goodsTagIds"]
  202 + sumPrice = orderDetailsDict["sumPrice"]
  203 + tradeTypeId = orderDetailsDict["tradeTypeId"]
  204 + shareRatio = orderDetailsDict["shareRatio"]
  205 + plate = orderDetailsDict["plate"]
  206 + carTypeName = orderDetailsDict["carTypeName"]
  207 + carTypeCode = orderDetailsDict["carTypeCode"]
  208 + carTypeId = orderDetailsDict["carTypeId"]
  209 + carTypeWeight = orderDetailsDict["carTypeWeight"]
  210 + proveType = orderDetailsDict["proveType"]
  211 + grossWeight = orderDetailsDict["grossWeight"]
  212 + tareWeight = orderDetailsDict["tareWeight"]
  213 + depName = orderDetailsDict["depName"]
  214 + dep = orderDetailsDict["dep"]
  215 + productName = orderDetailsDict["productName"]
  216 + productId = orderDetailsDict["productId"]
  217 + grossWeightDate = orderDetailsDict["grossWeightDate"]
  218 + tareWeightDate = orderDetailsDict["tareWeightDate"]
  219 + weight = orderDetailsDict["weight"]
  220 + categoryName = orderDetailsDict["categoryName"]
  221 + categoryId = orderDetailsDict["categoryId"]
  222 + inGreeterName = orderDetailsDict["inGreeterName"]
  223 + inGreeterId = orderDetailsDict["inGreeterId"]
  224 + productArea = orderDetailsDict["productArea"]
  225 + productPrice = orderDetailsDict["productPrice"]
  226 +
  227 +
  228 + # 用户信息获取
  229 + res = eFBL.get_icCheck(host=host, ic=ic)
  230 + print(res.text)
  231 + customerId = res.json()["data"]["aInfo"]["customerId"]
  232 + customerName = res.json()["data"]["aInfo"]["customerName"]
  233 + accountId = res.json()["data"]["aInfo"]["accountId"]
  234 + mobile = res.json()["data"]["aInfo"]["mobile"]
  235 +
  236 + # 省市区获取
  237 + res = eFBL.get_city(host=host, name="万州")
  238 + print(res.text)
  239 + originId = res.json()["suggestions"][0]["id"]
  240 +
  241 + # # 获取缴费金额
  242 + autocompletecartype = f"{carTypeCode}({carTypeName})"
  243 + print(autocompletecartype)
  244 + modified = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())
  245 +
  246 + # 获取缴费金额
  247 + res = get_calculateRes(host=host, autocompletecartype=autocompletecartype, optType=optType, correctInfo=correctInfo,
  248 + weightType=weightType, id=orderId, goodsId=goodsId, number=number, modified=modified,
  249 + status=status,
  250 + source=source, correctDiscount=correctDiscount, plate=plate, carTypeName=carTypeName,
  251 + carTypeCode=carTypeCode,
  252 + carTypeId=carTypeId, carTypeWeight=carTypeWeight, proveType=proveType,
  253 + grossWeight=grossWeight,
  254 + tareWeight=tareWeight, unitPrice=unitPrice, depName=depName, productName=productName,
  255 + productId=productId, originId=originId, tradeTypeId=tradeTypeId, created=created,
  256 + goodsTagIds=goodsTagIds,
  257 + shareRatio=shareRatio, categoryName=categoryName, categoryId=categoryId,
  258 + grossWeightDate=grossWeightDate,
  259 + tareWeightDate=tareWeightDate, sumPrice=sumPrice, weight=weight,
  260 + inGreeterName=inGreeterName, inGreeterId=inGreeterId)
  261 +
  262 + # 缴费信息
  263 + totalMoney = re.findall('name="totalMoney" value="(.*?)">', res.text)[0]
  264 + discountAmount = re.findall('name="discountAmount" value="(.*?)">', res.text)[0]
  265 + handReceivableAmount = re.findall('name="handReceivableAmount" value="(.*?)">', res.text)[0]
  266 + correctDiscount = re.findall('id="correctDiscount" name="correctDiscount" value="(.*?)">', res.text)[0]
  267 + receivable = re.findall('id="creceivableLong" name="receivable" value="(.*?)">', res.text)[0]
  268 + collectionPrice = re.findall('name="collectionPrice" value="(.*?)"', res.text)[0]
  269 +
  270 + # 查找dl标签class为包含'ui-font-'字符的所有dl标签
  271 + soup = BeautifulSoup(res.text, "html.parser")
  272 + fee_str = "correctDiscount=1&billItems=&billItemsDic="
  273 + fee_int = 0
  274 + discount_amount = 0
  275 + for tag in soup.findAll("div", class_="d-flex align-items-center"):
  276 + c = tag.findAll("input")
  277 + for i in c:
  278 + if i.get("name") != None:
  279 + fee_str = fee_str + "&" + i.get("name") + "=" + urllib.parse.quote(i.get("value"))
  280 + if i.get("type") == "text":
  281 + fee_int = fee_int + int(float(i.get("value")))
  282 + if "优惠" in i.get("value"):
  283 + discount_amount = discount_amount + int(json.loads(i.get("value"))["receivable"]) / 100
  284 +
  285 + id = orderId
  286 + totalAmount = totalMoney
  287 + customerPhone = mobile
  288 + chargeTotalAmount = totalMoney
  289 + chargeTotalAmountYuan = fee_int - int(discount_amount)
  290 + freezeMoneySymbol = fee_int
  291 + comparisonFreezeAmount = fee_int
  292 + modified = created
  293 + firmCode = my.userInfo["data"]["user"]["firmCode"]
  294 + marketFlag = firmCode
  295 + itemReceivableAmount = receivable
  296 + receivableAmount = receivable
  297 + tareWeightDate = tareWeightDate
  298 +
  299 + aa = do_doInvalid(host=host, autocompletecartype=autocompletecartype, fee_str=fee_str, pwd=pwd, optType=optType,
  300 + weightType=weightType, id=id, goodsId=goodsId, number=number, created=created, status=status,
  301 + source=source,
  302 + correctDiscount=correctDiscount, totalAmount=totalAmount, customerId=customerId,
  303 + fundAccount=accountId,
  304 + accountId=accountId, ic=ic, customerName=customerName, customerPhone=customerPhone, plate=plate,
  305 + carTypeName=carTypeName, carTypeCode=carTypeCode, carTypeId=carTypeId, carTypeWeight=carTypeWeight,
  306 + proveType=proveType, grossWeight=grossWeight, tareWeight=tareWeight, weight=weight,
  307 + productPrice=productPrice,
  308 + unitPrice=unitPrice, depName=depName, dep=dep,
  309 + regionId=regionId,
  310 + productName=productName, productId=productId, productArea=productArea, originId=originId,
  311 + tradeTypeId=tradeTypeId, correctInfo=correctInfo, chargeTotalAmount=chargeTotalAmount,
  312 + freezeMoneySymbol=freezeMoneySymbol, comparisonFreezeAmount=comparisonFreezeAmount, modified=modified,
  313 + goodsTagIds=goodsTagIds, marketFlag=marketFlag, totalMoney=totalMoney, receivable=receivable,
  314 + collectionPrice=collectionPrice, discountAmount=discountAmount,
  315 + handReceivableAmount=handReceivableAmount,
  316 + itemReceivableAmount=itemReceivableAmount, receivableAmount=receivableAmount,
  317 + categoryName=categoryName,
  318 + categoryId=carTypeId, grossWeightDate=grossWeightDate, tareWeightDate=tareWeightDate,
  319 + sumPrice=sumPrice,
  320 + chargeTotalAmountYuan=chargeTotalAmountYuan)
  321 +
  322 + print(aa.text)
  323 + return aa
  324 +
  325 +# time.sleep(5)
  326 +# do_invalidOrder(attrValue="202108130900098")
0 327 \ No newline at end of file
... ...
commons/api/entranceFeeBillList/entanceOperation.py renamed to commons/api/entranceFeeBillList/operationUnfreeze.py
report/test.log
1   -[2021-08-13 10:36:47] [INFO] : ======================================================================================
2   -[2021-08-13 10:36:47] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
3   -{'data': None, 'json': {'userName': 'sy_chen', 'password': 'MIpd5ZAfNIKuHUcoGljNK+PCLRSJoywwmv0UI2TdX9BWVCZzTWkP9GaLyrZ9G6EV2DO9z8L1QRJmkVeLBCP+csJPdO1VxCOCZexA/pChT0LT8S34vvOfdK3nvfCp09aY2uBnyG50uwF+vuaQ8U6BYLgKRR+zX08/WCMlhQTwcVE='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}
  1 +[2021-08-13 11:13:22] [INFO] : ======================================================================================
  2 +[2021-08-13 11:13:22] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
  3 +{'data': None, 'json': {'userName': 'sy_chen', 'password': 'lMHeWirMEFmszCVwbCGZ/sR2N12W2ZqFsdcWCuI8Y8h9NPgzjOWizi8eQa9ALydks0nDa3gYEAfW/l/D6/L/IVudTSIOHmpa5EaSawrPt8c3gfDltWqiBFeF/Aa66MddLJnf4YzDb8/gDmYxphKL3oC00h+H/kQqT6Okcud1DLA='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}
4 4  
5   -[2021-08-13 10:36:47] [INFO] : ======================================================================================
6   -[2021-08-13 10:36:47] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
7   -{'data': None, 'json': {'userName': 'sygangda', 'password': 'nOTfBFBLsXeY7i24V7OKhi/h3/QSTobTFO0KZYeW3yaOjIpJLfxZQ1Wvola97O7+vQ2EOLCX2fx0X03wI4lz5pGoQA5Nuo5Zlw6NoMh/stTLj7tAACF68yYEiUvdHYdH7mAUcrc2lRrXiLSIx0It5wyK2+mgkok8ZXLVFeD9kv4='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}
  5 +[2021-08-13 11:13:22] [INFO] : ======================================================================================
  6 +[2021-08-13 11:13:22] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb
  7 +{'data': None, 'json': {'userName': 'sygangda', 'password': 'kWKWxWcJkDPYhUtP+5KxVHaxYhi9d46wQ44h0eUCyW6kyNKBiWKbxtOZrtjsf5s1uDTyM1XOc9hL2SRwwNv5c5roFp/rDe+xSsCkJx8Wdgu/4x/NN3Y7m2VR7kRHYFPb08y10nMBlBI4FdC+0VrLnn1aa2X4njcxy2UR+qebBw4='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}}
8 8  
9   -[2021-08-13 10:36:48] [INFO] : ======================================================================================
10   -[2021-08-13 10:36:48] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426
11   -None
12   -{}
13   -
14   -[2021-08-13 10:36:48] [INFO] : ======================================================================================
15   -[2021-08-13 10:36:48] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
16   -{"businessCode": "jmsf"}
17   -{}
18   -
19   -[2021-08-13 10:36:49] [INFO] : ======================================================================================
20   -[2021-08-13 10:36:49] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
21   -{"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"}
22   -{}
23   -
24   -[2021-08-13 10:36:49] [INFO] : ======================================================================================
25   -[2021-08-13 10:36:49] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
26   -{"firmCode": "sy", "departmentId": 58, "keyword": ""}
27   -{}
28   -
29   -[2021-08-13 10:36:49] [INFO] : ======================================================================================
30   -[2021-08-13 10:36:49] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
31   -{"pageNum": 100, "pageSize": 100, "marketId": 9}
32   -{}
33   -
34   -[2021-08-13 10:36:49] [INFO] : ======================================================================================
35   -[2021-08-13 10:36:49] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
36   -None
37   -{'params': {'pid': 'goods_tag'}}
38   -
39   -[2021-08-13 10:36:50] [INFO] : ======================================================================================
40   -[2021-08-13 10:36:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
41   -{"province": "C", "city": null, "area": null}
42   -{}
43   -
44   -[2021-08-13 10:36:50] [INFO] : ======================================================================================
45   -[2021-08-13 10:36:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
46   -None
47   -{'params': {'keyword': ''}}
48   -
49   -[2021-08-13 10:36:50] [INFO] : ======================================================================================
50   -[2021-08-13 10:36:50] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
51   -None
52   -{'params': {'pid': 'prove_type'}}
53   -
54   -[2021-08-13 10:36:51] [INFO] : ======================================================================================
55   -[2021-08-13 10:36:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
56   -None
57   -{}
58   -
59   -[2021-08-13 10:36:51] [INFO] : ======================================================================================
60   -[2021-08-13 10:36:51] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
61   -{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddB29443", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "productId": 14158, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-13 10:36:51", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB29443", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 14158, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
62   -{}
63   -
64   -[2021-08-13 10:36:52] [INFO] : ======================================================================================
65   -[2021-08-13 10:36:52] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
66   -{'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': '202108130900061'}
67   -{}
68   -
69   -[2021-08-13 10:36:52] [INFO] : ======================================================================================
70   -[2021-08-13 10:36:52] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/4141.action
71   -None
72   -{}
73   -
74   -[2021-08-13 10:36:53] [INFO] : ======================================================================================
75   -[2021-08-13 10:36:53] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426
76   -None
77   -{}
78   -
79   -[2021-08-13 10:36:54] [INFO] : ======================================================================================
80   -[2021-08-13 10:36:54] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
81   -None
82   -{}
83   -
84   -[2021-08-13 10:36:54] [INFO] : ======================================================================================
85   -[2021-08-13 10:36:54] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
86   -{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 4141, 'goodsId': '4155', 'number': '202108130900061', 'modified': '2021-08-13 10:36:54', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B29443', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '14158', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-13 10:36:51', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '14436', 'driverTel': '', 'grossWeightDate': '2021-08-13 10:36:51', 'tareWeightDate': '2021-08-13 10:36:51', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '测试沈阳', 'inGreeterId': '223', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
87   -{}
88   -
89   -[2021-08-13 10:36:55] [INFO] : ======================================================================================
90   -[2021-08-13 10:36:55] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
91   -protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=4141&goodsId=4155&number=202108130900061&modified=2021-08-13%2010%3A36%3A51&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=800&customerId=389&fundAccount=105847&ic=888810032426&customerName=%E9%95%BF%E6%AD%8C%E4%B9%B0%E5%AE%B6%E7%9C%81%E5%86%85%E5%95%8A%E5%95%8A%E5%95%8A%E5%98%BF&customerPhone=18011501258&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB29443&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=&regionId=72&productName=%E9%9B%AA%E8%8E%B2%E6%9E%9C&productId=14158&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=&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=800&chargeTotalAmountYuan=8&freezeMoneySymbol=13&comparisonFreezeAmount=13&created=2021-08-13%2010%3A36%3A51&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=800&receivable=1300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=1300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=1300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=53&driverTel=&grossWeightDate=2021-08-13%2010%3A36%3A51&tareWeightDate=2021-08-13%2010%3A36%3A51&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=105847&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=10.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A1000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
92   -{}
93   -
94   -[2021-08-13 10:36:59] [INFO] : ======================================================================================
95   -[2021-08-13 10:36:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
96   -{"plate": "", "number": "", "customerName": "\u957f\u6b4c\u4e70\u5bb6\u7701\u5185\u554a\u554a\u554a\u563f"}
97   -{}
98   -
99   -[2021-08-13 10:36:59] [INFO] : ======================================================================================
100   -[2021-08-13 10:36:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
101   -{"businessCode": "jmsf"}
102   -{}
103   -
104   -[2021-08-13 10:37:00] [INFO] : ======================================================================================
105   -[2021-08-13 10:37:00] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
106   -{"marketId": 9, "state": 1, "keyword": "\u706b\u9f99\u679c"}
107   -{}
108   -
109   -[2021-08-13 10:37:00] [INFO] : ======================================================================================
110   -[2021-08-13 10:37:00] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
111   -{"firmCode": "sy", "departmentId": 58, "keyword": ""}
112   -{}
113   -
114   -[2021-08-13 10:37:00] [INFO] : ======================================================================================
115   -[2021-08-13 10:37:00] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
116   -{"pageNum": 100, "pageSize": 100, "marketId": 9}
117   -{}
118   -
119   -[2021-08-13 10:37:00] [INFO] : ======================================================================================
120   -[2021-08-13 10:37:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
121   -None
122   -{'params': {'pid': 'goods_tag'}}
123   -
124   -[2021-08-13 10:37:00] [INFO] : ======================================================================================
125   -[2021-08-13 10:37:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
126   -{"province": "C", "city": null, "area": null}
127   -{}
128   -
129   -[2021-08-13 10:37:01] [INFO] : ======================================================================================
130   -[2021-08-13 10:37:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
131   -None
132   -{'params': {'keyword': ''}}
133   -
134   -[2021-08-13 10:37:01] [INFO] : ======================================================================================
135   -[2021-08-13 10:37:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
136   -None
137   -{'params': {'pid': 'prove_type'}}
138   -
139   -[2021-08-13 10:37:01] [INFO] : ======================================================================================
140   -[2021-08-13 10:37:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
141   -None
142   -{}
143   -
144   -[2021-08-13 10:37:02] [INFO] : ======================================================================================
145   -[2021-08-13 10:37:02] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
146   -{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddB55733", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "productId": 14575, "productName": "\u706b\u9f99\u679c\u7c7b", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-13 10:37:02", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB55733", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 14575, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
147   -{}
148   -
149   -[2021-08-13 10:37:02] [INFO] : ======================================================================================
150   -[2021-08-13 10:37:02] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
151   -{'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': '202108130900062'}
152   -{}
153   -
154   -[2021-08-13 10:37:03] [INFO] : ======================================================================================
155   -[2021-08-13 10:37:03] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/4142.action
156   -None
157   -{}
158   -
159   -[2021-08-13 10:37:04] [INFO] : ======================================================================================
160   -[2021-08-13 10:37:04] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426
161   -None
162   -{}
163   -
164   -[2021-08-13 10:37:05] [INFO] : ======================================================================================
165   -[2021-08-13 10:37:05] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
166   -None
167   -{}
168   -
169   -[2021-08-13 10:37:05] [INFO] : ======================================================================================
170   -[2021-08-13 10:37:05] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
171   -{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 4142, 'goodsId': '4156', 'number': '202108130900062', 'modified': '2021-08-13 10:37:05', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B55733', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '火龙果类', 'productId': '14575', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-13 10:37:02', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '14436', 'driverTel': '', 'grossWeightDate': '2021-08-13 10:37:02', 'tareWeightDate': '2021-08-13 10:37:02', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '测试沈阳', 'inGreeterId': '223', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
172   -{}
173   -
174   -[2021-08-13 10:37:05] [INFO] : ======================================================================================
175   -[2021-08-13 10:37:05] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
176   -protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=4142&goodsId=4156&number=202108130900062&modified=2021-08-13%2010%3A37%3A02&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=800&customerId=389&fundAccount=105847&ic=888810032426&customerName=%E9%95%BF%E6%AD%8C%E4%B9%B0%E5%AE%B6%E7%9C%81%E5%86%85%E5%95%8A%E5%95%8A%E5%95%8A%E5%98%BF&customerPhone=18011501258&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB55733&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=&regionId=72&productName=%E7%81%AB%E9%BE%99%E6%9E%9C%E7%B1%BB&productId=14575&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=&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=800&chargeTotalAmountYuan=8&freezeMoneySymbol=13&comparisonFreezeAmount=13&created=2021-08-13%2010%3A37%3A02&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=800&receivable=1300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=1300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=1300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=53&driverTel=&grossWeightDate=2021-08-13%2010%3A37%3A02&tareWeightDate=2021-08-13%2010%3A37%3A02&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=105847&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=10.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A1000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
177   -{}
178   -
179   -[2021-08-13 10:37:09] [INFO] : ======================================================================================
180   -[2021-08-13 10:37:09] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
181   -{"plate": "\u5dddB55733", "number": "", "customerName": ""}
182   -{}
183   -
184   -[2021-08-13 10:37:09] [INFO] : ======================================================================================
185   -[2021-08-13 10:37:09] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
  9 +[2021-08-13 11:13:23] [INFO] : ======================================================================================
  10 +[2021-08-13 11:13:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType
186 11 {"businessCode": "jmsf"}
187 12 {}
188 13  
189   -[2021-08-13 10:37:10] [INFO] : ======================================================================================
190   -[2021-08-13 10:37:10] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
191   -{"marketId": 9, "state": 1, "keyword": "\u706b\u9f99\u679c"}
  14 +[2021-08-13 11:13:23] [INFO] : ======================================================================================
  15 +[2021-08-13 11:13:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree
  16 +{"marketId": 9, "state": 1, "keyword": "\u852c\u83dc"}
192 17 {}
193 18  
194   -[2021-08-13 10:37:10] [INFO] : ======================================================================================
195   -[2021-08-13 10:37:10] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
  19 +[2021-08-13 11:13:23] [INFO] : ======================================================================================
  20 +[2021-08-13 11:13:23] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
196 21 {"firmCode": "sy", "departmentId": 58, "keyword": ""}
197 22 {}
198 23  
199   -[2021-08-13 10:37:10] [INFO] : ======================================================================================
200   -[2021-08-13 10:37:10] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
  24 +[2021-08-13 11:13:23] [INFO] : ======================================================================================
  25 +[2021-08-13 11:13:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query
201 26 {"pageNum": 100, "pageSize": 100, "marketId": 9}
202 27 {}
203 28  
204   -[2021-08-13 10:37:10] [INFO] : ======================================================================================
205   -[2021-08-13 10:37:10] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  29 +[2021-08-13 11:13:23] [INFO] : ======================================================================================
  30 +[2021-08-13 11:13:23] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
206 31 None
207 32 {'params': {'pid': 'goods_tag'}}
208 33  
209   -[2021-08-13 10:37:11] [INFO] : ======================================================================================
210   -[2021-08-13 10:37:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
  34 +[2021-08-13 11:13:24] [INFO] : ======================================================================================
  35 +[2021-08-13 11:13:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address
211 36 {"province": "C", "city": null, "area": null}
212 37 {}
213 38  
214   -[2021-08-13 10:37:11] [INFO] : ======================================================================================
215   -[2021-08-13 10:37:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
  39 +[2021-08-13 11:13:24] [INFO] : ======================================================================================
  40 +[2021-08-13 11:13:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep
216 41 None
217 42 {'params': {'keyword': ''}}
218 43  
219   -[2021-08-13 10:37:11] [INFO] : ======================================================================================
220   -[2021-08-13 10:37:11] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
  44 +[2021-08-13 11:13:24] [INFO] : ======================================================================================
  45 +[2021-08-13 11:13:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid
221 46 None
222 47 {'params': {'pid': 'prove_type'}}
223 48  
224   -[2021-08-13 10:37:12] [INFO] : ======================================================================================
225   -[2021-08-13 10:37:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
  49 +[2021-08-13 11:13:25] [INFO] : ======================================================================================
  50 +[2021-08-13 11:13:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action
226 51 None
227 52 {}
228 53  
229   -[2021-08-13 10:37:12] [INFO] : ======================================================================================
230   -[2021-08-13 10:37:12] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
231   -{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddB52710", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "productId": 14575, "productName": "\u706b\u9f99\u679c\u7c7b", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-13 10:37:12", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddB52710", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 14575, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
  54 +[2021-08-13 11:13:25] [INFO] : ======================================================================================
  55 +[2021-08-13 11:13:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave
  56 +{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA61542", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "productId": 14152, "productName": "\u852c\u83dc", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-13 11:13:25", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA61542", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 14152, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663}
232 57 {}
233 58  
234   -[2021-08-13 10:37:12] [INFO] : ======================================================================================
235   -[2021-08-13 10:37:12] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
236   -{'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': '202108130900063'}
  59 +[2021-08-13 11:13:26] [INFO] : ======================================================================================
  60 +[2021-08-13 11:13:26] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action
  61 +{'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': '202108130900101'}
237 62 {}
238 63  
239   -[2021-08-13 10:37:13] [INFO] : ======================================================================================
240   -[2021-08-13 10:37:13] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/4143.action
  64 +[2021-08-13 11:13:26] [INFO] : ======================================================================================
  65 +[2021-08-13 11:13:26] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/unfreeze/4181.action
241 66 None
242 67 {}
243 68  
244   -[2021-08-13 10:37:14] [INFO] : ======================================================================================
245   -[2021-08-13 10:37:14] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426
  69 +[2021-08-13 11:13:28] [INFO] : ======================================================================================
  70 +[2021-08-13 11:13:28] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426
246 71 None
247 72 {}
248 73  
249   -[2021-08-13 10:37:15] [INFO] : ======================================================================================
250   -[2021-08-13 10:37:15] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
  74 +[2021-08-13 11:13:28] [INFO] : ======================================================================================
  75 +[2021-08-13 11:13:28] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州
251 76 None
252 77 {}
253 78  
254   -[2021-08-13 10:37:15] [INFO] : ======================================================================================
255   -[2021-08-13 10:37:15] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
256   -{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 4143, 'goodsId': '4157', 'number': '202108130900063', 'modified': '2021-08-13 10:37:15', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川B52710', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '火龙果类', 'productId': '14575', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-13 10:37:12', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '14436', 'driverTel': '', 'grossWeightDate': '2021-08-13 10:37:12', 'tareWeightDate': '2021-08-13 10:37:12', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '测试沈阳', 'inGreeterId': '223', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''}
257   -{}
258   -
259   -[2021-08-13 10:37:15] [INFO] : ======================================================================================
260   -[2021-08-13 10:37:15] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action
261   -protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=4143&goodsId=4157&number=202108130900063&modified=2021-08-13%2010%3A37%3A12&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=800&customerId=389&fundAccount=105847&ic=888810032426&customerName=%E9%95%BF%E6%AD%8C%E4%B9%B0%E5%AE%B6%E7%9C%81%E5%86%85%E5%95%8A%E5%95%8A%E5%95%8A%E5%98%BF&customerPhone=18011501258&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DB52710&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&calcDepId=58&dep=58&regionName=&regionId=72&productName=%E7%81%AB%E9%BE%99%E6%9E%9C%E7%B1%BB&productId=14575&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=&levelType=&originId=500101&tradeTypeId=70&chargeTotalAmount=800&chargeTotalAmountYuan=8&freezeMoneySymbol=13&comparisonFreezeAmount=13&created=2021-08-13%2010%3A37%3A12&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=800&receivable=1300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=1300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=1300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=53&driverTel=&grossWeightDate=2021-08-13%2010%3A37%3A12&tareWeightDate=2021-08-13%2010%3A37%3A12&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=105847&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=10.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A1000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
262   -{}
263   -
264   -[2021-08-13 10:37:19] [INFO] : ======================================================================================
265   -[2021-08-13 10:37:19] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks
266   -{"plate": "", "number": "202108130900063", "customerName": ""}
267   -{}
268   -
269   -[2021-08-13 10:37:20] [INFO] : ======================================================================================
270   -[2021-08-13 10:37:20] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api
271   -{"firmCode": "sy", "departmentId": 58, "keyword": ""}
  79 +[2021-08-13 11:13:28] [INFO] : ======================================================================================
  80 +[2021-08-13 11:13:28] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action
  81 +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 4181, 'goodsId': '4195', 'number': '202108130900101', 'modified': '2021-08-13 11:13:28', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A61542', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'regionName': '', 'regionId': '0', 'productName': '蔬菜', 'productId': '14152', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-13 11:13:25', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '蔬菜', 'categoryId': '14152', 'driverTel': '', 'grossWeightDate': '2021-08-13 11:13:25', 'tareWeightDate': '2021-08-13 11:13:25', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '测试沈阳', 'inGreeterId': '223', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': ''}
272 82 {}
273 83  
274   -[2021-08-13 10:37:20] [INFO] : ======================================================================================
275   -[2021-08-13 10:37:20] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/backSkinWeighSave
276   -{"hasStoreTruck": 1, "number": "202108130900063", "outGreeterId": 223, "outGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "plate": "\u5dddB52710", "rail": 1, "tareWeight": 425, "tareWeightDate": "2021-08-13 10:37:20", "weighImgs": [], "weighId": 0, "remark": "123", "carTypeWeight": 333, "trailerNumber": "\u5dddB52710", "pathAddress": "A4-BB-6D-0A-F4-13", "bskinWithGoods": -1, "ic": "", "customerName": null, "customerId": 0, "carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66"}
  84 +[2021-08-13 11:13:28] [INFO] : ======================================================================================
  85 +[2021-08-13 11:13:28] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/doInvalid.action
  86 +protocolId=&pwd=111111&clientRedirectTag=&viewType=unfreeze&optType=0&optUrl=&correctInfo=1&weightType=1&id=4181&goodsId=4195&number=202108130900101&modified=2021-08-13%2011%3A13%3A25&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=600&customerId=389&fundAccount=105847&accountId=105847&ic=888810032426&customerName=%E9%95%BF%E6%AD%8C%E4%B9%B0%E5%AE%B6%E7%9C%81%E5%86%85%E5%95%8A%E5%95%8A%E5%95%8A%E5%98%BF&customerPhone=18011501258&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA61542&autocomplete-cartype=003%28%E6%9D%BF%E8%BD%A6%29&carTypeName=%E6%9D%BF%E8%BD%A6&carTypeCode=003&carTypeId=53&carTypeWeight=333&storeTareWeight=&proveType=665&grossWeight=432&tareWeight=333&weight=99&goodsNum=&itemWeight=&productPrice=1.00000&unitPrice=100.0&depName=%E6%B0%B4%E6%9E%9C%E9%83%A8&dep=58&regionId=&productName=%E8%94%AC%E8%8F%9C&productId=14152&productArea=%E9%87%8D%E5%BA%86%2C%E9%87%8D%E5%BA%86%E5%B8%82%2C%E4%B8%87%E5%B7%9E%E5%8C%BA&originId=500101&tradeTypeId=70&chargeTotalAmount=600&chargeTotalAmountYuan=8&freezeMoneySymbol=13&comparisonFreezeAmount=13&created=2021-08-13%2011%3A13%3A25&remark=%E5%A4%87%E6%B3%A8&goodsTagIds=663&shareRatio=0&handlingTeam=&steveTeamId=&handlingRatio=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&marketFlag=sy&totalMoney=600&receivable=1300&collectionPrice=200&discountAmount=500&handReceivableAmount=10000&itemReceivableAmount=1300&receivableAmount=1300&categoryName=%E8%94%AC%E8%8F%9C&categoryId=53&driverTel=&grossWeightDate=2021-08-13%2011%3A13%3A25&tareWeightDate=2021-08-13%2011%3A13%3A25&grossPathName=&grossPathId=&tarePathId=&goodsRemark=%E5%A4%87%E6%B3%A8&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepId=0&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=10.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A1000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D
277 87 {}
278 88  
... ...
testcase/test_ZC/test_ZC.py
... ... @@ -128,7 +128,8 @@ class test_demo(unittest.TestCase):
128 128 depName="水果部",goodsTagName="货物标签测试",proveName="绿色蔬菜")
129 129 print(cre_res.json())
130 130 number = cre_res.json()["data"]["number"]
131   - aa = eFBL.do_freezeOrder(attrValue=number)
  131 + print(number)
  132 + # aa = eFBL.do_freezeOrder(attrValue=number)
132 133 # aa = eFBL.do_payOrder(attrValue=number)
133 134 # cre_res = zcA.create_jmsf(host=self.gatewayHost)
134 135 # print(cre_res.json())
... ...
testcase/test_listPage/test_listPageOperation.py
... ... @@ -13,8 +13,9 @@ import unittest
13 13 from commons.scripts.readConf import rC
14 14 from commons.api import zcApi as zcA
15 15 from commons.api import sjApi
16   -from commons.api.entranceFeeBillList import entanceOperation as eOp
  16 +from commons.api.entranceFeeBillList import operationUnfreeze as eOp
17 17 from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL
  18 +from commons.api.entranceFeeBillList import operationDoInvalid as oDI
18 19 import random
19 20  
20 21 class test_listPage(unittest.TestCase):
... ... @@ -93,3 +94,11 @@ class test_listPage(unittest.TestCase):
93 94 assert res_unfreezeOrder.json()["code"]=="200","解冻失败"
94 95 assert res_unfreezeOrder.json()["message"] == "OK", "解冻失败"
95 96  
  97 + def test_do(self):
  98 + plate = f"川A{random.randint(10000,99999)}"
  99 + cre_res = zcA.create_jmsf(host=self.gatewayHost,plate=plate)
  100 + print(cre_res.json())
  101 + number = cre_res.json()["data"]["number"]
  102 + res_unfreezeOrder = oDI.do_invalidOrder(host=self.jmsfHost,attrValue=number)
  103 + assert res_unfreezeOrder.json()["number"]==number,"作废测试失败"
  104 + assert res_unfreezeOrder.json()["message"] == "作废成功!", "作废测试失败"
... ...