Class TencentServiceImpl
java.lang.Object
cn.sinozg.applet.biz.system.service.impl.TencentServiceImpl
- All Implemented Interfaces:
TencentService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AppValueprivate final org.slf4j.Loggerprivate TencentCbService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreceiveGet(TencentServiceRequest params) 腾讯接口验证receivePost(TencentMessageRequest params) 腾讯接口消息接收
-
Field Details
-
app
-
service
-
log
private final org.slf4j.Logger log
-
-
Constructor Details
-
TencentServiceImpl
public TencentServiceImpl()
-
-
Method Details
-
receiveGet
Description copied from interface:TencentService腾讯接口验证- Specified by:
receiveGetin interfaceTencentService- Parameters:
params- 服务器传过来的参数- Returns:
- 返回信息
-
receivePost
Description copied from interface:TencentService腾讯接口消息接收- Specified by:
receivePostin interfaceTencentService- Parameters:
params- 服务器传过来的参数- Returns:
- 返回给服务器的结果
-