|
@@ -69,7 +69,7 @@ public class InsuranceController {
|
|
|
list);
|
|
list);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @PutMapping("/applyInsurance")
|
|
|
|
|
|
|
+ @GetMapping("/applyInsurance")
|
|
|
@Operation(summary = "申请投保")
|
|
@Operation(summary = "申请投保")
|
|
|
@OperateLog(type = API)
|
|
@OperateLog(type = API)
|
|
|
@PreAuthorize("@ss.hasPermission('trade:insurance:apply')")
|
|
@PreAuthorize("@ss.hasPermission('trade:insurance:apply')")
|