|
@@ -436,7 +436,7 @@ def get_video_info(log, no, x_token):
|
|
|
@retry(stop=stop_after_attempt(5), wait=wait_fixed(1), after=after_log)
|
|
@retry(stop=stop_after_attempt(5), wait=wait_fixed(1), after=after_log)
|
|
|
def get_player_list(log, no, sql_pool, x_token):
|
|
def get_player_list(log, no, sql_pool, x_token):
|
|
|
"""
|
|
"""
|
|
|
- 获取玩家列表
|
|
|
|
|
|
|
+ 获取玩家列表 type:1 -> 福运签列表 / type:2 -> 用户列表
|
|
|
:param log:
|
|
:param log:
|
|
|
:param sql_pool:
|
|
:param sql_pool:
|
|
|
:param no:
|
|
:param no:
|
|
@@ -451,7 +451,7 @@ def get_player_list(log, no, sql_pool, x_token):
|
|
|
ts = int((time.time()) * 1000)
|
|
ts = int((time.time()) * 1000)
|
|
|
|
|
|
|
|
params = {
|
|
params = {
|
|
|
- "type": "1",
|
|
|
|
|
|
|
+ "type": "2",
|
|
|
# "no": "SN10763635",
|
|
# "no": "SN10763635",
|
|
|
"no": no,
|
|
"no": no,
|
|
|
"timestamp": str(ts)
|
|
"timestamp": str(ts)
|