This commit is contained in:
2026-04-08 19:29:36 +08:00
parent 10605afe1e
commit e76fcd89bb

View File

@@ -20,6 +20,8 @@ func ProcessQYGL2S0WRequest(ctx context.Context, params []byte, deps *processors
if err := deps.Validator.ValidateStruct(paramsDto); err != nil { if err := deps.Validator.ValidateStruct(paramsDto); err != nil {
return nil, errors.Join(processors.ErrInvalidParam, err) return nil, errors.Join(processors.ErrInvalidParam, err)
}
// 验证逻辑 // 验证逻辑
var nameValue string var nameValue string
if paramsDto.Type == "per" { if paramsDto.Type == "per" {