This commit is contained in:
Lemon
2026-05-11 14:43:14 +08:00
parent 03f9bbbd15
commit 7a1f7c04b3

View File

@@ -100,7 +100,7 @@ public class TempController extends BaseController {
* @return
*/
public RestApiResponse<?> tempRefundAmount(@RequestBody ApplyRefundDTO dto) {
RestApiResponse<?> response = null
RestApiResponse<?> response = null;
try {
String mode = pileMerchantInfoService.getDelayModeByWechatAppId(dto.getWechatAppId());
// 获取处理逻辑