Commit e37539e61a87810b2c43a1a04800e6ff2d44ed8d
1 parent
f201ad3d
增加代码注释
Showing
4 changed files
with
4 additions
and
0 deletions
commons/api/entranceFeeBill_provesPage.py
commons/api/weighingServiceSave.py
... | ... | @@ -8,6 +8,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) |
8 | 8 | |
9 | 9 | |
10 | 10 | class weighingServiceSave(): |
11 | + "称重服务" | |
11 | 12 | url = "http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/weighingServiceSave" |
12 | 13 | header = { |
13 | 14 | "jmsf_duplicate_commit_token": "demo", | ... | ... |
commons/api/weightBizBill_doRefund.py
commons/api/weightBizBill_listPage.py