|
|
@ -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");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|