Commit 32933c9b by Li Feifei

删除无用代码

parent 2dc2e306
Pipeline #15654 passed with stages
in 53 seconds
...@@ -33,7 +33,7 @@ type ObtainFile struct { ...@@ -33,7 +33,7 @@ type ObtainFile struct {
fileSize int64 // 课件大小 fileSize int64 // 课件大小
pageCount int // 课件图片数量 pageCount int // 课件图片数量
parser *parser // 课件对象 parser *parser // 课件对象
n *notify n *notify // 事件通知
packed *model.Packed // packed.json packed *model.Packed // packed.json
} }
...@@ -158,7 +158,6 @@ func (f *ObtainFile) task(file *zip.File) error { ...@@ -158,7 +158,6 @@ func (f *ObtainFile) task(file *zip.File) error {
func (f *ObtainFile) uploadPicture() error { func (f *ObtainFile) uploadPicture() error {
fmt.Println(f.parser.splitTempZipLink())
reader, err := zip.OpenReader(f.parser.splitTempZipLink()) reader, err := zip.OpenReader(f.parser.splitTempZipLink())
if err != nil { if err != nil {
return err return err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment