This commit is contained in:
cdle 2021-08-19 11:23:27 +08:00
parent db0cf07f26
commit ff55c4b375

View File

@ -14,7 +14,9 @@ import (
"github.com/beego/beego/v2/server/web"
)
var SendQQ func(int64, interface{})
var SendQQ = func(a int64, b interface{}) {
}
var SendQQGroup func(int64, int64, interface{})
var ListenQQPrivateMessage = func(uid int64, msg string) {
SendQQ(uid, handleMessage(msg, "qq", int(uid)))