Class SmsSendApiImpl
- java.lang.Object
-
- org.openea.eap.module.system.api.sms.SmsSendApiImpl
-
- All Implemented Interfaces:
SmsSendApi
@RestController @Validated public class SmsSendApiImpl extends Object implements SmsSendApi
-
-
Field Summary
-
Fields inherited from interface org.openea.eap.module.system.api.sms.SmsSendApi
PREFIX
-
-
Constructor Summary
Constructors Constructor Description SmsSendApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openea.eap.framework.common.pojo.CommonResult<Long>sendSingleSmsToAdmin(SmsSendSingleToUserReqDTO reqDTO)org.openea.eap.framework.common.pojo.CommonResult<Long>sendSingleSmsToMember(SmsSendSingleToUserReqDTO reqDTO)
-
-
-
Method Detail
-
sendSingleSmsToAdmin
public org.openea.eap.framework.common.pojo.CommonResult<Long> sendSingleSmsToAdmin(SmsSendSingleToUserReqDTO reqDTO)
- Specified by:
sendSingleSmsToAdminin interfaceSmsSendApi
-
sendSingleSmsToMember
public org.openea.eap.framework.common.pojo.CommonResult<Long> sendSingleSmsToMember(SmsSendSingleToUserReqDTO reqDTO)
- Specified by:
sendSingleSmsToMemberin interfaceSmsSendApi
-
-