fix queryservice processors key

This commit is contained in:
liangzai 2025-06-19 20:43:57 +08:00
parent 3274267351
commit 49843017c0

View File

@ -53,8 +53,8 @@ var productProcessors = map[string]func(*QueryServiceLogic, *types.QueryServiceR
"rentalinfo": (*QueryServiceLogic).ProcessRentalInfoLogic, "rentalinfo": (*QueryServiceLogic).ProcessRentalInfoLogic,
"preloanbackgroundcheck": (*QueryServiceLogic).ProcessPreLoanBackgroundCheckLogic, "preloanbackgroundcheck": (*QueryServiceLogic).ProcessPreLoanBackgroundCheckLogic,
"backgroundcheck": (*QueryServiceLogic).ProcessBackgroundCheckLogic, "backgroundcheck": (*QueryServiceLogic).ProcessBackgroundCheckLogic,
"personalLawsuit": (*QueryServiceLogic).ProcessPersonalLawsuitLogic, "personallawsuit": (*QueryServiceLogic).ProcessPersonalLawsuitLogic,
"enterpriseLawsuit": (*QueryServiceLogic).ProcessEnterpriseLawsuitLogic, "enterpriselawsuit": (*QueryServiceLogic).ProcessEnterpriseLawsuitLogic,
} }
func (l *QueryServiceLogic) PreprocessLogic(req *types.QueryServiceReq, product string) (*types.QueryServiceResp, error) { func (l *QueryServiceLogic) PreprocessLogic(req *types.QueryServiceReq, product string) (*types.QueryServiceResp, error) {