实现批次检查接口 & 修复白银接口 url 二次编码问题

This commit is contained in:
2025-12-19 10:59:04 +08:00
parent 8f2e71849f
commit 2b190bd4e5
8 changed files with 124 additions and 48 deletions

View File

@@ -19,7 +19,6 @@ type Err struct {
func (e *Err) Error() string {
if e.err != nil {
slog.Debug(fmt.Sprintf("%s: %s", e.msg, e.err.Error()))
return e.msg
}
return e.msg
}