no message
parent
d6e89de38a
commit
186339cce4
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue