Commit decaecea719fbeb045e380a71ba63ced5e3e91f5

Authored by liujiqiang
1 parent c27ba802

代码拉取

testcase/hg/test_batchSettlement/test_batchSettlement.py
... ... @@ -68,6 +68,7 @@ class test_batch(unittest.TestCase):
68 68 print(resBatchCode.json())
69 69 batchCode = resBatchCode.json()["data"]["batchCode"]
70 70 print("test_searchState_1 --> self.batchCode:", batchCode)
  71 + print("123123")
71 72 # # 变更交易状态
72 73 # resCAT = sellingGoods.doCreateAndTrade(session=session,host=self.gatewayHost,batchCode=batchCode,
73 74 # ic=self.ic_buyer,posCode=posCode)
... ...