mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-15 21:56:39 +00:00
docs: 错别字修改
This commit is contained in:
@ -50,7 +50,7 @@ public class PayController extends BaseController {
|
||||
|
||||
UserDetails userDetails = getUserDetails(request);
|
||||
if (userDetails == null) {
|
||||
//未登录,跳转到登陆页面
|
||||
//未登录,跳转到登录页面
|
||||
httpResponse.sendRedirect("/user/login.html?originUrl=/pay/index.html");
|
||||
} else {
|
||||
//创建充值订单
|
||||
|
Reference in New Issue
Block a user