添加消息处理
This commit is contained in:
9
controller/msg.go
Normal file
9
controller/msg.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package controller
|
||||
|
||||
import (
|
||||
"github.com/eatmoreapple/openwechat"
|
||||
)
|
||||
|
||||
func SingleChoice(msg *openwechat.Message) {
|
||||
msg.ReplyText("我执行成功了")
|
||||
}
|
||||
Reference in New Issue
Block a user