no message

main
HUOJIN\92525 2024-09-19 11:42:32 +08:00
parent d6e89de38a
commit 186339cce4
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ public class StockController {
return new ResponseEntity<>(HttpStatus.OK);
}
@PostMapping(value = "/stockMsg")
@GetMapping(value = "/stockMsg")
@AnonymousAccess
public ResponseEntity<Object> stockMsg(String mes) {
String stockMsg = stockService.stockMsg(mes);