mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2026-03-22 05:07:16 +08:00
@@ -26,6 +26,7 @@ public interface PayOrderApi {
|
||||
@GetMapping(PREFIX + "/get")
|
||||
@Operation(summary = "获得支付单")
|
||||
@Parameter(name = "id", description = "支付单编号", example = "1", required = true)
|
||||
@PermitAll
|
||||
CommonResult<PayOrderRespDTO> getOrder(@RequestParam("id") Long id);
|
||||
|
||||
@PutMapping(PREFIX + "/update-price")
|
||||
|
||||
Reference in New Issue
Block a user