|
@@ -601,6 +601,6 @@ public class CashController {
|
|
|
@ResponseBody
|
|
@ResponseBody
|
|
|
public Result confirmCash(@PathVariable Long cashId) {
|
|
public Result confirmCash(@PathVariable Long cashId) {
|
|
|
cashOutService.confirmCash(cashId);
|
|
cashOutService.confirmCash(cashId);
|
|
|
- return Result.success();
|
|
|
|
|
|
|
+ return Result.success("转账成功");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|