Commit decaecea719fbeb045e380a71ba63ced5e3e91f5
1 parent
c27ba802
代码拉取
Showing
1 changed file
with
1 additions
and
0 deletions
testcase/hg/test_batchSettlement/test_batchSettlement.py
@@ -68,6 +68,7 @@ class test_batch(unittest.TestCase): | @@ -68,6 +68,7 @@ class test_batch(unittest.TestCase): | ||
68 | print(resBatchCode.json()) | 68 | print(resBatchCode.json()) |
69 | batchCode = resBatchCode.json()["data"]["batchCode"] | 69 | batchCode = resBatchCode.json()["data"]["batchCode"] |
70 | print("test_searchState_1 --> self.batchCode:", batchCode) | 70 | print("test_searchState_1 --> self.batchCode:", batchCode) |
71 | + print("123123") | ||
71 | # # 变更交易状态 | 72 | # # 变更交易状态 |
72 | # resCAT = sellingGoods.doCreateAndTrade(session=session,host=self.gatewayHost,batchCode=batchCode, | 73 | # resCAT = sellingGoods.doCreateAndTrade(session=session,host=self.gatewayHost,batchCode=batchCode, |
73 | # ic=self.ic_buyer,posCode=posCode) | 74 | # ic=self.ic_buyer,posCode=posCode) |