This commit is contained in:
2026-07-05 02:26:58 +08:00
parent 114ad82746
commit 6570466214
3 changed files with 117 additions and 1 deletions

View File

@@ -80,7 +80,8 @@ var productHandlers = map[string]queryHandlerFunc{
"toc_VehiclesUnderName": runMarriageReq,
"toc_VehiclesUnderNamePlate": runMarriageReq,
"toc_PersonVehicleVerification": runPersonVehicleVerificationReq,
"toc_PersonVehicleVerificationDetail": runPersonVehicleVerificationReq,
"toc_PersonVehicleVerificationDetail": runPersonVehicleVerificationReq,
"toc_PersonVehicleVerificationEnhanced": runPersonVehicleVerificationReq,
// 车辆类产品(按 md 传参)
"toc_VehiclesUnderNameCount": runVehiclesUnderNameCountReq,
"toc_VehicleStaticInfo": runVehicleVinCodeReq,