|
@@ -130,7 +130,7 @@ public class ApplePayController extends BaseController {
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * 根据用户帐号获取
|
|
|
+ * 根据苹果唯一设备号获取用户
|
|
|
*/
|
|
|
@GetMapping("/getAppleUserInfo")
|
|
|
@ApiOperation("获取学员详细信息")
|
|
@@ -150,6 +150,7 @@ public class ApplePayController extends BaseController {
|
|
|
userInfo.setNickname(userName);
|
|
|
userInfo.setCrdate(new Date());
|
|
|
userInfo.setPxjd(1);
|
|
|
+ userInfo.setApptype("2");
|
|
|
userInfo.setMnStatus(0);
|
|
|
userInfo.setEduStatus(0);
|
|
|
Long id = userInfoService.saveGzptUserInfo(userInfo);
|