|
|
|
@ -94,7 +94,7 @@ public class PushApplicationController {
@@ -94,7 +94,7 @@ public class PushApplicationController {
|
|
|
|
|
return R.ok(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@PostMapping("/send") |
|
|
|
|
@PostMapping("/enterpriseSend") |
|
|
|
|
@ApiOperation(value = "企业推送消息") |
|
|
|
|
public R enterpriseMessageSend(@Valid @RequestBody PushChatMessage pushChatMessage) { |
|
|
|
|
iPushApplicationService.enterpriseMessageSend(pushChatMessage); |
|
|
|
|