Commit 2d3b3ab27c27176b46fd37023a7064792936219d

Authored by lixi
1 parent 434c22a6

1

jmsf_t.py
1   -t=1
2 1 \ No newline at end of file
  2 +t=3
3 3 \ No newline at end of file
... ...
testcase/hg/createBatch/test_createBatch.py
... ... @@ -26,7 +26,7 @@ print("\n开始运行订单创建脚本...\n")
26 26 if d!=None :
27 27 for i in range(t):
28 28 body = d
29   - print("创建进门单,第{}次请求,\n\n 请求body={}\n\n".format(i+1,body))
  29 + print("=================创建进门单,第{}次请求=============\n\n 请求body={}\n\n".format(i+1,body))
30 30 print("请求url={},\n\n 请求header={},\n\n 请求body={}\n\n".format(create.url,create.header,body))
31 31 re = hg.post(url = create.url, headers = create.header, json = body)
32 32 print("请求结果body={}".format(re.json()))
... ...