创角次数

This commit is contained in:
wuaho 2021-10-27 15:43:38 +08:00
parent 5c94632aaf
commit fa3cb17c61

View File

@ -101,7 +101,7 @@ async def role_idx(request, rdb, data):
:return: :return:
""" """
# 条件 # 条件
if data.get('#type') == 'track' and data.get('#event_name') == 'create_role': if data.get('#type') == 'track' and data.get('#event_name') == 'create_account':
# key = $appid.$binduid v : uid # key = $appid.$binduid v : uid
account = data.get("properties", {}).get("binduid") account = data.get("properties", {}).get("binduid")