|
@ -544,7 +544,7 @@ public class WxmpMessageServiceImpl implements WxmpMessageService { |
|
|
throw new WxSubscribeException("clientType有误", "", openId); |
|
|
throw new WxSubscribeException("clientType有误", "", openId); |
|
|
} |
|
|
} |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
log.error("method exception", e); |
|
|
log.warn("method exception,msg:{}", e.getMessage()); |
|
|
throw new WxSubscribeException("获取openId失败:" + e.getMessage(), "", ""); |
|
|
throw new WxSubscribeException("获取openId失败:" + e.getMessage(), "", ""); |
|
|
} |
|
|
} |
|
|
return openId; |
|
|
return openId; |
|
|