|
|
@@ -152,9 +152,9 @@ public class UserService {
|
|
|
public User getMaUserInfo(String sessionKey, String rawData, String signature,
|
|
|
String encryptedData, String iv) {
|
|
|
// 用户信息校验
|
|
|
- if (!wxMaService.getUserService().checkUserInfo(sessionKey, rawData, signature)) {
|
|
|
- throw new BusinessException("获取用户信息失败");
|
|
|
- }
|
|
|
+// if (!wxMaService.getUserService().checkUserInfo(sessionKey, rawData, signature)) {
|
|
|
+// throw new BusinessException("获取用户信息失败");
|
|
|
+// }
|
|
|
|
|
|
// 解密用户信息
|
|
|
WxMaUserInfo wxUserInfo = wxMaService.getUserService().getUserInfo(sessionKey, encryptedData, iv);
|