Commit bd45c632 by linguangwei

review

parent ecf5e4dc
......@@ -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']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment