Pre Merge pull request !88 from Fanjc/N/A

pull/88/MERGE
Fanjc 2023-12-29 04:34:33 +00:00 committed by Gitee
commit bafcb29c0d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -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")