fad
This commit is contained in:
@@ -9,9 +9,9 @@ import (
|
||||
"hyapi-server/internal/domains/api/services/processors"
|
||||
)
|
||||
|
||||
// ProcessFLXLD77Request FLXLD77 API处理方法 - 劳动仲裁查询天远
|
||||
func ProcessFLXLD77Request(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
|
||||
var paramsDto dto.FLXLD77Req
|
||||
// ProcessFLXLLD77Request FLXLLD77 API处理方法 - 劳动仲裁查询天远
|
||||
func ProcessFLXLLD77Request(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
|
||||
var paramsDto dto.FLXLLD77Req
|
||||
if err := json.Unmarshal(params, ¶msDto); err != nil {
|
||||
return nil, errors.Join(processors.ErrSystem, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user