master
Tayl0r 7 years ago
parent 962985fa0a
commit 9b97acd4fc

@ -322,6 +322,7 @@ public class SignInController {
if (ua.toLowerCase().contains("royalpayclient")) { if (ua.toLowerCase().contains("royalpayclient")) {
response.sendRedirect("/api/v1.0/retail/app/partner_signin_app_qrcode/" + codeId); response.sendRedirect("/api/v1.0/retail/app/partner_signin_app_qrcode/" + codeId);
} }
System.err.println("The Wrong Browser's UA is :" + ua);
throw new ForbiddenException("error.not_support_browser"); throw new ForbiddenException("error.not_support_browser");
} }
} }

Loading…
Cancel
Save