This commit is contained in:
Mrx
2026-02-27 14:53:08 +08:00
parent d12529307b
commit 5630d93de6

View File

@@ -47,7 +47,7 @@ func ProcessJRZQO6L7Request(ctx context.Context, params []byte, deps *processors
} }
// 使用 WithSkipCode201Check 不跳过 201 错误检查,当 Code == "201" 时返回错误 // 使用 WithSkipCode201Check 不跳过 201 错误检查,当 Code == "201" 时返回错误
// ctx = zhicha.WithSkipCode201Check(ctx) ctx = zhicha.WithSkipCode201Check(ctx)
respData, err := deps.ZhichaService.CallAPI(ctx, "ZCI081", reqData) respData, err := deps.ZhichaService.CallAPI(ctx, "ZCI081", reqData)
if err != nil { if err != nil {
if errors.Is(err, zhicha.ErrDatasource) { if errors.Is(err, zhicha.ErrDatasource) {