Class SocialClientApiImpl
- java.lang.Object
-
- org.openea.eap.module.system.api.social.SocialClientApiImpl
-
- All Implemented Interfaces:
SocialClientApi
@RestController @Validated public class SocialClientApiImpl extends Object implements SocialClientApi
社交应用的 API 实现类
-
-
Field Summary
-
Fields inherited from interface org.openea.eap.module.system.api.social.SocialClientApi
PREFIX
-
-
Constructor Summary
Constructors Constructor Description SocialClientApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openea.eap.framework.common.pojo.CommonResult<SocialWxJsapiSignatureRespDTO>createWxMpJsapiSignature(Integer userType, String url)org.openea.eap.framework.common.pojo.CommonResult<String>getAuthorizeUrl(Integer socialType, Integer userType, String redirectUri)org.openea.eap.framework.common.pojo.CommonResult<byte[]>getWxaQrcode(SocialWxQrcodeReqDTO reqVO)org.openea.eap.framework.common.pojo.CommonResult<List<SocialWxaSubscribeTemplateRespDTO>>getWxaSubscribeTemplateList(Integer userType)org.openea.eap.framework.common.pojo.CommonResult<SocialWxPhoneNumberInfoRespDTO>getWxMaPhoneNumberInfo(Integer userType, String phoneCode)org.openea.eap.framework.common.pojo.CommonResult<Boolean>sendWxaSubscribeMessage(SocialWxaSubscribeMessageSendReqDTO reqDTO)
-
-
-
Method Detail
-
getAuthorizeUrl
public org.openea.eap.framework.common.pojo.CommonResult<String> getAuthorizeUrl(Integer socialType, Integer userType, String redirectUri)
- Specified by:
getAuthorizeUrlin interfaceSocialClientApi
-
createWxMpJsapiSignature
public org.openea.eap.framework.common.pojo.CommonResult<SocialWxJsapiSignatureRespDTO> createWxMpJsapiSignature(Integer userType, String url)
- Specified by:
createWxMpJsapiSignaturein interfaceSocialClientApi
-
getWxMaPhoneNumberInfo
public org.openea.eap.framework.common.pojo.CommonResult<SocialWxPhoneNumberInfoRespDTO> getWxMaPhoneNumberInfo(Integer userType, String phoneCode)
- Specified by:
getWxMaPhoneNumberInfoin interfaceSocialClientApi
-
getWxaQrcode
public org.openea.eap.framework.common.pojo.CommonResult<byte[]> getWxaQrcode(SocialWxQrcodeReqDTO reqVO)
- Specified by:
getWxaQrcodein interfaceSocialClientApi
-
getWxaSubscribeTemplateList
public org.openea.eap.framework.common.pojo.CommonResult<List<SocialWxaSubscribeTemplateRespDTO>> getWxaSubscribeTemplateList(Integer userType)
- Specified by:
getWxaSubscribeTemplateListin interfaceSocialClientApi
-
sendWxaSubscribeMessage
public org.openea.eap.framework.common.pojo.CommonResult<Boolean> sendWxaSubscribeMessage(SocialWxaSubscribeMessageSendReqDTO reqDTO)
- Specified by:
sendWxaSubscribeMessagein interfaceSocialClientApi
-
-