|
|
@@ -91,7 +91,6 @@ public class WxController {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- // System.out.println("accessTokenaccessTokenaccessToken "+accessToken);
|
|
|
Map<String, String> paramCardNumber = new HashMap<>();
|
|
|
paramCardNumber.put("access_token", accessToken);
|
|
|
paramCardNumber.put("scope", "snsapi_userinfo");
|
|
|
@@ -139,6 +138,9 @@ public class WxController {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ System.out.println("cardNumber-----------------"+cardNumber);
|
|
|
+ System.out.println("accessTokenaccessTokenaccessToken-------- "+accessToken);
|
|
|
+
|
|
|
RepairsStudent repairsStudent = new RepairsStudent(studentId, studentName, studentSex,
|
|
|
studentPhone, studentOtherPhone, studentClazz, dormNumber,
|
|
|
studentCampus, null, studentStatus, cardNumber,"0");
|