NothAmor 10669a4827 test
Signed-off-by: NothAmor <nothamor@localhost.localdomain>
2022-07-18 23:17:47 +08:00

10 lines
143 B
Go

package controller
import (
"github.com/eatmoreapple/openwechat"
)
func SingleChoice(msg *openwechat.Message) {
msg.ReplyText("success")
}