Merge remote-tracking branch 'origin/dev/feat/partner1.6_20231226' into dev/feat/partner1.6_20231226
This commit is contained in:
@@ -257,8 +257,9 @@ public class PartnerController {
|
||||
|
||||
@GetMapping(path = "/getPartnerInfo")
|
||||
@ApiOperation("线索基本信息")
|
||||
public ResponseResult<PartnerUserBaseVO> getPartnerInfo(@RequestParam(value = "mobile")String mobile){
|
||||
return ResponseResult.success(partnerUserInfoService.getPartnerInfo(mobile));
|
||||
public ResponseResult<PartnerUserBaseVO> getPartnerInfo(@RequestParam(value = "mobile")String mobile,
|
||||
@RequestParam(value = "exhibitionId")Integer exhibitionId){
|
||||
return ResponseResult.success(partnerUserInfoService.getPartnerInfo(mobile,exhibitionId));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user