fix QQ转账

This commit is contained in:
ZJY 2021-10-11 11:30:22 +08:00
parent ba9d6dd41b
commit fabb39fef6

View File

@ -390,7 +390,7 @@ var codeSignals = []CodeSignal{
//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])))
sender.Reply(fmt.Sprintf("%d已增加%d枚互助值。", qq, Int(sender.Contents[1])))
}
return nil
},