This commit is contained in:
2025-12-10 10:32:33 +08:00
parent ce858983ee
commit 0fd28054f1
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import (
// ProcessIVYZ5A9ORequest IVYZ5A9O API处理方法 全国⾃然⼈⻛险评估评分模型
func ProcessIVYZ5A9ORequest(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
var paramsDto dto.IVYZ5A9tReq
var paramsDto dto.IVYZ5A9OReq
if err := json.Unmarshal(params, &paramsDto); err != nil {
return nil, errors.Join(processors.ErrSystem, err)
}