|
|
@@ -234,12 +234,13 @@ public class WechatCalllbackController extends BaseController { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
WxAppinfo appinfo = appinfoService.getByAppId(appId); |
|
|
|
|
|
|
|
|
WxAuthorizerInfo authorizerInfo = authorizerInfoService.getByAppId(appId); |
|
|
|
|
|
|
|
|
PrintWriter printWriter = response.getWriter(); |
|
|
PrintWriter printWriter = response.getWriter(); |
|
|
|
|
|
|
|
|
if(appinfo.getType().equals(EnumAppType.B.getCode()) || |
|
|
|
|
|
appinfo.getType().equals(EnumAppType.C.getCode())) { |
|
|
|
|
|
|
|
|
if(authorizerInfo != null && |
|
|
|
|
|
(authorizerInfo.getType().equals(EnumAppType.B.getCode()) || |
|
|
|
|
|
authorizerInfo.getType().equals(EnumAppType.C.getCode()))) { |
|
|
// 小程序 审核 消息 |
|
|
// 小程序 审核 消息 |
|
|
/**判断消息类型,调用对应的方法*/ |
|
|
/**判断消息类型,调用对应的方法*/ |
|
|
switch (inMessage.getMsgType()) { |
|
|
switch (inMessage.getMsgType()) { |
|
|
|