This commit is contained in:
Mrx
2026-05-26 16:25:11 +08:00
parent 4fe180e4c8
commit 28fc40525e

View File

@@ -10,7 +10,7 @@ import (
"tyapi-server/internal/infrastructure/external/huibo" "tyapi-server/internal/infrastructure/external/huibo"
) )
// ProcessQYGLBH7YRequest QYGLBH7Y API处理方法 - 个人涉诉案件查询汇博 // ProcessQYGLBH7YRequest QYGLBH7Y API处理方法 - 企业案件查询汇博
func ProcessQYGLBH7YRequest(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) { func ProcessQYGLBH7YRequest(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
var paramsDto dto.QYGLBH7YReq var paramsDto dto.QYGLBH7YReq
if err := json.Unmarshal(params, &paramsDto); err != nil { if err := json.Unmarshal(params, &paramsDto); err != nil {