Commit e37539e61a87810b2c43a1a04800e6ff2d44ed8d
1 parent
f201ad3d
增加代码注释
Showing
4 changed files
with
4 additions
and
0 deletions
commons/api/entranceFeeBill_provesPage.py
@@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | @@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | ||
7 | 7 | ||
8 | 8 | ||
9 | class entranceFeeBill_provesPage(): | 9 | class entranceFeeBill_provesPage(): |
10 | + "证明类型明细-查询" | ||
10 | url = "http://test.jmsf.diligrp.com:8385/entranceFeeBill/provesPage.action" | 11 | url = "http://test.jmsf.diligrp.com:8385/entranceFeeBill/provesPage.action" |
11 | header = { | 12 | header = { |
12 | "Connection": "keep-alive", | 13 | "Connection": "keep-alive", |
commons/api/weighingServiceSave.py
@@ -8,6 +8,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | @@ -8,6 +8,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | ||
8 | 8 | ||
9 | 9 | ||
10 | class weighingServiceSave(): | 10 | class weighingServiceSave(): |
11 | + "称重服务" | ||
11 | url = "http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/weighingServiceSave" | 12 | url = "http://test.gateway.diligrp.com:8285/jmsf-web/api/entrace/weighingServiceSave" |
12 | header = { | 13 | header = { |
13 | "jmsf_duplicate_commit_token": "demo", | 14 | "jmsf_duplicate_commit_token": "demo", |
commons/api/weightBizBill_doRefund.py
@@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | @@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | ||
7 | 7 | ||
8 | 8 | ||
9 | class weightBizBill_doRefund(): | 9 | class weightBizBill_doRefund(): |
10 | + "称重服务单列表-退款" | ||
10 | url = "http://test.jmsf.diligrp.com:8385/weightBizBill/doRefund.action" | 11 | url = "http://test.jmsf.diligrp.com:8385/weightBizBill/doRefund.action" |
11 | header = { | 12 | header = { |
12 | "Connection": "keep-alive", | 13 | "Connection": "keep-alive", |
commons/api/weightBizBill_listPage.py
@@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | @@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | ||
7 | 7 | ||
8 | 8 | ||
9 | class weightBizBill_listPage(): | 9 | class weightBizBill_listPage(): |
10 | + "称重服务单列表-查询" | ||
10 | url = "http://test.jmsf.diligrp.com:8385/weightBizBill/listPage.action" | 11 | url = "http://test.jmsf.diligrp.com:8385/weightBizBill/listPage.action" |
11 | header = { | 12 | header = { |
12 | "Connection": "keep-alive", | 13 | "Connection": "keep-alive", |