Explorar o código

修改VipHourEdit

jyq %!s(int64=4) %!d(string=hai) anos
pai
achega
5cb9b6e78c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/grpc/base.go

+ 1 - 1
api/grpc/base.go

@@ -434,7 +434,7 @@ func (a Api) VipHourEdit(ctx context.Context, r *pb.StandardRequest) (*pb.Standa
 	// 获取token,并验证签名函数
 	token, q, sign := a.webToGoVerify(ctx, r)
 
-	rs := service.User{}.TempVipUserStatusEdit(token, q.ShopID, q.JsonStr, sign)
+	rs := service.User{}.VipHourEdit(token, q.ShopID, q.JsonStr, sign)
 	rst := a.toWebFunc(rs)
 	return rst, nil
 }