|
@@ -5,6 +5,7 @@ import com.ruoyi.common.core.web.domain.AjaxResult;
|
|
import com.sooka.sponest.mobile.log.LogFeignCall;
|
|
import com.sooka.sponest.mobile.log.LogFeignCall;
|
|
import com.sooka.sponest.mobile.base.domain.ModulesServiceNameContants;
|
|
import com.sooka.sponest.mobile.base.domain.ModulesServiceNameContants;
|
|
import com.sooka.sponest.mobile.event.domain.CentereventMeetingSystemBO;
|
|
import com.sooka.sponest.mobile.event.domain.CentereventMeetingSystemBO;
|
|
|
|
+import com.sooka.sponest.mobile.message.domain.AppMessageVO;
|
|
import com.sooka.sponest.mobile.remoteapi.factory.RemoteBaseServiceMessageFactory;
|
|
import com.sooka.sponest.mobile.remoteapi.factory.RemoteBaseServiceMessageFactory;
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
@@ -37,4 +38,10 @@ public interface RemoteMessageBaseService {
|
|
@PostMapping("/centerMessageFeign/sendMeetingMsg")
|
|
@PostMapping("/centerMessageFeign/sendMeetingMsg")
|
|
@LogFeignCall
|
|
@LogFeignCall
|
|
public R remoteSendMeetingMsg(@RequestBody CentereventMeetingSystemBO centereventMeetingSystemBO);
|
|
public R remoteSendMeetingMsg(@RequestBody CentereventMeetingSystemBO centereventMeetingSystemBO);
|
|
|
|
+
|
|
|
|
+ @PostMapping("/centerMessageFeign/sendMessageTencentVerifyCode")
|
|
|
|
+ AjaxResult sendMessageTencentVerifyCode(@RequestBody AppMessageVO messageVO);
|
|
|
|
+
|
|
|
|
+ @PostMapping("/centerMessageFeign/verifyVerifyCode")
|
|
|
|
+ AjaxResult verifyVerifyCode(@RequestBody AppMessageVO messageVO);
|
|
}
|
|
}
|