Commit 24528d161da6f99a9685244608831922e902a67c
1 parent
2b7dce17
更新进门称重的方法
Showing
1 changed file
with
1 additions
and
2 deletions
commons/api/weightBizBill_listPage.py
@@ -30,8 +30,7 @@ class weightBizBill_listPage(): | @@ -30,8 +30,7 @@ class weightBizBill_listPage(): | ||
30 | def __init__(self): | 30 | def __init__(self): |
31 | self.url = weightBizBill_listPage.url.replace("http://test.", com.get_global_config("global_data", "environment", "en")) | 31 | self.url = weightBizBill_listPage.url.replace("http://test.", com.get_global_config("global_data", "environment", "en")) |
32 | self.header = weightBizBill_listPage.header | 32 | self.header = weightBizBill_listPage.header |
33 | - self.body = weightBizBill_listPage.body.replace('\n', '').replace(' ', '') | ||
34 | - | 33 | + self.body = weightBizBill_listPage.body.replace('\n', '') |
35 | 34 | ||
36 | 35 | ||
37 | # tt=weightBizBill_listPage() | 36 | # tt=weightBizBill_listPage() |