master
ck 5 years ago
parent c7be20199b
commit b962802892

@ -94,6 +94,7 @@ public class LoveLetterServiceImpl extends BaseServiceImpl<LoveLetterMapper, Lov
} }
if (StringUtils.isNotEmpty(openId)){ if (StringUtils.isNotEmpty(openId)){
//来源于微信 //来源于微信
JSONObject userInfo = weixinService.getUserInfoByOpenId(openId); JSONObject userInfo = weixinService.getUserInfoByOpenId(openId);
String unionId = userInfo.getString("unionid"); String unionId = userInfo.getString("unionid");
// String unionId = weixinService.getUnionId(code); // String unionId = weixinService.getUnionId(code);

Loading…
Cancel
Save