Commit 24528d161da6f99a9685244608831922e902a67c

Authored by lixi
1 parent 2b7dce17

更新进门称重的方法

commons/api/weightBizBill_listPage.py
... ... @@ -30,8 +30,7 @@ class weightBizBill_listPage():
30 30 def __init__(self):
31 31 self.url = weightBizBill_listPage.url.replace("http://test.", com.get_global_config("global_data", "environment", "en"))
32 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 36 # tt=weightBizBill_listPage()
... ...