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,
|
||||
"preloanbackgroundcheck": (*QueryServiceLogic).ProcessPreLoanBackgroundCheckLogic,
|
||||
"backgroundcheck": (*QueryServiceLogic).ProcessBackgroundCheckLogic,
|
||||
"personalLawsuit": (*QueryServiceLogic).ProcessPersonalLawsuitLogic,
|
||||
"enterpriseLawsuit": (*QueryServiceLogic).ProcessEnterpriseLawsuitLogic,
|
||||
"personallawsuit": (*QueryServiceLogic).ProcessPersonalLawsuitLogic,
|
||||
"enterpriselawsuit": (*QueryServiceLogic).ProcessEnterpriseLawsuitLogic,
|
||||
}
|
||||
|
||||
func (l *QueryServiceLogic) PreprocessLogic(req *types.QueryServiceReq, product string) (*types.QueryServiceResp, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user