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
b401dccf
Commit
b401dccf
authored
Jul 21, 2021
by
linguangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
review
parent
59a4c502
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/config.ini
+1
-1
src/framework/common.py
+1
-1
No files found.
config/config.ini
View file @
b401dccf
...
...
@@ -13,7 +13,7 @@ mac_app_location = /Applications/小麦企学院.app/Contents/MacOS/小麦企学
env
=
prod
[header_require]
lgw-b
=
{"username"
= "13777867342", "password" =
"0000", "userId":"1394908740376522754","storeId":"1211601438838495999","storeUserId":"1394257952460828673","enterpriseId":"1398199018246803458"}
lgw-b
=
{"username"
:"13777867342", "password":
"0000", "userId":"1394908740376522754","storeId":"1211601438838495999","storeUserId":"1394257952460828673","enterpriseId":"1398199018246803458"}
[MySql]
...
...
src/framework/common.py
View file @
b401dccf
...
...
@@ -102,7 +102,7 @@ def get_token(user):
# 创建一个直播课,返回课程id和课程名称
def
create_a_live
(
start_time
,
start_time2
=
None
,
user
=
"lgw-b"
):
xmtoken
=
get_token
(
user
)
xmtoken
=
get_token
(
user
=
user
)
basic_imforation
=
readConfig
.
test_header
(
header_name
=
user
)
userId
=
basic_imforation
[
'userId'
]
storeId
=
basic_imforation
[
'storeId'
]
...
...
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