f
This commit is contained in:
@@ -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" {
|
||||||
|
|||||||
Reference in New Issue
Block a user