This commit is contained in:
2026-06-20 20:49:20 +08:00
parent 8ae0609bed
commit f3742f8dfa

View File

@@ -27,7 +27,7 @@ func ProcessIVYZRAX2Request(ctx context.Context, params []byte, deps *processors
"mobile": paramsDto.MobileNo, "mobile": paramsDto.MobileNo,
} }
nuoerDoCheckAPIKey := "kunyu_fix_v3_tg_model" nuoerDoCheckAPIKey := "zhixiangScore"
ApiPath := "/v1/doCheck" ApiPath := "/v1/doCheck"
resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body) resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body)