|
@@ -51,7 +51,7 @@ public class WorkerController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/myDetail")
|
|
|
- @ApiOperation("我的保险详情")
|
|
|
+ @ApiOperation("我的保险订单详情")
|
|
|
public ResponseHelper<PolicyOrderDetail> myDetail(
|
|
|
@ApiParam(value = "id", required = true) @RequestParam String id,
|
|
|
HttpServletRequest request
|