fix QQ转账

This commit is contained in:
ZJY 2021-10-11 11:28:26 +08:00
parent ca66b29b05
commit ba9d6dd41b

View File

@ -387,7 +387,7 @@ var codeSignals = []CodeSignal{
qq := Int(sender.Contents[0])
logs.Info(qq)
if len(sender.Contents) > 1 {
sender.Contents = sender.Contents[1:]
//sender.Contents = sender.Contents[1:]
logs.Info(sender.Contents[1:])
AdddCoin(qq, Int(sender.Contents[1]))
sender.Reply(fmt.Sprintf("你获得%d枚互助值。", Int(sender.Contents[1])))