Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xm-uitest-sow
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiamai-test
xm-uitest-sow
Commits
bd45c632
Commit
bd45c632
authored
Jul 21, 2021
by
linguangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
review
parent
ecf5e4dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/framework/common.py
+3
-3
No files found.
src/framework/common.py
View file @
bd45c632
...
...
@@ -101,9 +101,9 @@ def get_token(user):
# 创建一个直播课,返回课程id和课程名称
def
create_a_live
(
start_time
,
start_time2
=
None
,
header_name
=
"lgw-b"
):
xmtoken
=
get_token
(
header_name
)
basic_imforation
=
readConfig
.
test_header
(
header_name
=
header_name
)
def
create_a_live
(
start_time
,
start_time2
=
None
,
user
=
"lgw-b"
):
xmtoken
=
get_token
(
user
)
basic_imforation
=
readConfig
.
test_header
(
header_name
=
user
)
userId
=
basic_imforation
[
'userId'
]
storeId
=
basic_imforation
[
'storeId'
]
storeUserId
=
basic_imforation
[
'storeUserId'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment