删之前先查一遍,
owner后面的数字是角色的guid,在数据库能看到明文,在总后台就有看到经过base64处理的字符串,需要自己去解码(提供一个解码网站:https://www.qqxiuzi.cn/bianma/base64.htm)
pack后面填的上面的类型数字,比如说我填2就是删材料物品
select * from t_item where owner=183539277001392544 and pack=2
delete from t_item where owner=183539277001392544 and pack=2
删之前先查一遍
select * from t_mail where owner=183539277001392544