|
|
@ -78,7 +78,7 @@ public interface CommonFeign { |
|
|
|
@GetMapping("/getDetailsPreloan") |
|
|
|
ResultBean<CarModelVo> getDetailsPreloan(@RequestParam("sid") String sid); |
|
|
|
|
|
|
|
@ApiOperation(value = "信用审核新增页面") |
|
|
|
@ApiOperation(value = "信用审核新增页面2") |
|
|
|
@ResponseBody |
|
|
|
@GetMapping("/getInsertPreloan2") |
|
|
|
ResultBean<CarModelVo> getInsertPreloan2(@RequestParam("customerTypeKey") String customerTypeKey,@RequestParam("customerTypeValue")String customerTypeValue); |
|
|
|