wangkaiyue 5 년 전
부모
커밋
ae5e6aae61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/jfw/front/front.go

+ 1 - 1
src/jfw/front/front.go

@@ -136,7 +136,7 @@ type Front struct {
 	//数据服务页面
 	dataService xweb.Mapper `xweb:"/front/dataService.html"`
 	//打赏页面
-	payIndex xweb.Mapper `xweb:"/weixin/reward/index"` //微信支付页面
+	payIndex xweb.Mapper `xweb:"/weixin/pay/index"` //微信打赏
 	//订阅付费消息提醒中转
 	msgremind xweb.Mapper `xweb:"/front/vipsubscribe/msgremind"`
 }