no message
parent
32c9fec7ac
commit
d6e89de38a
|
|
@ -204,8 +204,8 @@ public class StockController {
|
|||
|
||||
@PostMapping(value = "/stockMsg")
|
||||
@AnonymousAccess
|
||||
public ResponseEntity<Object> stockMsg() {
|
||||
String stockMsg = stockService.stockMsg();
|
||||
public ResponseEntity<Object> stockMsg(String mes) {
|
||||
String stockMsg = stockService.stockMsg(mes);
|
||||
return new ResponseEntity<>(stockMsg, HttpStatus.OK);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue