|
|
@@ -111,7 +111,7 @@ public class LawyerConsultationOrderController {
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("删除咨询订单")
|
|
|
+ @ApiOperation("删除咨询订单(用户端)")
|
|
|
@ApiOperationSupport(order = 4)
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "id", value = "订单ID", dataType = "Integer", paramType = "query", required = true)
|
|
|
@@ -213,7 +213,7 @@ public class LawyerConsultationOrderController {
|
|
|
}*/
|
|
|
|
|
|
|
|
|
- @ApiOperation("立即咨询")
|
|
|
+ @ApiOperation("立即咨询(用户端)")
|
|
|
@ApiOperationSupport(order = 9)
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "clientUserId", value = "客户端用户ID", dataType = "Integer", paramType = "query", required = true),
|
|
|
@@ -291,7 +291,7 @@ public class LawyerConsultationOrderController {
|
|
|
return R.data(consultationOrderService.getConsultationOrderDetail(lawyerOrderId));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("取消律师咨询订单")
|
|
|
+ @ApiOperation("取消律师咨询订单(用户端)")
|
|
|
@ApiOperationSupport(order = 13)
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "id", value = "订单id", dataType = "String", paramType = "query", required = true)
|