feat(user): 添加临时查询
This commit is contained in:
parent
ceb801cae7
commit
d1c897e55e
@ -65,7 +65,7 @@ func (l *BackgroundCheckLogic) BackgroundCheck(req *types.QueryReq) (resp *types
|
|||||||
Name: data.Name,
|
Name: data.Name,
|
||||||
IDCard: data.IDCard,
|
IDCard: data.IDCard,
|
||||||
Mobile: data.Mobile,
|
Mobile: data.Mobile,
|
||||||
Product: MERRIAGE,
|
Product: "backgroundcheck",
|
||||||
}
|
}
|
||||||
jsonData, marshalErr := json.Marshal(queryCache)
|
jsonData, marshalErr := json.Marshal(queryCache)
|
||||||
if marshalErr != nil {
|
if marshalErr != nil {
|
||||||
|
@ -65,7 +65,7 @@ func (l *CompanyInfoLogic) CompanyInfo(req *types.QueryReq) (resp *types.QueryRe
|
|||||||
Name: data.Name,
|
Name: data.Name,
|
||||||
IDCard: data.IDCard,
|
IDCard: data.IDCard,
|
||||||
Mobile: data.Mobile,
|
Mobile: data.Mobile,
|
||||||
Product: MERRIAGE,
|
Product: "companyinfo",
|
||||||
}
|
}
|
||||||
jsonData, marshalErr := json.Marshal(queryCache)
|
jsonData, marshalErr := json.Marshal(queryCache)
|
||||||
if marshalErr != nil {
|
if marshalErr != nil {
|
||||||
|
@ -65,7 +65,7 @@ func (l *HomeServiceLogic) HomeService(req *types.QueryReq) (resp *types.QueryRe
|
|||||||
Name: data.Name,
|
Name: data.Name,
|
||||||
IDCard: data.IDCard,
|
IDCard: data.IDCard,
|
||||||
Mobile: data.Mobile,
|
Mobile: data.Mobile,
|
||||||
Product: MERRIAGE,
|
Product: "homeservice",
|
||||||
}
|
}
|
||||||
jsonData, marshalErr := json.Marshal(queryCache)
|
jsonData, marshalErr := json.Marshal(queryCache)
|
||||||
if marshalErr != nil {
|
if marshalErr != nil {
|
||||||
|
@ -65,7 +65,7 @@ func (l *PreLoanBackgroundCheckLogic) PreLoanBackgroundCheck(req *types.QueryReq
|
|||||||
Name: data.Name,
|
Name: data.Name,
|
||||||
IDCard: data.IDCard,
|
IDCard: data.IDCard,
|
||||||
Mobile: data.Mobile,
|
Mobile: data.Mobile,
|
||||||
Product: MERRIAGE,
|
Product: "preloanbackgroundcheck",
|
||||||
}
|
}
|
||||||
jsonData, marshalErr := json.Marshal(queryCache)
|
jsonData, marshalErr := json.Marshal(queryCache)
|
||||||
if marshalErr != nil {
|
if marshalErr != nil {
|
||||||
|
@ -65,7 +65,7 @@ func (l *RentalInfoLogic) RentalInfo(req *types.QueryReq) (resp *types.QueryResp
|
|||||||
Name: data.Name,
|
Name: data.Name,
|
||||||
IDCard: data.IDCard,
|
IDCard: data.IDCard,
|
||||||
Mobile: data.Mobile,
|
Mobile: data.Mobile,
|
||||||
Product: MERRIAGE,
|
Product: "rentalinfo",
|
||||||
}
|
}
|
||||||
jsonData, marshalErr := json.Marshal(queryCache)
|
jsonData, marshalErr := json.Marshal(queryCache)
|
||||||
if marshalErr != nil {
|
if marshalErr != nil {
|
||||||
|
@ -65,7 +65,7 @@ func (l *RiskAssessmentLogic) RiskAssessment(req *types.QueryReq) (resp *types.Q
|
|||||||
Name: data.Name,
|
Name: data.Name,
|
||||||
IDCard: data.IDCard,
|
IDCard: data.IDCard,
|
||||||
Mobile: data.Mobile,
|
Mobile: data.Mobile,
|
||||||
Product: MERRIAGE,
|
Product: "riskassessment",
|
||||||
}
|
}
|
||||||
jsonData, marshalErr := json.Marshal(queryCache)
|
jsonData, marshalErr := json.Marshal(queryCache)
|
||||||
if marshalErr != nil {
|
if marshalErr != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user