Commit 154468d2 by Li Feifei

debug

parent e5dc3dcd
Pipeline #15733 passed with stages
in 35 seconds
......@@ -165,7 +165,7 @@ func (f *ObtainFile) uploadPicture() error {
// 上传packed.json
func (f *ObtainFile) uploadPacked() error {
for i := 0; i <= f.pageCount; i++ {
for i := 1; i <= f.pageCount; i++ {
f.packed.ImagesName = append(f.packed.ImagesName, fmt.Sprintf("%05d", i) +".png")
}
packedBytes, _ := json.Marshal(f.packed)
......
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