mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
Backend batch upload/delete handlers always return a complete payload: status (string), uploaded/deleted (number), files (string array), and failed (only on partial). See auth_files.go:702-711. The fallback chains that re-derived uploaded/deleted counts and file names from the requestedNames list were unreachable. Likewise, runtime_only is always a real bool from Go (auth_files.go:403), and entry.modified is never emitted, so isRuntimeOnlyEntry collapses to a strict equality check and readDateField drops the modified alias.