Commit b4052824a2337d3504e5fb48cb8af20aed77e7f7

Authored by liujiqiang
1 parent 974f17ae

批号创建脚本

testcase/hg/createBatch/createBatch.py
... ... @@ -45,4 +45,5 @@ class createBat(object):
45 45 print(res.json()["data"]["batchCode"])
46 46  
47 47  
  48 +# 调用
48 49 createBat = createBat().main()
49 50 \ No newline at end of file
... ...