Sign in
autotest
/
test-scripts
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b4052824a2337d3504e5fb48cb8af20aed77e7f7
Authored by
liujiqiang
2021-09-29 14:33:10 +0800
1 parent
974f17ae
build: skipped
批号创建脚本
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
testcase/hg/createBatch/createBatch.py
testcase/hg/createBatch/createBatch.py
View file @
b405282
...
...
@@ -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
...
...