创角次数
This commit is contained in:
parent
5c94632aaf
commit
fa3cb17c61
@ -101,7 +101,7 @@ async def role_idx(request, rdb, data):
|
||||
: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
|
||||
account = data.get("properties", {}).get("binduid")
|
||||
|
Loading…
Reference in New Issue
Block a user