From 808e8842f7715b322009b179ebc75dd5d13b7d82 Mon Sep 17 00:00:00 2001 From: wuaho Date: Mon, 26 Apr 2021 17:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler_data/ta_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler_data/ta_handler.py b/handler_data/ta_handler.py index ea88fb0..1ffb05b 100644 --- a/handler_data/ta_handler.py +++ b/handler_data/ta_handler.py @@ -104,7 +104,7 @@ async def role_idx(request, rdb, data): if data.get('#type') == 'track' and data.get('#event_name') == 'create_role': # key = $appid.$binduid v : uid - account = data.get("properties", {}).get("account") + account = data.get("properties", {}).get("binduid") account_id = data.get("#account_id") if account and account_id: key = f'{data["#app_id"]}_{account}_roles'