Commit b401dccf by linguangwei

review

parent 59a4c502
...@@ -13,7 +13,7 @@ mac_app_location = /Applications/小麦企学院.app/Contents/MacOS/小麦企学 ...@@ -13,7 +13,7 @@ mac_app_location = /Applications/小麦企学院.app/Contents/MacOS/小麦企学
env = prod env = prod
[header_require] [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] [MySql]
......
...@@ -102,7 +102,7 @@ def get_token(user): ...@@ -102,7 +102,7 @@ def get_token(user):
# 创建一个直播课,返回课程id和课程名称 # 创建一个直播课,返回课程id和课程名称
def create_a_live(start_time, start_time2=None, user="lgw-b"): 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) basic_imforation = readConfig.test_header(header_name=user)
userId = basic_imforation['userId'] userId = basic_imforation['userId']
storeId = basic_imforation['storeId'] storeId = basic_imforation['storeId']
......
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