!88 getOrder无需登录

Merge pull request !88 from Fanjc/N/A
This commit is contained in:
芋道源码 2023-12-29 04:34:38 +00:00 committed by Gitee
commit bc17db5c12
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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