commit
bc17db5c12
@ -26,6 +26,7 @@ public interface PayOrderApi {
|
|||||||
@GetMapping(PREFIX + "/get")
|
@GetMapping(PREFIX + "/get")
|
||||||
@Operation(summary = "获得支付单")
|
@Operation(summary = "获得支付单")
|
||||||
@Parameter(name = "id", description = "支付单编号", example = "1", required = true)
|
@Parameter(name = "id", description = "支付单编号", example = "1", required = true)
|
||||||
|
@PermitAll
|
||||||
CommonResult<PayOrderRespDTO> getOrder(@RequestParam("id") Long id);
|
CommonResult<PayOrderRespDTO> getOrder(@RequestParam("id") Long id);
|
||||||
|
|
||||||
@PutMapping(PREFIX + "/update-price")
|
@PutMapping(PREFIX + "/update-price")
|
||||||
|
Loading…
Reference in New Issue
Block a user