This commit is contained in:
cdle
2021-09-20 17:29:48 +08:00
parent 9b2d71b2c8
commit 9823fc3bd5
+1 -1
View File
@@ -14,7 +14,7 @@ import (
var wxmp = core.NewBucket("wxmp")
func init() {
core.Server.Any("/wx", func(c *gin.Context) {
core.Server.Any("/wx/", func(c *gin.Context) {
wc := wechat.NewWechat()
memory := cache.NewMemory()
cfg := &offConfig.Config{