This commit is contained in:
Lemon
2026-05-11 14:53:11 +08:00
parent 7a1f7c04b3
commit c320f24346

View File

@@ -99,6 +99,7 @@ public class TempController extends BaseController {
* @param dto * @param dto
* @return * @return
*/ */
@PostMapping("/tempRefundAmount")
public RestApiResponse<?> tempRefundAmount(@RequestBody ApplyRefundDTO dto) { public RestApiResponse<?> tempRefundAmount(@RequestBody ApplyRefundDTO dto) {
RestApiResponse<?> response = null; RestApiResponse<?> response = null;
try { try {