mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-05 03:23:45 +08:00
✨ 更改一个返回错误提示
This commit is contained in:
parent
432eacb99c
commit
41cc45dd1f
@ -18,7 +18,7 @@ async def deal_skd_cred(bot_id: str, cred: str, user_id: str) -> str:
|
||||
skd_uid = check_cred.user.id_
|
||||
uid = check_cred.gameStatus.uid
|
||||
if uid not in uid_list:
|
||||
return '该uid并未绑定'
|
||||
return '请先绑定该 Cred 对应的 uid'
|
||||
|
||||
# 检查是否已经绑定过 Cred, 如果有的话就 update
|
||||
skd_data = await ArknightsUser.select_data_by_uid(uid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user