提交 fd9f047a authored 作者: Whispa's avatar Whispa

commit commit

上级 6ed2ac55
...@@ -218,7 +218,7 @@ public class AuthController extends Controller { ...@@ -218,7 +218,7 @@ public class AuthController extends Controller {
@PostMapping(value = "/register/user") @PostMapping(value = "/register/user")
public Result checkFirebase(@RequestBody TbCfUserInfo user) throws ParseException { public Result checkFirebase(@RequestBody TbCfUserInfo user) {
//Data to be userInfoVo //Data to be userInfoVo
// { // {
// "firebaseUid":"firebaseUid", // "firebaseUid":"firebaseUid",
...@@ -230,7 +230,7 @@ public class AuthController extends Controller { ...@@ -230,7 +230,7 @@ public class AuthController extends Controller {
// } // }
// Check if firebase token is valid // Check if firebase token is valid
try {
boolean isTokenValid = user.getToken() != null && validateFirebaseToken(user.getToken()); boolean isTokenValid = user.getToken() != null && validateFirebaseToken(user.getToken());
...@@ -336,9 +336,7 @@ public class AuthController extends Controller { ...@@ -336,9 +336,7 @@ public class AuthController extends Controller {
} else { } else {
return new Result<>(ResultCodeEnum.ILLEGAL_ARGUMENT.getCode(), ResultCodeEnum.ILLEGAL_ARGUMENT.getDesc()); return new Result<>(ResultCodeEnum.ILLEGAL_ARGUMENT.getCode(), ResultCodeEnum.ILLEGAL_ARGUMENT.getDesc());
} }
}catch (Exception e){
return new Result(ResultCodeEnum.VALIDATE_ERROR.getCode(),e.getMessage());
}
} }
......
...@@ -116,8 +116,8 @@ abstract class Controller { ...@@ -116,8 +116,8 @@ abstract class Controller {
if (firebaseApp == null) return false; if (firebaseApp == null) return false;
FirebaseAuth instance = FirebaseAuth.getInstance(firebaseApp); FirebaseAuth instance = FirebaseAuth.getInstance(firebaseApp);
System.out.println(firebaseApp.getName()); //System.out.println(firebaseApp.getName());
System.out.println(token); //System.out.println(token);
try { try {
FirebaseToken firebaseToken = instance.verifyIdToken(token); FirebaseToken firebaseToken = instance.verifyIdToken(token);
// verify token successfully // verify token successfully
......
...@@ -52,9 +52,9 @@ dpo: ...@@ -52,9 +52,9 @@ dpo:
#服务类型 #服务类型
service_type: 35711 service_type: 35711
#回调地址 #回调地址
notify_url: https://app.afrieshop.com/zion/dpo/notify notify_url: http://159.138.48.71:8080/zion/dpo/notify
#取消地址 #取消地址
back_url: https://app.afrieshop.com/zion/dpo/cancel back_url: http://159.138.48.71:8080/zion/dpo/cancel
#支付成功页面 #支付成功页面
success_url: https://www.afrieshop.com/payment_successful success_url: https://www.afrieshop.com/payment_successful
#支付失败页面 #支付失败页面
......
...@@ -52,9 +52,9 @@ dpo: ...@@ -52,9 +52,9 @@ dpo:
#服务类型 #服务类型
service_type: 35711 service_type: 35711
#回调地址 #回调地址
notify_url: https://app.afrieshop.com/zion/dpo/notify notify_url: http://159.138.48.71:8080/zion/dpo/notify
#取消地址 #取消地址
back_url: https://app.afrieshop.com/zion/dpo/cancel back_url: http://159.138.48.71:8080/zion/dpo/cancel
#支付成功页面 #支付成功页面
success_url: https://www.afrieshop.com/payment_successful success_url: https://www.afrieshop.com/payment_successful
#支付失败页面 #支付失败页面
......
...@@ -52,9 +52,9 @@ dpo: ...@@ -52,9 +52,9 @@ dpo:
#服务类型 #服务类型
service_type: 5525 service_type: 5525
#回调地址 #回调地址
notify_url: https://dev.diaosaas.com/zion/dpo/notify notify_url: http://165.22.82.105:7000/zion/dpo/notify
#取消地址 #取消地址
back_url: https://dev.diaosaas.com/zion/dpo/cancel back_url: http://165.22.82.105:7000/zion/dpo/cancel
#支付成功页面 #支付成功页面
success_url: https://dev.diaosaas.com/afrishop_web/payment_successful success_url: https://dev.diaosaas.com/afrishop_web/payment_successful
#支付失败页面 #支付失败页面
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论