Commit 860ea21b933d63c86b95b011d00e55e12ad9760a

Authored by lixi
1 parent 357c53e7

1

testcase/hg/createBatch/test_createBatch.py
... ... @@ -26,7 +26,7 @@ if d!=None :
26 26 for i in range(t):
27 27 body = d
28 28 print("创建订单,第{}次请求,请求body={}".format(i+1,body))
29   - re = hg.post(url = create.url, headers = create.header, json = create.body)
  29 + re = hg.post(url = create.url, headers = create.header, json = body)
30 30 print(re.json())
31 31  
32 32  
... ...