浏览代码

接口请求结果添加解码

mxs 7 月之前
父节点
当前提交
f06a556e16
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.go

+ 1 - 1
app.go

@@ -49,7 +49,7 @@ func (a *App) startup(ctx context.Context) {
 		baseDir = "."
 	}
 	//创建附件下载目录
-	attachesDir = baseDir + "/spdier_attaches"
+	attachesDir = baseDir + "/spider_attaches"
 	if _, err := os.Stat(attachesDir); err != nil {
 		os.MkdirAll(attachesDir, 0777)
 	}