Commit 32933c9b by Li Feifei

删除无用代码

parent 2dc2e306
Pipeline #15654 passed with stages
in 53 seconds
......@@ -33,8 +33,8 @@ type ObtainFile struct {
fileSize int64 // 课件大小
pageCount int // 课件图片数量
parser *parser // 课件对象
n *notify
packed *model.Packed // packed.json
n *notify // 事件通知
packed *model.Packed // packed.json
}
const (
......@@ -158,7 +158,6 @@ func (f *ObtainFile) task(file *zip.File) error {
func (f *ObtainFile) uploadPicture() error {
fmt.Println(f.parser.splitTempZipLink())
reader, err := zip.OpenReader(f.parser.splitTempZipLink())
if err != nil {
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