Commit e37539e61a87810b2c43a1a04800e6ff2d44ed8d

Authored by lixi
1 parent f201ad3d

增加代码注释

commons/api/entranceFeeBill_provesPage.py
... ... @@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
7 7  
8 8  
9 9 class entranceFeeBill_provesPage():
  10 + "证明类型明细-查询"
10 11 url = "http://test.jmsf.diligrp.com:8385/entranceFeeBill/provesPage.action"
11 12 header = {
12 13 "Connection": "keep-alive",
... ...
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
... ... @@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
7 7  
8 8  
9 9 class weightBizBill_doRefund():
  10 + "称重服务单列表-退款"
10 11 url = "http://test.jmsf.diligrp.com:8385/weightBizBill/doRefund.action"
11 12 header = {
12 13 "Connection": "keep-alive",
... ...
commons/api/weightBizBill_listPage.py
... ... @@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
7 7  
8 8  
9 9 class weightBizBill_listPage():
  10 + "称重服务单列表-查询"
10 11 url = "http://test.jmsf.diligrp.com:8385/weightBizBill/listPage.action"
11 12 header = {
12 13 "Connection": "keep-alive",
... ...