mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-06 17:26:40 +00:00
feat: 手机端充值页面适配
This commit is contained in:
@ -123,6 +123,15 @@ public class PageController extends BaseController {
|
||||
return ThreadLocalUtil.getTemplateDir() + "user/favorites";
|
||||
}
|
||||
|
||||
/**
|
||||
* 充值页
|
||||
*/
|
||||
@RequestMapping("pay/index.html")
|
||||
public String pay() {
|
||||
return ThreadLocalUtil.getTemplateDir() + "pay/index.html";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 作品页
|
||||
*/
|
||||
|
Reference in New Issue
Block a user