Commit 2a2d894f6152080b2245e7d681ca406c84f65de8
1 parent
24fa9ba6
增加市场普适性
Showing
3 changed files
with
86 additions
and
68 deletions
commons/api/zcApi.py
... | ... | @@ -233,16 +233,19 @@ def create_jmsf(host=None,carTypeName=None,keyword="蔬菜",userName=None,transa |
233 | 233 | |
234 | 234 | # 获取接车员信息 |
235 | 235 | if "进门接车员" in templateAttr_list: |
236 | - print('my.userInfo["data"]["user"]', my.userInfo["data"]["user"]) | |
237 | 236 | firmCode = my.userInfo["data"]["user"]["firmCode"] |
238 | 237 | firmId = my.userInfo["data"]["user"]["firmId"] |
239 | - res_config = gLL.get_config(host=host,marketId=firmId) | |
240 | - departmentId = [i["value"] for i in res_config.json()["rows"] if i["name"]=="DepartmentId"][0] | |
241 | - print("==========1============") | |
242 | - print(my.userInfo["data"]["user"]) | |
243 | - print(firmCode) | |
244 | - print(departmentId) | |
245 | - print("==========1============") | |
238 | + | |
239 | + try: | |
240 | + res_config = gLL.get_config(host=host, marketId=firmId) | |
241 | + departmentId = [i["value"] for i in res_config.json()["rows"] if i["name"] == "DepartmentId"][0] | |
242 | + except: | |
243 | + departmentId = None | |
244 | + # print("==========1============") | |
245 | + # print(my.userInfo["data"]["user"]) | |
246 | + # print(firmCode) | |
247 | + # print(departmentId) | |
248 | + # print("==========1============") | |
246 | 249 | listByExample = get_listByExample(host=host,firmCode=firmCode,departmentId=departmentId) |
247 | 250 | print("listByExample",listByExample.json()) |
248 | 251 | if userName == None: | ... | ... |
commons/basic/getLookupList.py
... | ... | @@ -62,15 +62,15 @@ def get_templateAttr(host="http://test.gateway.diligrp.com:8285",moduleCode="ZC" |
62 | 62 | def get_config(host="",marketId="9"): |
63 | 63 | """通过部门编号获取区域""" |
64 | 64 | url = host + "/assets-service/api/config/query" |
65 | - data = {"marketId":9,"pageNum":100,"pageSize":100} | |
65 | + data = {"marketId":marketId,"pageNum":100,"pageSize":100} | |
66 | 66 | headers = dct.jsonCode() |
67 | 67 | res = my.useHeadersRequests(method="POST", url=url, data=json.dumps(data), headers=headers) |
68 | 68 | return res |
69 | 69 | |
70 | -# host="http://test.jmsf.diligrp.com:8385" | |
71 | -host="http://test.gateway.diligrp.com:8285" | |
72 | -# print(get_LookupList(host=host,providerName="货物品类").json()) | |
73 | -# print(get_reach(host).json()) | |
74 | -# print(get_category(host=host,productName="蔬菜").json()) | |
75 | -# print(get_templateAttr(host=host)) | |
76 | -print([i["value"] for i in get_config(host=host).json()["rows"] if i["name"]=="DepartmentId"][0]) | |
77 | 70 | \ No newline at end of file |
71 | +# # host="http://test.jmsf.diligrp.com:8385" | |
72 | +# host="http://test.gateway.diligrp.com:8285" | |
73 | +# # print(get_LookupList(host=host,providerName="货物品类").json()) | |
74 | +# # print(get_reach(host).json()) | |
75 | +# # print(get_category(host=host,productName="蔬菜").json()) | |
76 | +# # print(get_templateAttr(host=host)) | |
77 | +# print([i["value"] for i in get_config(host=host).json()["rows"] if i["name"]=="DepartmentId"][0]) | |
78 | 78 | \ No newline at end of file | ... | ... |
report/test.log
1 | -[2021-08-24 14:23:23] [INFO] : ====================================================================================== | |
2 | -[2021-08-24 14:23:23] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb | |
3 | -{'data': None, 'json': {'userName': 'sy_chen', 'password': 'H2+hKsNXm+sWUzOs4itYTSdjIX4VbHpCDHodXmTh0kzN14KbZST9IXX+EvB/fXctpuklQu47X+xRSGnHN+BU9SDjwAX8VEZZOOEHMxEn/lwNRZgbaMgwpBquXLagAMW8XKL0EpvO/RoypWY62uawXkXRbLXFz6pDEy5JEgEhiA4='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}} | |
1 | +[2021-08-24 14:42:58] [INFO] : ====================================================================================== | |
2 | +[2021-08-24 14:42:58] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb | |
3 | +{'data': None, 'json': {'userName': 'sy_chen', 'password': 'YYD/RlWIycywtAC8mAg3/GRHq0j93TXvKtos9JcQH8XusbxAhZjdroSDlCBNSKSNTWTgB0XDxfTuhTLooR+zykQuVUz0Q4ewLWybEWeH8OW+faPyx6MT8+HQNXTHxrZrmEbNXTmOnISbPZVIp/XRebjkCHwuK9FCwO6X15qSCkI='}, '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 14:23:23] [INFO] : ====================================================================================== | |
6 | -[2021-08-24 14:23:23] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb | |
7 | -{'data': None, 'json': {'userName': '哈尔滨田太子', 'password': 'Wb/uT3WvDmxdY3Ti2pSPFt0CUDp+3H1kDJ4rOmQBK04p/2lDzJQZ/zDf+a5/NQi8wA/nmFOp6oI18exnz7z2GZfdIOUCAWMP2y+tsuSPTS3sRiLuDFxGJ3KfEy5uhbw/koEgIUlGTwvwRM3UQZFuHufIGk4vkuyMnIq0+dww33s='}, 'headers': {'Content-Type': 'text/plain;charset=utf-8', 'Host': 'test.uap.diligrp.com', 'Content-Length': '209', 'Expect': '100-continue'}} | |
5 | +[2021-08-24 14:42:58] [INFO] : ====================================================================================== | |
6 | +[2021-08-24 14:42:58] [INFO] : http://test.uap.diligrp.com/api/authenticationApi/loginWeb | |
7 | +{'data': None, 'json': {'userName': '哈尔滨田太子', 'password': 'Rs2ck6WidOLh5l3AIpftdffQ2xphJhV0OQmgcijsQpMr5Pj9BJYoYJSVaa99scA45Uh4+/pxtibFCThdDe0iMZd86do9C5awilWOWhIj7JR1vSCqHhy8uV5WXubIINq4PtK3VEzLn/iO3YEm62Yggrr6lcMgudHfvlZ7OayYfDI='}, '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 14:23:23] [INFO] : ====================================================================================== | |
10 | -[2021-08-24 14:23:23] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query | |
11 | -{"marketId": 9, "pageNum": 100, "pageSize": 100} | |
9 | +[2021-08-24 14:42:58] [INFO] : ====================================================================================== | |
10 | +[2021-08-24 14:42:58] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query | |
11 | +{"marketId": "9", "pageNum": 100, "pageSize": 100} | |
12 | 12 | {} |
13 | 13 | |
14 | -[2021-08-24 14:23:24] [INFO] : ====================================================================================== | |
15 | -[2021-08-24 14:23:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC | |
14 | +[2021-08-24 14:42:59] [INFO] : ====================================================================================== | |
15 | +[2021-08-24 14:42:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/template/getTemplateUnit?marketCode=9&moduleCode=ZC | |
16 | 16 | None |
17 | 17 | {} |
18 | 18 | |
19 | -[2021-08-24 14:23:24] [INFO] : ====================================================================================== | |
20 | -[2021-08-24 14:23:24] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType | |
19 | +[2021-08-24 14:42:59] [INFO] : ====================================================================================== | |
20 | +[2021-08-24 14:42:59] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType | |
21 | 21 | {"businessCode": "jmsf"} |
22 | 22 | {} |
23 | 23 | |
24 | -[2021-08-24 14:23:24] [INFO] : ====================================================================================== | |
25 | -[2021-08-24 14:23:24] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree | |
24 | +[2021-08-24 14:42:59] [INFO] : ====================================================================================== | |
25 | +[2021-08-24 14:42:59] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/cusCategory/getTree | |
26 | 26 | {"marketId": 9, "state": 1, "keyword": "\u96ea\u83b2\u679c"} |
27 | 27 | {} |
28 | 28 | |
29 | -[2021-08-24 14:23:24] [INFO] : ====================================================================================== | |
30 | -[2021-08-24 14:23:24] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query | |
29 | +[2021-08-24 14:42:59] [INFO] : ====================================================================================== | |
30 | +[2021-08-24 14:42:59] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/config/query | |
31 | 31 | {"marketId": 9, "pageNum": 100, "pageSize": 100} |
32 | 32 | {} |
33 | 33 | |
34 | -[2021-08-24 14:23:24] [INFO] : ====================================================================================== | |
35 | -[2021-08-24 14:23:24] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api | |
34 | +[2021-08-24 14:42:59] [INFO] : ====================================================================================== | |
35 | +[2021-08-24 14:42:59] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api | |
36 | 36 | {"firmCode": "sy", "departmentId": "58", "keyword": ""} |
37 | 37 | {} |
38 | 38 | |
39 | -[2021-08-24 14:23:24] [INFO] : ====================================================================================== | |
40 | -[2021-08-24 14:23:24] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query | |
39 | +[2021-08-24 14:43:00] [INFO] : ====================================================================================== | |
40 | +[2021-08-24 14:43:00] [INFO] : http://test.gateway.diligrp.com:8285/assets-service/api/tradeType/query | |
41 | 41 | {"pageNum": 100, "pageSize": 100, "marketId": 9} |
42 | 42 | {} |
43 | 43 | |
44 | -[2021-08-24 14:23:25] [INFO] : ====================================================================================== | |
45 | -[2021-08-24 14:23:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid | |
44 | +[2021-08-24 14:43:00] [INFO] : ====================================================================================== | |
45 | +[2021-08-24 14:43:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid | |
46 | 46 | None |
47 | 47 | {'params': {'pid': 'goods_tag'}} |
48 | 48 | |
49 | -[2021-08-24 14:23:25] [INFO] : ====================================================================================== | |
50 | -[2021-08-24 14:23:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address | |
49 | +[2021-08-24 14:43:00] [INFO] : ====================================================================================== | |
50 | +[2021-08-24 14:43:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/address | |
51 | 51 | {"province": "C", "city": null, "area": null} |
52 | 52 | {} |
53 | 53 | |
54 | -[2021-08-24 14:23:25] [INFO] : ====================================================================================== | |
55 | -[2021-08-24 14:23:25] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep | |
54 | +[2021-08-24 14:43:00] [INFO] : ====================================================================================== | |
55 | +[2021-08-24 14:43:00] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/dep | |
56 | 56 | None |
57 | 57 | {'params': {'keyword': ''}} |
58 | 58 | |
59 | -[2021-08-24 14:23:26] [INFO] : ====================================================================================== | |
60 | -[2021-08-24 14:23:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid | |
59 | +[2021-08-24 14:43:01] [INFO] : ====================================================================================== | |
60 | +[2021-08-24 14:43:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCodeByPid | |
61 | 61 | None |
62 | 62 | {'params': {'pid': 'prove_type'}} |
63 | 63 | |
64 | -[2021-08-24 14:23:26] [INFO] : ====================================================================================== | |
65 | -[2021-08-24 14:23:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action | |
64 | +[2021-08-24 14:43:01] [INFO] : ====================================================================================== | |
65 | +[2021-08-24 14:43:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action | |
66 | 66 | None |
67 | 67 | {} |
68 | 68 | |
69 | -[2021-08-24 14:23:26] [INFO] : ====================================================================================== | |
70 | -[2021-08-24 14:23:26] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave | |
71 | -{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA91818", "inGreeterId": 274, "inGreeterName": "\u901a\u7528\u6d4b\u8bd5", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-24 14:23:26", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA91818", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663} | |
69 | +[2021-08-24 14:43:01] [INFO] : ====================================================================================== | |
70 | +[2021-08-24 14:43:01] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/wholeCarWeighSave | |
71 | +{"carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66", "carTypeWeight": 333, "plate": "\u5dddA42238", "inGreeterId": 223, "inGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "productId": 2182, "productName": "\u96ea\u83b2\u679c", "proveTypeCode": 665, "proveTypeName": "\u98df\u54c1\u5b89\u5168", "weighRemark": "\u5907\u6ce8", "weighmanRecord": {"grossWeight": 432, "grossWeightDate": "2021-08-24 14:43:01", "newWeight": 99, "tareWeight": 333, "tareWeightDate": null, "weighImgs": []}, "productCode": null, "trailerNumber": "\u5dddA42238", "pathAddress": "A4-BB-6D-0A-F4-13", "haveTruckWeight": false, "source": 4, "entryPlateInputType": 1, "dep": 58, "depName": "\u6c34\u679c\u90e8", "cateId": 2182, "notice": 0, "backSkinTwo": -1, "recordOriginId": 0, "recordOriginName": null, "recordProductId": 0, "recordProductName": null, "recordWeight": null, "codeIc": null, "codeId": 0, "difference": 0, "bindRecordSign": 0, "recordDesc": null, "hasCodeItems": false, "customerId": 0, "customerName": "", "driverIc": null, "driverName": null, "totalPrice": null, "originId": 500101, "origin": "\u4e07\u5dde\u533a", "originCode": "023", "tradeType": "9001", "tradeTypeName": "\u6c88\u96331\u53f7", "weight": 2.0, "pwd": "", "type": 1, "ic": "", "boothNumber": "210728154359", "productState": "1", "accountId": 0, "passCheckId": 0, "passCheckName": null, "tradeTypeId": 70, "id": 0, "protocolId": null, "goodsTagId": 663} | |
72 | 72 | {} |
73 | 73 | |
74 | -[2021-08-24 14:23:27] [INFO] : ====================================================================================== | |
75 | -[2021-08-24 14:23:27] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action | |
76 | -{'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': '202108240900199'} | |
74 | +[2021-08-24 14:43:02] [INFO] : ====================================================================================== | |
75 | +[2021-08-24 14:43:02] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action | |
76 | +{'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': '202108240900283'} | |
77 | 77 | {} |
78 | 78 | |
79 | -[2021-08-24 14:23:27] [INFO] : ====================================================================================== | |
80 | -[2021-08-24 14:23:27] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5195.action | |
79 | +[2021-08-24 14:43:02] [INFO] : ====================================================================================== | |
80 | +[2021-08-24 14:43:02] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/pay/5281.action | |
81 | 81 | None |
82 | 82 | {} |
83 | 83 | |
84 | -[2021-08-24 14:23:29] [INFO] : ====================================================================================== | |
85 | -[2021-08-24 14:23:29] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810032426 | |
84 | +[2021-08-24 14:43:04] [INFO] : ====================================================================================== | |
85 | +[2021-08-24 14:43:04] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/icCheck?ic=888810033081 | |
86 | 86 | None |
87 | 87 | {} |
88 | 88 | |
89 | -[2021-08-24 14:23:30] [INFO] : ====================================================================================== | |
90 | -[2021-08-24 14:23:30] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州 | |
89 | +[2021-08-24 14:43:04] [INFO] : ====================================================================================== | |
90 | +[2021-08-24 14:43:04] [INFO] : http://test.jmsf.diligrp.com:8385/api/jmsf/ajax/city/?name=万州&query=万州 | |
91 | 91 | None |
92 | 92 | {} |
93 | 93 | |
94 | -[2021-08-24 14:23:30] [INFO] : ====================================================================================== | |
95 | -[2021-08-24 14:23:30] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action | |
96 | -{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5195, 'goodsId': '5209', 'number': '202108240900199', 'modified': '2021-08-24 14:23:30', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A91818', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': '', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-24 14:23:28', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 14:23:28', 'tareWeightDate': '2021-08-24 14:23:28', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '通用测试', 'inGreeterId': '274', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''} | |
94 | +[2021-08-24 14:43:04] [INFO] : ====================================================================================== | |
95 | +[2021-08-24 14:43:04] [INFO] : http://test.jmsf.diligrp.com:8385/calculate/index.action | |
96 | +{'protocolId': '', 'pwd': '', 'clientRedirectTag': '', 'viewType': 'pay', 'optType': '0', 'optUrl': '', 'correctInfo': '1', 'weightType': '1', 'id': 5281, 'goodsId': '5295', 'number': '202108240900283', 'modified': '2021-08-24 14:43:04', 'status': '2', 'source': '1', 'updateFeeItems': '', 'correctDiscount': '1', 'totalAmount': '', 'customerId': '0', 'fundAccount': '', 'accountId': '', 'ic': '', 'customerName': '', 'customerPhone': '', 'payway': '刷卡', 'plate': '川A42238', 'autocomplete-cartype': '003(板车)', 'carTypeName': '板车', 'carTypeCode': '003', 'carTypeId': '53', 'carTypeWeight': '333', 'storeTareWeight': '', 'proveType': '665', 'grossWeight': '432', 'tareWeight': '333', 'weight': '99', 'goodsNum': '', 'itemWeight': '', 'productPrice': '1.00000', 'unitPrice': '100.0', 'depName': '水果部', 'calcDepId': '58', 'regionName': 'A1区', 'regionId': '0', 'productName': '雪莲果', 'productId': '2182', 'productArea': '重庆,重庆市,万州区', 'parentId': '', 'levelType': '', 'originId': 500101, 'tradeTypeId': '70', 'chargeTotalAmount': '', 'chargeTotalAmountYuan': '', 'freezeMoneySymbol': '', 'comparisonFreezeAmount': '', 'created': '2021-08-24 14:43:03', 'remark': 'false', 'goodsTagIds': '663', 'shareRatio': '0', 'handlingTeam': '', 'handlingRatio': '', 'handActualAmount': '', 'handManageAmount': '', 'handCollectionAmount': '', 'receivableAmount': '', 'categoryName': '水果', 'categoryId': '1616', 'driverTel': '', 'grossWeightDate': '2021-08-24 14:43:03', 'tareWeightDate': '2021-08-24 14:43:03', 'grossPathName': '', 'grossPathId': '', 'tarePathId': '', 'goodsRemark': '', 'inGreeterName': '测试沈阳', 'inGreeterId': '223', 'outGreeterId': '', 'sumPrice': '9900', 'shipperName': '', 'shipperId': '', 'shipperPhone': '', 'feeDepName': '', 'calcFeeDepId': ''} | |
97 | +{} | |
98 | + | |
99 | +[2021-08-24 14:43:05] [INFO] : ====================================================================================== | |
100 | +[2021-08-24 14:43:05] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doFreeze.action | |
101 | +protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5281&goodsId=5295&number=202108240900283&modified=2021-08-24%2014%3A43%3A03&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=103101&ic=888810033081&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA42238&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®ionName=A1%E5%8C%BA®ionId=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%2014%3A43%3A03&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-24%2014%3A43%3A03&tareWeightDate=2021-08-24%2014%3A43%3A03&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=&inGreeterId=0&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=103101&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D | |
102 | +{} | |
103 | + | |
104 | +[2021-08-24 14:43:08] [INFO] : ====================================================================================== | |
105 | +[2021-08-24 14:43:08] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listBackSkinTrucks | |
106 | +{"plate": "", "number": "202108240900283", "customerName": ""} | |
107 | +{} | |
108 | + | |
109 | +[2021-08-24 14:43:09] [INFO] : ====================================================================================== | |
110 | +[2021-08-24 14:43:09] [INFO] : http://test.gateway.diligrp.com:8285/dili-uap/userApi/listByExample.api | |
111 | +{"firmCode": "sy", "departmentId": 58, "keyword": ""} | |
97 | 112 | {} |
98 | 113 | |
99 | -[2021-08-24 14:23:30] [INFO] : ====================================================================================== | |
100 | -[2021-08-24 14:23:30] [INFO] : http://test.jmsf.diligrp.com:8385/entranceTrade/doPay.action | |
101 | -protocolId=&pwd=111111&clientRedirectTag=&viewType=pay&optType=0&optUrl=&correctInfo=1&weightType=1&id=5195&goodsId=5209&number=202108240900199&modified=2021-08-24%2014%3A23%3A28&status=2&source=1&updateFeeItems=&correctDiscount=1&totalAmount=4800&customerId=384&fundAccount=107575&ic=888810032426&customerName=%2A%2A%2A%2A%2A%2A&customerPhone=19010001000&payway=%E5%88%B7%E5%8D%A1&plate=%E5%B7%9DA91818&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®ionName=A1%E5%8C%BA®ionId=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%2014%3A23%3A28&remark=&goodsTagIds=663&marketFlag=sy&totalMoney=4800&receivable=5300&collectionPrice=0&discountAmount=500&handReceivableAmount=0&itemReceivableAmount=5300&shareRatio=0&handlingTeam=&handActualAmount=0&handManageAmount=0&handCollectionAmount=0&receivableAmount=5300&categoryName=%E6%B0%B4%E6%9E%9C&categoryId=1616&driverTel=&grossWeightDate=2021-08-24%2014%3A23%3A28&tareWeightDate=2021-08-24%2014%3A23%3A28&grossPathName=&grossPathId=&tarePathId=&goodsRemark=&inGreeterName=%E9%80%9A%E7%94%A8%E6%B5%8B%E8%AF%95&inGreeterId=274&outGreeterId=&sumPrice=9900&shipperName=&shipperId=&shipperPhone=&feeDepName=&calcFeeDepId=&feeDepId=&accountId=107575&correctDiscount=1&billItems=&billItemsDic=&billItemCheckIds=103&103=50.00&billItems=%7B%22discount%22%3A500%2C%22id%22%3A103%2C%22name%22%3A%22%E4%BA%A4%E6%98%93%E7%AE%A1%E7%90%86%E8%B4%B9%22%2C%22receivable%22%3A5000%2C%22require%22%3A1%7D&billItemDicCheckIds=105&billItemsDic=%7B%22discount%22%3A0%2C%22id%22%3A105%2C%22name%22%3A%22%E4%BC%98%E6%83%A0%E6%94%B6%E8%B4%B9%22%2C%22receivable%22%3A500%2C%22require%22%3A0%7D&billItemCheckIds=106&106=3.00&billItems=%7B%22discount%22%3A0%2C%22id%22%3A106%2C%22name%22%3A%22%E6%A3%80%E6%B5%8B%E8%B4%B9%22%2C%22receivable%22%3A300%2C%22require%22%3A1%7D | |
114 | +[2021-08-24 14:43:09] [INFO] : ====================================================================================== | |
115 | +[2021-08-24 14:43:09] [INFO] : http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/backSkinWeighSave | |
116 | +{"hasStoreTruck": 1, "number": "202108240900283", "outGreeterId": 223, "outGreeterName": "\u6d4b\u8bd5\u6c88\u9633", "plate": "\u5dddA42238", "rail": 1, "tareWeight": 391, "tareWeightDate": "2021-08-24 14:43:09", "weighImgs": [], "weighId": 0, "remark": "123", "carTypeWeight": 333, "trailerNumber": "\u5dddA42238", "pathAddress": "A4-BB-6D-0A-F4-13", "bskinWithGoods": -1, "ic": "", "customerName": null, "customerId": 0, "carTypeCode": "003", "carTypeId": 53, "carTypeName": "\u677f\u8f66"} | |
102 | 117 | {} |
103 | 118 | |
104 | -[2021-08-24 14:23:35] [INFO] : ====================================================================================== | |
105 | -[2021-08-24 14:23:35] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action | |
106 | -{'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': '沈阳长歌'} | |
119 | +[2021-08-24 14:43:09] [INFO] : ====================================================================================== | |
120 | +[2021-08-24 14:43:09] [INFO] : http://test.jmsf.diligrp.com:8385/entranceFeeBill/listPage.action | |
121 | +{'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': '202108240900283'} | |
107 | 122 | {} |
108 | 123 | ... | ... |