chagne test /vip

This commit is contained in:
lwl0608 2024-12-20 17:19:51 +08:00
parent 89f4a256a9
commit 5e2616b50e
1 changed files with 2 additions and 2 deletions

View File

@ -1206,9 +1206,9 @@ func (s *Service) GetMembershipProductList(ctx *gin.Context, req *vasproto.GetMe
func (s *Service) CreateOrder(ctx *gin.Context, req *vasproto.CreateOrderReq) (data *vasproto.CreateOrderData, ec errcode.ErrCode, err error) {
switch req.ProductId {
case dbstruct.ProductIdMembership:
req.ReturnUrl = "https://tiefen.fun/vip"
req.ReturnUrl = "https://test.tiefen.fun/vip"
default:
req.ReturnUrl = "https://tiefen.fun/pay"
req.ReturnUrl = "https://test.tiefen.fun/pay"
}
if req.From == vasproto.CreateOrderFromWeb {
req.ReturnUrl = ""