fix: 修复 PDD 页面误判与失败回执 (#35)
This commit is contained in:
@@ -210,6 +210,7 @@ func SubmitFailure(db *sql.DB, taskID, clientID, idemKey string, rawBody []byte)
|
||||
}
|
||||
return map[string]any{
|
||||
"accepted": true,
|
||||
"result_id": newID(),
|
||||
"task_status": string(newStatus),
|
||||
"accepted_at": model.NowISO(),
|
||||
}, nil
|
||||
|
||||
Reference in New Issue
Block a user