This commit is contained in:
cdle
2021-10-19 22:43:05 +08:00
parent 852665999e
commit e797ce1c74
10 changed files with 35 additions and 20 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ var u2i = core.NewBucket("wxmpu2i")
var material = core.NewBucket("wxmpMaterial")
func init() {
file_dir := core.ExecPath + "/logs/wxmp/"
file_dir := "logs/wxmp/"
os.MkdirAll(file_dir, os.ModePerm)
core.Server.Any("/wx/", func(c *gin.Context) {
wc := wechat.NewWechat()