Explorar el Código

修改VipHourEdit

jyq hace 4 años
padre
commit
5cb9b6e78c
Se han modificado 1 ficheros con 1 adiciones y 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
 }