修改catch的throw

This commit is contained in:
pan-houxiang 2025-11-26 11:41:18 +08:00
parent 375b55f41e
commit f2f1e8ad0f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class ConmChangePlugin extends AbstractListPlugin implements Plugin {
}
} catch (IOException e) {
lcLogService.savelog("FL-查看规则状态", Change_URL, false, false, params.toString(), "接口调用报错errormessage:" + e.getMessage());
throw new RuntimeException(e + ",请求返利系统失败");
throw new RuntimeException(e + ",请求返利规则状态查询失败");
}
}
}