sun-pc 2 weeks ago
parent
commit
cddb7aebad
2 changed files with 4 additions and 0 deletions
  1. 4 0
      main.go
  2. BIN
      tryon-new.zip

+ 4 - 0
main.go

@@ -121,6 +121,10 @@ func main() {
 			if err != nil {
 				// 重试逻辑
 				if len(url) > 0 {
+					if url == "FAILED" {
+						fmt.Println("后台处理失败status[FAILED]")
+						return
+					}
 					replay--
 				} else {
 					// 异常逻辑

BIN
tryon-new.zip