|
|
@@ -48,7 +48,6 @@ public class SandPayController {
|
|
|
return "<html><body><a href=\"" + qrCode + "\">" + qrCode + "</a></body></html>";
|
|
|
}
|
|
|
|
|
|
- @PreAuthorize("hasRole('ADMIN')")
|
|
|
@GetMapping(value = "/testTransfer", produces = "text/html")
|
|
|
private Object testTransfer(@RequestParam String name, @RequestParam String bank, @RequestParam BigDecimal amount) {
|
|
|
return sandPayService.transfer(name, bank, amount);
|