|
|
@ -84,6 +84,9 @@ public interface CrmCustomerFileFeign { |
|
|
|
@GetMapping("/fetchFileListBySid/{sid}") |
|
|
|
public ResultBean<CrmCustomerFileListVo> fetchFileListBySid(@PathVariable("sid") String sid); |
|
|
|
|
|
|
|
@ApiOperation("合同审核回显身份证信息接口") |
|
|
|
@GetMapping("/selectIdImageByCustomerSid/{customerSid}") |
|
|
|
public ResultBean<List<CrmCustomerFile>> selectIdImageByCustomerSid(@PathVariable("customerSid") String customerSid); |
|
|
|
|
|
|
|
// @ApiOperation("初始化客户档案")
|
|
|
|
// @ResponseBody
|
|
|
|