docs: 错别字修改

This commit is contained in:
xiongxiaoyang
2025-07-12 18:05:06 +08:00
parent 675b156094
commit 972a49f1ba
11 changed files with 14 additions and 14 deletions

View File

@ -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 {
//创建充值订单