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
* @return
*/
@PostMapping("/tempRefundAmount")
public RestApiResponse<?> tempRefundAmount(@RequestBody ApplyRefundDTO dto) {
RestApiResponse<?> response = null;
try {