|
|
@@ -244,7 +244,7 @@ public class LawyerConsultationOrderController {
|
|
|
@ApiOperationSupport(order = 10)
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "orderNumber", value = "订单编号", dataType = "String", paramType = "query", required = true),
|
|
|
- @ApiImplicitParam(name = "orderStatus", value = "订单状态, 0:待支付, 1:已支付, 2:进行中, 3:已完成, 4:已取消", dataType = "Integer", paramType = "query", required = true),
|
|
|
+ @ApiImplicitParam(name = "orderStatus", value = "订单状态, 0:待支付, 1:待接单, 2:进行中, 3:已完成, 4:已取消", dataType = "Integer", paramType = "query", required = true),
|
|
|
@ApiImplicitParam(name = "paymentStatus", value = "支付状态, 0:未支付, 1:已支付", dataType = "Integer", paramType = "query", required = true)
|
|
|
})
|
|
|
@PostMapping("/payStatus")
|