* ============================================================================
* */
@PostMapping("/sendmsg")
- fun doSend(@RequestBody param: ApiLoginResponse.CommonSendMessageParam): ResponseEntity<Any> {
+ fun doSend(@RequestBody param: CommonSendMessageParam): ResponseEntity<Any> {
kafkaSendMsgService.sendJpushMessage(param.userid,param.title,param.content,"",mutableMapOf(),"")
return ResponseEntity.ok(ResponseBodyBuilder.create()