This commit is contained in:
Mrx
2026-06-03 14:15:48 +08:00
parent c94cc944bf
commit a2cdeffb0c
28 changed files with 3 additions and 1298 deletions

View File

@@ -10,7 +10,7 @@ import (
"hyapi-server/internal/infrastructure/external/nuoer"
)
// ProcessIVYZVJJ6Request IVYZVJJ6 API处理方法 -收入等级
// ProcessIVYZVJJ6Request IVYZVJJ6 API处理方法 -收入等级tax_income_level_v8
func ProcessIVYZVJJ6Request(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
var paramsDto dto.IVYZVJJ6Req
if err := json.Unmarshal(params, &paramsDto); err != nil {
@@ -27,7 +27,7 @@ func ProcessIVYZVJJ6Request(ctx context.Context, params []byte, deps *processors
"mobile": paramsDto.MobileNo,
}
nuoerDoCheckAPIKey := "tax_income_level_v2"
nuoerDoCheckAPIKey := "tax_income_level_v8"
ApiPath := "/v1/doCheck"
resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body)