fix queryservice processors key
This commit is contained in:
parent
3274267351
commit
49843017c0
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user