fix QQ转账
This commit is contained in:
parent
148b2a1c52
commit
ca66b29b05
@ -388,7 +388,7 @@ var codeSignals = []CodeSignal{
|
|||||||
logs.Info(qq)
|
logs.Info(qq)
|
||||||
if len(sender.Contents) > 1 {
|
if len(sender.Contents) > 1 {
|
||||||
sender.Contents = sender.Contents[1:]
|
sender.Contents = sender.Contents[1:]
|
||||||
logs.Info(sender.Contents[1])
|
logs.Info(sender.Contents[1:])
|
||||||
AdddCoin(qq, Int(sender.Contents[1]))
|
AdddCoin(qq, Int(sender.Contents[1]))
|
||||||
sender.Reply(fmt.Sprintf("你获得%d枚互助值。", Int(sender.Contents[1])))
|
sender.Reply(fmt.Sprintf("你获得%d枚互助值。", Int(sender.Contents[1])))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user