This commit is contained in:
2026-06-22 20:35:27 +08:00
parent 4dcfc5911d
commit 9fe8883728
2 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import (
"tyapi-server/internal/infrastructure/external/nuoer"
)
// ProcessIVYZX7J9Request IVYZX7J9 API处理方法 -收入等级tax_income_level_v8
// ProcessIVYZX7J9Request IVYZX7J9 API处理方法 -学历核验政务
func ProcessIVYZX7J9Request(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
var paramsDto dto.IVYZX7J9Req
if err := json.Unmarshal(params, &paramsDto); err != nil {