u'p
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
||||
"tyapi-server/internal/infrastructure/external/nuoer"
|
||||
)
|
||||
|
||||
// ProcessIVYZ2MN2Request IVYZ2MN2 API处理方法 - 学历核验a
|
||||
func ProcessIVYZ2MN2Request(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
|
||||
var paramsDto dto.IVYZ2MN2Req
|
||||
// ProcessIVYZ2MA8Request IVYZ2MA8 API处理方法 - 学历核验a
|
||||
func ProcessIVYZ2MA8Request(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
|
||||
var paramsDto dto.IVYZ2MA8Req
|
||||
if err := json.Unmarshal(params, ¶msDto); err != nil {
|
||||
return nil, errors.Join(processors.ErrSystem, err)
|
||||
}
|
||||
Reference in New Issue
Block a user